All of lore.kernel.org
 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 changes for 3.7-rc3
Date: Fri, 26 Oct 2012 10:15:00 -0700	[thread overview]
Message-ID: <20121026171500.GA11293@kroah.com> (raw)

The following changes since commit 6f0c0580b70c89094b3422ba81118c7b959c7556:

  Linux 3.7-rc2 (2012-10-20 12:11:32 -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.7-rc3

for you to fetch changes up to 2cb55a2f47a3c695a0105b7fc04a3b70c3bc4e4f:

  sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP (2012-10-25 12:05:50 -0700)

----------------------------------------------------------------
Char/misc driver fixes for 3.7-rc3

Here are some driver fixes for 3.7.  They include extcon driver fixes, a
hyper-v bugfix, and two other minor driver fixes.

All of these have been in the linux-next releases for a while.

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

----------------------------------------------------------------
Axel Lin (4):
      extcon: adc-jack: Fix checking return value of request_any_context_irq
      extcon: adc-jack: Add missing MODULE_LICENSE
      extcon: Fix kerneldoc for extcon_set_cable_state and extcon_set_cable_state_
      extcon: max77693: Use max77693_update_reg for rmw operations

Chanwoo Choi (1):
      extcon: MAX77693: Add platform data for MUIC device to initialize registers

Devendra Naga (1):
      extcon-max8997: remove usage of ret in max8997_muic_handle_charger_type_detach

Greg Kroah-Hartman (1):
      Merge tag 'fixes-for-3.7' of git://git.kernel.org/.../mzx/extcon into char-misc-linus

Jenny TC (1):
      extcon : register for cable interest by cable name

K. Y. Srinivasan (1):
      Drivers: hv: Cleanup error handling in vmbus_open()

Peter Huewe (2):
      extcon: Unregister compat class at module unload to fix oops
      extcon: unregister compat link on cleanup

Sachin Kamat (2):
      extcon: Remove duplicate inclusion of extcon.h header file
      extcon: Fix return value in extcon_register_interest()

Yuanhan Liu (1):
      sonypi: suspend/resume callbacks should be conditionally compiled on CONFIG_PM_SLEEP

anish kumar (4):
      extcon: standard cable names definition and declaration changed
      extcon: optimising the check_mutually_exclusive function
      extcon: driver model release call not needed
      extcon: trivial: kfree missed from remove path

 drivers/char/sonypi.c            |   2 +-
 drivers/extcon/extcon-adc-jack.c |  10 +++++--
 drivers/extcon/extcon-class.c    | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------
 drivers/extcon/extcon-gpio.c     |   1 -
 drivers/extcon/extcon-max77693.c |  46 +++++++++++++++++++++++--------
 drivers/extcon/extcon-max8997.c  |   6 ++--
 drivers/hv/channel.c             |  24 ++++++++--------
 include/linux/extcon.h           |   2 +-
 include/linux/mfd/max77693.h     |  13 +++++++++
 9 files changed, 152 insertions(+), 94 deletions(-)

                 reply	other threads:[~2012-10-26 17:18 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=20121026171500.GA11293@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.