From: Samuel Ortiz <sameo@openedhand.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
Mark Brown <broonie@opensource.wolfsonmicro.com>,
David Brownell <dbrownell@users.sourceforge.net>,
Mike Rapoport <mike@compulab.co.il>
Subject: [GIT] MFD pull request
Date: Mon, 5 Jan 2009 00:15:28 +0100 [thread overview]
Message-ID: <20090104231528.GA2585@sortiz.org> (raw)
Hi Linus,
Could you please pull the MFD updates for rc1 ? Thanks in advance.
The following changes since commit 7d3b56ba37a95f1f370f50258ed3954c304c524b:
Linus Torvalds (1):
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/.../tip/linux-2.6-tip
are available in the git repository at:
git://git.o-hand.com/linux-mfd for-next
David Brownell (8):
mfd: allow reading entire register banks on twl4030
mfd: twl4030: simplified child creation code
mfd: twl4030: cleanup symbols and OMAP dependency
mfd: twl4030: create some regulator devices
mfd: twl4030 regulator bug fixes
mfd: dm355evm msp430 driver
mfd: move drivers/i2c/chips/tps65010.c to drivers/mfd
mfd: move drivers/i2c/chips/menelaus.c to drivers/mfd
Mark Brown (18):
mfd: Don't mark WM8350 security register as volatile
mfd: Remove i.MX31ism from WM8350 i2c driver
mfd: Add some documentation for WM8350 register lock
mfd: Add WM8350 revision H support
mfd: Add AUXADC support for WM8350
power_supply: Add support for WM8350 PMU
mfd: Switch WM8350 revision detection to a feature based model
mfd: Refactor WM8350 chip identification
power_supply: Add cold to the POWER_SUPPLY_HEALTH report values
power_supply: Add battery health reporting for WM8350
mfd: Pass driver_data onto child devices
mfd: Register WM8400 codec device
mfd: Add WM8352 support
mfd: Handle missing WM8350 platform data
mfd: Support configurable numbers of DCDCs and ISINKs on WM8350
mfd: Add WM8351 support
mfd: Add missing break from wm3850-core
mfd: Fix section mismatch in da903x
Mike Rapoport (2):
mfd: Dialog DA9030 battery charger MFD driver
power_supply: Add Dialog DA9030 battery charger driver
Samuel Ortiz (2):
mfd: Fix twl4030-core.c build error
mfd: Use irq_to_desc in twl4030 code
drivers/i2c/chips/Kconfig | 23 -
drivers/i2c/chips/Makefile | 2 -
drivers/mfd/Kconfig | 66 +-
drivers/mfd/Makefile | 7 +-
drivers/mfd/da903x.c | 16 +-
drivers/mfd/dm355evm_msp.c | 420 +++++++
drivers/{i2c/chips => mfd}/menelaus.c | 0
drivers/mfd/mfd-core.c | 1 +
drivers/{i2c/chips => mfd}/tps65010.c | 0
drivers/mfd/twl4030-core.c | 472 ++++----
drivers/mfd/twl4030-irq.c | 30 +-
drivers/mfd/wm8350-core.c | 266 ++++-
drivers/mfd/wm8350-i2c.c | 4 +-
drivers/mfd/wm8350-regmap.c | 2100 ++++++++++++++++++++++++++++++++-
drivers/mfd/wm8400-core.c | 31 +-
drivers/power/Kconfig | 14 +
drivers/power/Makefile | 2 +
drivers/power/da9030_battery.c | 600 ++++++++++
drivers/power/power_supply_sysfs.c | 2 +-
drivers/power/wm8350_power.c | 532 +++++++++
drivers/regulator/wm8350-regulator.c | 7 +
include/linux/i2c/dm355evm_msp.h | 79 ++
include/linux/i2c/twl4030.h | 81 +-
include/linux/mfd/da903x.h | 44 +-
include/linux/mfd/wm8350/comparator.h | 8 +
include/linux/mfd/wm8350/core.h | 52 +-
include/linux/mfd/wm8350/pmic.h | 4 +
include/linux/mfd/wm8350/supply.h | 25 +-
include/linux/power_supply.h | 1 +
29 files changed, 4546 insertions(+), 343 deletions(-)
create mode 100644 drivers/mfd/dm355evm_msp.c
rename drivers/{i2c/chips => mfd}/menelaus.c (100%)
rename drivers/{i2c/chips => mfd}/tps65010.c (100%)
create mode 100644 drivers/power/da9030_battery.c
create mode 100644 drivers/power/wm8350_power.c
create mode 100644 include/linux/i2c/dm355evm_msp.h
--
Intel Open Source Technology Centre
http://oss.intel.com/
next reply other threads:[~2009-01-04 23:13 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-04 23:15 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-11 13:43 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=20090104231528.GA2585@sortiz.org \
--to=sameo@openedhand.com \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=dbrownell@users.sourceforge.net \
--cc=linux-kernel@vger.kernel.org \
--cc=mike@compulab.co.il \
--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.