All of lore.kernel.org
 help / color / mirror / Atom feed
From: lee.jones@linaro.org (Lee Jones)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] mfd: First patch-set to update the AB8500 series
Date: Mon, 4 Feb 2013 09:26:31 +0000	[thread overview]
Message-ID: <20130204092631.GV2042@gmail.com> (raw)

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(-)

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org ? Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: sameo@linux.intel.com
Cc: linus.walleij@linaro.org, linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] mfd: First patch-set to update the AB8500 series
Date: Mon, 4 Feb 2013 09:26:31 +0000	[thread overview]
Message-ID: <20130204092631.GV2042@gmail.com> (raw)

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(-)

-- 
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

             reply	other threads:[~2013-02-04  9:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-04  9:26 Lee Jones [this message]
2013-02-04  9:26 ` [GIT PULL] mfd: First patch-set to update the AB8500 series Lee Jones
2013-02-05 23:32 ` Samuel Ortiz
2013-02-05 23:32   ` 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=20130204092631.GV2042@gmail.com \
    --to=lee.jones@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.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.