The following changes since commit 70e78c40ed6c25bb34d642848e485d79ffc55c26:

  MAINTAINERS: remove drivers/staging/hv/ (2012-11-26 16:19:01 -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.8-rc1

for you to fetch changes up to 962b686c450493adb8596e813bdfd0e1613482e6:

  Merge tag 'pull_req_20121122' of 
git://git.kernel.org/pub/scm/linux/kernel/git/mzx/extcon into char-misc-next 
(2012-11-27 06:44:10 -0800)

----------------------------------------------------------------

EXTCON patches for 3.8-rc1

Here are some drivers/extcon/ patches that I forgot to have you pull in
the larger char/misc patchset from yesterday, for the 3.8-rc1 kernel.

Nothing major here, just some driver updates, and cleanups, all of which
have been in linux-next for a while now.

Signed-off-by: Greg Kroah-Hartman <gre...@linuxfoundation.org>

----------------------------------------------------------------
Alexey Khoroshilov (1):
      extcon: arizona: unlock mutex on error path in arizona_micdet()

Chanwoo Choi (1):
      extcon: Add missing header file to extcon.h

Greg Kroah-Hartman (1):
      Merge tag 'pull_req_20121122' of git://git.kernel.org/.../mzx/extcon into 
char-misc-next

MyungJoo Ham (1):
      extcon: kernel_doc style fix

Sachin Kamat (9):
      extcon: Fix return value in extcon-class.c
      extcon: max8997: Fix incorrect error check and return value
      extcon: max77693: Fix incorrect error check and return value
      extcon: max77693: Fix coding style
      extcon: max8997: Fix checkpatch error
      extcon: max8997: Fix a typo
      extcon: max8997: Use devm_kzalloc
      extcon: max77693: Use devm_kzalloc
      extcon: max77693: Fix uninitialised variable warning

 drivers/extcon/extcon-arizona.c  |  1 +
 drivers/extcon/extcon-class.c    |  2 +-
 drivers/extcon/extcon-max77693.c | 36 ++++++++++++++++--------------------
 drivers/extcon/extcon-max8997.c  | 28 ++++++++++++----------------
 include/linux/extcon.h           | 50 
++++++++++++++++++++++++++------------------------
 5 files changed, 56 insertions(+), 61 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to