From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Jones Subject: Re: [PATCH RESEND v5 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator Date: Fri, 6 Dec 2013 09:09:15 +0000 Message-ID: <20131206090915.GA12491@lee--X1> References: <1386296324-23039-1-git-send-email-milo.kim@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Disposition: inline In-Reply-To: <1386296324-23039-1-git-send-email-milo.kim-l0cyMroinI0@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Milo Kim Cc: Samuel Ortiz , Thierry Reding , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Linus Walleij List-Id: devicetree@vger.kernel.org On Fri, 06 Dec 2013, Milo Kim wrote: > LP3943 is an integrated device capable of driving 16 output channels. > It can be used for GPIO expander and PWM generators. > LP3493 registers are controlled via the I2C interface. >=20 > This patch-set consists of four parts - MFD, GPIO, PWM and documents. >=20 > Update from v4 to v5: > Add Thierry's ACK for the PWM driver and the DT documentation >=20 > Milo Kim (4): > mfd: add LP3943 MFD driver > gpio: add LP3943 I2C GPIO expander driver > pwm: add LP3943 PWM driver > Documentation: add LP3943 DT bindings and document >=20 > .../devicetree/bindings/gpio/gpio-lp3943.txt | 37 +++ > Documentation/devicetree/bindings/mfd/lp3943.txt | 33 ++ > .../devicetree/bindings/pwm/pwm-lp3943.txt | 58 ++++ > drivers/gpio/Kconfig | 8 + > drivers/gpio/Makefile | 1 + > drivers/gpio/gpio-lp3943.c | 242 ++++++++++= +++++ > drivers/mfd/Kconfig | 11 + > drivers/mfd/Makefile | 1 + > drivers/mfd/lp3943.c | 167 ++++++++++= + > drivers/pwm/Kconfig | 10 + > drivers/pwm/Makefile | 1 + > drivers/pwm/pwm-lp3943.c | 314 ++++++++++= ++++++++++ > include/linux/mfd/lp3943.h | 114 +++++++ > 13 files changed, 997 insertions(+) > create mode 100644 Documentation/devicetree/bindings/gpio/gpio-lp394= 3.txt > create mode 100644 Documentation/devicetree/bindings/mfd/lp3943.txt > create mode 100644 Documentation/devicetree/bindings/pwm/pwm-lp3943.= txt > create mode 100644 drivers/gpio/gpio-lp3943.c > create mode 100644 drivers/mfd/lp3943.c > create mode 100644 drivers/pwm/pwm-lp3943.c > create mode 100644 include/linux/mfd/lp3943.h Patch-set applied, thanks Milo. --=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