mbox

[GIT,PULL] mfd: First patch-set to update the AB8500 series

Message ID 20130204092631.GV2042@gmail.com
State New
Headers show

Pull-request

git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-mfd

Message

Lee Jones Feb. 4, 2013, 9:26 a.m. UTC
The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:

  Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)

are available in the git repository at:

  git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-mfd

for you to fetch changes up to 8908c04985ed67b9138c6e06be2c81867f24e2d4:

  mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameter (2013-02-04 08:33:30 +0000)

----------------------------------------------------------------
Ashok G (1):
      mfd: ab8500-debugfs: sizeof() mismatch bugfix

Bengt Jonsson (1):
      mfd: ab8500-debugfs: Add interrupt debug

John Beckett (1):
      mfd: ab8500-debugfs: Export all AB8500 ADCs as debugfs nodes

Jonas Aaberg (4):
      mfd: ab8500-sysctrl: If a charger is present, reboot instead
      mfd: ab8500-sysctrl: Only reboot into charging mode if battery type is known
      mfd: ab8500-sysctrl.c: Provide charging as reset reason
      mfd: ab8500-sysctrl: export read/write symbols

Kennet Wallden (1):
      mfd: ab8500-sysctrl: Provide configuration for SysClkReqRfClkBuf registers

Lee Jones (7):
      mfd: ab8500-sysctrl: Provide a platform specific pm_power_off() call-back
      mfd: ab8500-gpadc: Change to usleep_range() for greater resolution
      mfd: ab8500-debugfs: Provide a means for a user subscribe to IRQs
      mfd: ab8500-debugfs: Use NULL to initialise remaining NULL pointer
      mfd: ab8500-gpadc: Add runtime pm support
      mfd: ab8500-gpadc: Reduce conversion timeout
      mfd: ab8500-gpadc: Remove unused 'struct ab8500_gpadc'

Linus Walleij (1):
      mfd: ab8500-debugfs: Allow number of IRQs to be provided more dynamically

Mattias Wallin (1):
      mfd: ab8500-debugfs: Keep count of IRQs in debugfs

Mian Yousaf Kaukab (3):
      mfd: abx500-core: Provide an API to dump all ABx500 registers
      mfd: ab8500-debugfs: add debugfs node to read all registers
      mfd: ab8500-core: Allow the possibility to dump all AB8500 registers

Michel JAOUEN (1):
      mfd ab8500-gpadc: Introduce new AB version detection

Philippe Langlais (2):
      mfd: ab8500-debugfs: Set the USB charging current to 300mA for ABV3
      mfd: ab8500-gpadc: Use new ab8500_gpadc_get() with name parameter

carriere etienne (1):
      mfd: ab8500-debugfs: Formated access AB8500 registers from debugfs entry

 drivers/mfd/ab8500-core.c                 |    2 +
 drivers/mfd/ab8500-debugfs.c              | 1249 +++++++++++++++++++++++++++--
 drivers/mfd/ab8500-gpadc.c                |   90 ++-
 drivers/mfd/ab8500-sysctrl.c              |   92 +++
 drivers/mfd/abx500-core.c                 |   16 +
 include/linux/mfd/abx500.h                |    2 +
 include/linux/mfd/abx500/ab8500-sysctrl.h |    5 +
 include/linux/mfd/abx500/ab8500.h         |   12 +
 8 files changed, 1394 insertions(+), 74 deletions(-)

Comments

Samuel Ortiz Feb. 5, 2013, 11:32 p.m. UTC | #1
Hi Lee,

On Mon, Feb 04, 2013 at 09:26:31AM +0000, Lee Jones wrote:
> The following changes since commit 949db153b6466c6f7cad5a427ecea94985927311:
> 
>   Linux 3.8-rc5 (2013-01-25 11:57:28 -0800)
> 
> are available in the git repository at:
> 
>   git://git.linaro.org/people/ljones/linux-3.0-ux500.git for-mfd
Pulled, thanks.

Cheers,
Samuel.