mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	Arnd Bergmann <arnd@arndb.de>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PATCH] char/misc fixes for 3.9-rc4
Date: Thu, 28 Mar 2013 10:16:55 -0700	[thread overview]
Message-ID: <20130328171655.GA2577@kroah.com> (raw)

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(-)

                 reply	other threads:[~2013-03-28 17:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130328171655.GA2577@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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