public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT] MFD pull request for 2.6.31-rc1
@ 2009-06-17 18:32 Samuel Ortiz
  0 siblings, 0 replies; only message in thread
From: Samuel Ortiz @ 2009-06-17 18:32 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel
  Cc: Mark Brown, Philipp Zabel, Daniel Ribeiro, Linus Walleij,
	Mike Rapoport, Thomas Gleixner, Adrian Bunk, Rakib Mullick

Hi Linus,

This is the MFD pull request for the 2.6.31 merge window.
The big changes there are 2 new drivers (PCAP, AB3100), and a fairly big asic3
update.

Thanks in advance for pulling those changes in.

The following changes since commit 65795efbd380a832ae508b04dba8f8e53f0b84d9:
  Linus Torvalds (1):
        Merge branch 'next-i2c' of git://aeryn.fluff.org.uk/bjdooks/linux

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git for-next

Adrian Bunk (1):
      mfd/pcf50633-gpio.c: add MODULE_LICENSE

Daniel Ribeiro (1):
      mfd: add PCAP driver

Linus Walleij (1):
      mfd: add U300 AB3100 core support

Mark Brown (3):
      mfd: Correct readability of WM8350 register 227
      mfd: Mark WM8350 mask revision as readable to match silicon
      mfd: Fix Kconfig help text for WM8350

Philipp Zabel (7):
      mfd: asic3: add asic3_set_register common operation
      mfd: asic3: add clock handling for MFD cells
      mfd: add ASIC3 IRQ numbers
      mfd: asic3: use resource_size macro instead of local variable
      mfd: asic3: remove SD/SDIO controller register definitions
      mfd: asic3: enable DS1WM cell
      mfd: asic3: enable SD/SDIO cell

Rakib Mullick (1):
      mfd: Mark clocks_init as non-init in twl4030-core.c

Samuel Ortiz (2):
      mfd: fix tmio related warnings
      mfd: early init for MFD running regulators

Thomas Gleixner (1):
      drivers/mfd: remove obsolete irq_desc_t typedef

 drivers/mfd/Kconfig          |   24 +-
 drivers/mfd/Makefile         |    5 +-
 drivers/mfd/ab3100-core.c    |  991 ++++++++++++++++++++++++++++++++++++++++++
 drivers/mfd/asic3.c          |  312 +++++++++++++-
 drivers/mfd/da903x.c         |    2 +-
 drivers/mfd/ezx-pcap.c       |  505 +++++++++++++++++++++
 drivers/mfd/pcf50633-core.c  |    2 +-
 drivers/mfd/pcf50633-gpio.c  |    3 +
 drivers/mfd/t7l66xb.c        |    2 +-
 drivers/mfd/tc6387xb.c       |    2 +-
 drivers/mfd/tc6393xb.c       |    2 +-
 drivers/mfd/twl4030-core.c   |    2 +-
 drivers/mfd/twl4030-irq.c    |    2 +-
 drivers/mfd/wm8350-regmap.c  |    4 +-
 drivers/mfd/wm8400-core.c    |    2 +-
 include/linux/mfd/ab3100.h   |  103 +++++
 include/linux/mfd/asic3.h    |  236 +----------
 include/linux/mfd/ezx-pcap.h |  256 +++++++++++
 include/linux/mfd/tmio.h     |    2 +-
 19 files changed, 2219 insertions(+), 238 deletions(-)
 create mode 100644 drivers/mfd/ab3100-core.c
 create mode 100644 drivers/mfd/ezx-pcap.c
 create mode 100644 include/linux/mfd/ab3100.h
 create mode 100644 include/linux/mfd/ezx-pcap.h

-- 
Intel Open Source Technology Centre
http://oss.intel.com/

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-17 18:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-17 18:32 [GIT] MFD pull request for 2.6.31-rc1 Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox