The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT] [2.6.39] 2nd MFD pull request
@ 2011-03-27  0:15 Samuel Ortiz
  0 siblings, 0 replies; only message in thread
From: Samuel Ortiz @ 2011-03-27  0:15 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hi Linus,

This is a pull request for the remaining MFD bits for 2.6.39.
Aside from a few actual fixes for regressions introduced by the first batch,
we also have a standalone driver for the MAX8997 IRQ handler, and a patchset
from Thomas Gleixner for cleaning up various MFD IRQ related parts.

Thanks in advance for pulling those in:

The following changes since commit 16c29dafcc86024048f1dbb8349d31cb22c7c55a:

  Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 (2011-03-25 21:07:59 -0700)

are available in the git repository at:

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

Andres Salomon (1):
      mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to it

Axel Lin (2):
      mfd: Constify i2c_device_id tables
      mfd: Add MODULE_DEVICE_TABLE to rdc321x-southbridge

Daniel Drake (1):
      mfd: OLPC: Clean up names to match what OLPC actually uses

Guenter Roeck (1):
      mfd: Select MFD_CORE if TPS6105X driver is configured

MyungJoo Ham (1):
      mfd: Add MAX8997/8966 IRQ control

Samuel Ortiz (1):
      mfd: Clean up max8997 IRQ namespace

Thomas Gleixner (10):
      mfd: asic3: Cleanup irq handling
      mfd: 88pm860x: Remove unused irq_desc leftovers
      mfd: ezx-pcap: Remvove open coded irq handling
      mfd: htc-egpio: Cleanup interrupt handling
      mfd: htc-i2cpld: Cleanup interrupt handling
      mfd: mx8925: Remove irq_desc leftovers
      mfd: twl4030: Cleanup interrupt handling
      mfd: twl6030: Cleanup interrupt handling
      mfd: Cleanup irq namespace
      mfd: Fold irq_set_chip/irq_set_handler

 arch/x86/platform/olpc/olpc-xo1.c   |   23 +-
 drivers/mfd/88pm860x-core.c         |   11 +-
 drivers/mfd/Kconfig                 |    1 +
 drivers/mfd/Makefile                |    2 +-
 drivers/mfd/ab3550-core.c           |   12 +-
 drivers/mfd/ab8500-core.c           |   12 +-
 drivers/mfd/asic3.c                 |   38 ++--
 drivers/mfd/cs5535-mfd.c            |   16 ++
 drivers/mfd/ezx-pcap.c              |   34 ++--
 drivers/mfd/htc-egpio.c             |   23 +--
 drivers/mfd/htc-i2cpld.c            |   33 +--
 drivers/mfd/jz4740-adc.c            |   16 +-
 drivers/mfd/max8925-core.c          |   10 +-
 drivers/mfd/max8997-irq.c           |  377 +++++++++++++++++++++++++++++++++++
 drivers/mfd/max8998-irq.c           |    8 +-
 drivers/mfd/max8998.c               |    4 +-
 drivers/mfd/mfd-core.c              |   53 +----
 drivers/mfd/pcf50633-core.c         |    2 +-
 drivers/mfd/rdc321x-southbridge.c   |    1 +
 drivers/mfd/stmpe.c                 |   12 +-
 drivers/mfd/t7l66xb.c               |   21 +-
 drivers/mfd/tc3589x.c               |   12 +-
 drivers/mfd/tc6393xb.c              |   21 +-
 drivers/mfd/tps6586x.c              |    6 +-
 drivers/mfd/twl4030-irq.c           |   66 ++-----
 drivers/mfd/twl6030-irq.c           |   25 +--
 drivers/mfd/wl1273-core.c           |    2 +-
 drivers/mfd/wm831x-irq.c            |    8 +-
 drivers/mfd/wm8350-irq.c            |    8 +-
 drivers/mfd/wm8994-irq.c            |    8 +-
 include/linux/mfd/core.h            |   27 ++-
 include/linux/mfd/max8997-private.h |   21 ++
 include/linux/mfd/max8997.h         |    7 +-
 33 files changed, 618 insertions(+), 302 deletions(-)
 create mode 100644 drivers/mfd/max8997-irq.c

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

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

only message in thread, other threads:[~2011-03-27  0:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-27  0:15 [GIT] [2.6.39] 2nd MFD pull request Samuel Ortiz

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