From: Samuel Ortiz <sameo@openedhand.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Ben Dooks <ben-linux@fluff.org>,
David Brownell <dbrownell@users.sourceforge.net>,
Balaji Rao <balajirrao@openmoko.org>
Subject: [GIT] MFD pull request
Date: Sun, 11 Jan 2009 14:43:11 +0100 [thread overview]
Message-ID: <20090111134310.GA2554@sortiz.org> (raw)
Hi Linus,
I know it's a bit late, but I had one driver left and a couple fixes left to
be merged.
It's the pcf50633 driver and its sub devices. They're standalone drivers.
This pull request also includes a build fix for twl4030, another fix for
sm501, and the SD card detection for dm355.
I hope you'll be ok with merging this code:
The following changes since commit c59765042f53a79a7a65585042ff463b69cb248c:
Linus Torvalds (1):
Linux 2.6.29-rc1
are available in the git repository at:
git://git.o-hand.com/linux-mfd for-next
Balaji Rao (7):
mfd: PCF50633 core driver
mfd: PCF50633 adc driver
mfd: PCF50633 gpio support
rtc: PCF50633 rtc driver
power_supply: PCF50633 battery charger driver
input: PCF50633 input driver
regulator: PCF50633 pmic driver
Ben Dooks (1):
mfd: Ensure sm501 GPIO pin mode is GPIO when configured
David Brownell (1):
mfd: dm355 evm MMC/SD card detection
Samuel Ortiz (1):
mfd: Fix twl4030-core build
drivers/input/misc/Kconfig | 7 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/pcf50633-input.c | 132 ++++++
drivers/mfd/Kconfig | 23 +
drivers/mfd/Makefile | 4 +
drivers/mfd/dm355evm_msp.c | 10 +
drivers/mfd/pcf50633-adc.c | 277 +++++++++++++
drivers/mfd/pcf50633-core.c | 710 ++++++++++++++++++++++++++++++++
drivers/mfd/pcf50633-gpio.c | 118 ++++++
drivers/mfd/sm501.c | 30 ++-
drivers/mfd/twl4030-core.c | 3 +
drivers/power/Kconfig | 6 +
drivers/power/Makefile | 1 +
drivers/power/pcf50633-charger.c | 358 ++++++++++++++++
drivers/regulator/Kconfig | 7 +
drivers/regulator/Makefile | 1 +
drivers/regulator/pcf50633-regulator.c | 329 +++++++++++++++
drivers/rtc/Kconfig | 7 +
drivers/rtc/Makefile | 1 +
drivers/rtc/rtc-pcf50633.c | 344 +++++++++++++++
include/linux/mfd/pcf50633/adc.h | 72 ++++
include/linux/mfd/pcf50633/core.h | 218 ++++++++++
include/linux/mfd/pcf50633/gpio.h | 52 +++
include/linux/mfd/pcf50633/mbc.h | 134 ++++++
include/linux/mfd/pcf50633/pmic.h | 67 +++
25 files changed, 2910 insertions(+), 2 deletions(-)
create mode 100644 drivers/input/misc/pcf50633-input.c
create mode 100644 drivers/mfd/pcf50633-adc.c
create mode 100644 drivers/mfd/pcf50633-core.c
create mode 100644 drivers/mfd/pcf50633-gpio.c
create mode 100644 drivers/power/pcf50633-charger.c
create mode 100644 drivers/regulator/pcf50633-regulator.c
create mode 100644 drivers/rtc/rtc-pcf50633.c
create mode 100644 include/linux/mfd/pcf50633/adc.h
create mode 100644 include/linux/mfd/pcf50633/core.h
create mode 100644 include/linux/mfd/pcf50633/gpio.h
create mode 100644 include/linux/mfd/pcf50633/mbc.h
create mode 100644 include/linux/mfd/pcf50633/pmic.h
--
Intel Open Source Technology Centre
http://oss.intel.com/
next reply other threads:[~2009-01-11 13:40 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-11 13:43 Samuel Ortiz [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-10-12 14:53 [GIT] MFD pull request Samuel Ortiz
2009-04-04 23:07 Samuel Ortiz
[not found] <20090331113648.GA4612@sortiz.org>
2009-03-31 13:34 ` Samuel Ortiz
2009-02-17 8:47 Samuel Ortiz
2009-01-04 23:15 Samuel Ortiz
2008-10-24 17:02 [GIT] mfd " Samuel Ortiz
2008-10-22 9:44 Samuel Ortiz
2008-10-19 21:49 Samuel Ortiz
2008-10-16 10:10 Samuel Ortiz
2008-09-30 8:19 [GIT] MFD " Samuel Ortiz
2008-07-29 0:02 Samuel Ortiz
2008-07-20 23:24 Samuel Ortiz
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=20090111134310.GA2554@sortiz.org \
--to=sameo@openedhand.com \
--cc=balajirrao@openmoko.org \
--cc=ben-linux@fluff.org \
--cc=dbrownell@users.sourceforge.net \
--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.