The following changes since commit 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae:
Linux 3.13-rc1 (2013-11-22 11:30:55 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.13-rc3 for you to fetch changes up to 76a9635979e543f04a5885198e68ff28e3311b67: mei: add 9 series PCH mei device ids (2013-12-05 09:48:23 -0800) ---------------------------------------------------------------- Char/Misc driver fixes for 3.13-rc3 Nothing huge, just a few small bugfixes for problems reported, and a device id update. Signed-off-by: Greg Kroah-Hartman <[email protected]> ---------------------------------------------------------------- Alan Cox (1): drivers/char/i8k.c: add Dell XPLS L421X Ashutosh Dixit (4): misc: mic: Bug fix for sysfs poll usage. misc: mic: Fix user space namespace pollution from mic_common.h. misc: mic: Fix endianness issues. misc: mic: Suppress memory space sparse warnings Charles Keepax (1): extcon: arizona: Get pdata from arizona structure not device Greg Kroah-Hartman (1): Merge tag 'extcon-linus-for-3.13-rc2' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus Sebastian Reichel (1): MAINTAINERS: add HSI subsystem Sudeep Dutt (2): misc: mic: Change mic_notify(...) to return true. misc: mic: Minor bug fix in 'retry' loops. Tomas Winkler (1): mei: add 9 series PCH mei device ids Wang, Xiaoming (1): extcon: remove freed groups caused the panic or warning in unregister flow CREDITS | 5 +++++ Documentation/mic/mpssd/mpssd.c | 18 +++++++++++------ MAINTAINERS | 8 ++++++++ drivers/char/i8k.c | 7 +++++++ drivers/extcon/extcon-arizona.c | 4 +--- drivers/extcon/extcon-class.c | 3 ++- drivers/misc/mei/hw-me-regs.h | 5 ++++- drivers/misc/mei/pci-me.c | 4 +++- drivers/misc/mic/card/mic_virtio.c | 33 +++++++++++++++++-------------- drivers/misc/mic/card/mic_virtio.h | 7 +++---- drivers/misc/mic/host/mic_boot.c | 2 +- drivers/misc/mic/host/mic_virtio.c | 30 ++++++++++++++-------------- drivers/misc/mic/host/mic_x100.c | 4 ++-- include/uapi/linux/mic_common.h | 40 +++++++++++++++----------------------- 14 files changed, 97 insertions(+), 73 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

