From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: [GIT PULL] mfd: regulator: S2MPA01 device support IB for Mark Brown Date: Tue, 18 Mar 2014 11:09:47 +0000 Message-ID: <20140318110947.GR25478@lee--X1> References: <1394797919-24642-1-git-send-email-sachin.kamat@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1394797919-24642-1-git-send-email-sachin.kamat-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Sachin Kamat Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, broonie-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org =46AO Mark, The following changes since commit 0414855fdc4a40da05221fc6062cccbc0c30= f169: Linux 3.14-rc5 (2014-03-02 18:56:16 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git ib-mfd-regu= lator-3.15 for you to fetch changes up to ba3e31f87e8b736adf01f1dc09cd5618966ee193= : Documentation: mfd: Add binding document for S2MPA01 (2014-03-18 10:5= 6:45 +0000) ---------------------------------------------------------------- Krzysztof Kozlowski (5): mfd: sec-core: Add maximum RTC register for regmap config mfd: sec-core: Select different RTC regmaps for devices mfd: sec-irq: Use consistent S2MPS11 RTC alarm interrupt indexes mfd: sec: Add support for S2MPS14 mfd: sec-core: Fix possible NULL pointer dereference when i2c_new= _dummy error Pankaj Dubey (1): mfd: sec-core: Silence compiler warning Sachin Kamat (3): mfd: Add support for S2MPA01 device regulator: Add support for S2MPA01 regulator Documentation: mfd: Add binding document for S2MPA01 Documentation/devicetree/bindings/mfd/s2mpa01.txt | 90 ++++++++++++++= ++++++++++++ drivers/mfd/sec-core.c | 112 ++++++++++++++= +++++++++++++++--- drivers/mfd/sec-irq.c | 97 ++++++++++++++= ++++++++++++-- drivers/regulator/Kconfig | 7 ++ drivers/regulator/Makefile | 1 + drivers/regulator/s2mpa01.c | 481 ++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++= +++++++++++++++++++++++++++++++++++++++++++++++++++++ include/linux/mfd/samsung/core.h | 19 ++++-- include/linux/mfd/samsung/irq.h | 81 ++++++++++++++= +++++++++- include/linux/mfd/samsung/rtc.h | 57 ++++++++++++++= +-- include/linux/mfd/samsung/s2mpa01.h | 192 ++++++++++++++= +++++++++++++++++++++++++++++++++++++++++ include/linux/mfd/samsung/s2mps14.h | 152 ++++++++++++++= ++++++++++++++++++++++++++++++ 11 files changed, 1260 insertions(+), 29 deletions(-) create mode 100644 Documentation/devicetree/bindings/mfd/s2mpa01.txt create mode 100644 drivers/regulator/s2mpa01.c create mode 100644 include/linux/mfd/samsung/s2mpa01.h create mode 100644 include/linux/mfd/samsung/s2mps14.h --=20 Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org =E2=94=82 Open source software for ARM SoCs =46ollow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html