* [GIT PATCH] char/misc fixes for 3.9-rc4
@ 2013-03-28 17:16 Greg KH
0 siblings, 0 replies; only message in thread
From: Greg KH @ 2013-03-28 17:16 UTC (permalink / raw)
To: Linus Torvalds, Andrew Morton, Arnd Bergmann; +Cc: linux-kernel
The following changes since commit 3d374d09f16f64ab4d71704cbe621514d36cd0b1:
final removal of CONFIG_EXPERIMENTAL (2013-03-12 16:30:27 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git/ tags/char-misc-3.9-rc4
for you to fetch changes up to 347e0899b1c75d907f01ac883ca38d37fe9bfa42:
VMCI: Fix process-to-process DRGAMs. (2013-03-15 12:58:12 -0700)
----------------------------------------------------------------
char/misc driver fixes for 3.9-rc4
Here are some small char/misc driver fixes that resolve issues recently
reported against the 3.9-rc kernels. All have been in linux-next for a while.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
----------------------------------------------------------------
Andy King (1):
VMCI: Fix process-to-process DRGAMs.
Chanwoo Choi (3):
extcon: max8997: Check the pointer of platform data to protect null pointer error
extcon: max77693: Fix bug of wrong pointer when platform data is not used
extcon: max77693: Initialize register of MUIC device to bring up it without platform data
Greg Kroah-Hartman (1):
Merge tag 'extcon-3.9-rc3' of git://git.kernel.org/.../chanwoo/extcon into char-misc-linus
Tomas Winkler (2):
mei: add mei_stop function to stop mei device
mei: ME hardware reset needs to be synchronized
drivers/extcon/extcon-max77693.c | 103 ++++++++++++++++++++++++++--------
drivers/extcon/extcon-max8997.c | 56 ++++++++++--------
drivers/misc/mei/hw-me.c | 29 +++++++---
drivers/misc/mei/init.c | 18 ++++++
drivers/misc/mei/mei_dev.h | 1 +
drivers/misc/mei/pci-me.c | 52 +++--------------
drivers/misc/vmw_vmci/vmci_datagram.c | 4 +-
include/linux/mfd/max77693-private.h | 23 ++++++++
8 files changed, 186 insertions(+), 100 deletions(-)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-03-28 17:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-28 17:16 [GIT PATCH] char/misc fixes for 3.9-rc4 Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome