* [PATCH v5 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator
@ 2013-12-06 2:08 Milo Kim
[not found] ` <1386295714-22323-1-git-send-email-milo.kim-l0cyMroinI0@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Milo Kim @ 2013-12-06 2:08 UTC (permalink / raw)
To: Lee Jones, Samuel Ortiz, Thierry Reding
Cc: linux-kernel, devicetree, linux-pwm, Linus Walleij, Milo Kim
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.
This patch-set consists of four parts - MFD, GPIO, PWM and documents.
Update from v4 to v5:
Add Thierry's ACK for the PWM driver and the DT documentation
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
.../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-lp3943.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
--
1.7.10.4
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v5 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator
[not found] ` <1386295714-22323-1-git-send-email-milo.kim-l0cyMroinI0@public.gmane.org>
@ 2013-12-06 2:28 ` Milo Kim
0 siblings, 0 replies; 2+ messages in thread
From: Milo Kim @ 2013-12-06 2:28 UTC (permalink / raw)
To: Lee Jones, Samuel Ortiz, Thierry Reding
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-pwm-u79uwXL29TY76Z2rM5mHXA, Linus Walleij
Hello guys,
My apologies for too messy messages.
Would you please refer to the patch-set with 'PATCH RESEND v5'?
Thanks.
Milo
On 12/06/2013 11:08 AM, 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.
>
> This patch-set consists of four parts - MFD, GPIO, PWM and documents.
>
> Update from v4 to v5:
> Add Thierry's ACK for the PWM driver and the DT documentation
>
> 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
>
> .../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-lp3943.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
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-06 2:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-06 2:08 [PATCH v5 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator Milo Kim
[not found] ` <1386295714-22323-1-git-send-email-milo.kim-l0cyMroinI0@public.gmane.org>
2013-12-06 2:28 ` Milo Kim
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).