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] EXTCON patches for 3.8-rc1
Date: Wed, 12 Dec 2012 16:07:00 -0800 [thread overview]
Message-ID: <20121213000700.GA23442@kroah.com> (raw)
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 <gregkh@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(-)
reply other threads:[~2012-12-13 0:07 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=20121213000700.GA23442@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.