Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-06 Thread Lee Jones
On Fri, 06 Dec 2013, Thierry Reding wrote: > On Thu, Dec 05, 2013 at 09:43:41PM +, Mark Brown wrote: > > On Wed, Dec 04, 2013 at 11:34:32AM +0100, Thierry Reding wrote: > > > On Wed, Sep 25, 2013 at 01:22:55PM +0900, Milo Kim wrote: > > > > > > mfd: add LP3943 MFD driver > > > > gpio:

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-06 Thread Thierry Reding
On Thu, Dec 05, 2013 at 09:43:41PM +, Mark Brown wrote: > On Wed, Dec 04, 2013 at 11:34:32AM +0100, Thierry Reding wrote: > > On Wed, Sep 25, 2013 at 01:22:55PM +0900, Milo Kim wrote: > > > > mfd: add LP3943 MFD driver > > > gpio: add LP3943 I2C GPIO expander driver > > > pwm: add

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-06 Thread Thierry Reding
On Thu, Dec 05, 2013 at 09:43:41PM +, Mark Brown wrote: On Wed, Dec 04, 2013 at 11:34:32AM +0100, Thierry Reding wrote: On Wed, Sep 25, 2013 at 01:22:55PM +0900, Milo Kim wrote: mfd: add LP3943 MFD driver gpio: add LP3943 I2C GPIO expander driver pwm: add LP3943 PWM driver

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-06 Thread Lee Jones
On Fri, 06 Dec 2013, Thierry Reding wrote: On Thu, Dec 05, 2013 at 09:43:41PM +, Mark Brown wrote: On Wed, Dec 04, 2013 at 11:34:32AM +0100, Thierry Reding wrote: On Wed, Sep 25, 2013 at 01:22:55PM +0900, Milo Kim wrote: mfd: add LP3943 MFD driver gpio: add LP3943 I2C

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-05 Thread Mark Brown
On Wed, Dec 04, 2013 at 11:34:32AM +0100, Thierry Reding wrote: > On Wed, Sep 25, 2013 at 01:22:55PM +0900, Milo Kim wrote: > > mfd: add LP3943 MFD driver > > gpio: add LP3943 I2C GPIO expander driver > > pwm: add LP3943 PWM driver > > Documentation: add LP3943 DT bindings and document >

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-05 Thread Mark Brown
On Wed, Dec 04, 2013 at 11:34:32AM +0100, Thierry Reding wrote: On Wed, Sep 25, 2013 at 01:22:55PM +0900, Milo Kim wrote: mfd: add LP3943 MFD driver gpio: add LP3943 I2C GPIO expander driver pwm: add LP3943 PWM driver Documentation: add LP3943 DT bindings and document I suspect

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-04 Thread Lee Jones
> > 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 v3 to

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-04 Thread Thierry Reding
On Wed, Sep 25, 2013 at 01:22:55PM +0900, 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,

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-04 Thread Lee Jones
> Could you check this patchset? > Driver documentation was moved from 'Documentation' to > 'drivers/mfd/lp3943.c'. Well because the reset of the patch-set wasn't sent as replies to [PATCH 0/X], it's now lost in the ulu. You will have to resubmit. -- Lee Jones Linaro STMicroelectronics Landing

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-04 Thread Lee Jones
Could you check this patchset? Driver documentation was moved from 'Documentation' to 'drivers/mfd/lp3943.c'. Well because the reset of the patch-set wasn't sent as replies to [PATCH 0/X], it's now lost in the ulu. You will have to resubmit. -- Lee Jones Linaro STMicroelectronics Landing

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-04 Thread Thierry Reding
On Wed, Sep 25, 2013 at 01:22:55PM +0900, 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

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-04 Thread Lee Jones
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 v3 to v4: Move the

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-03 Thread Milo Kim
Hello Guys, Could you check this patchset? Driver documentation was moved from 'Documentation' to 'drivers/mfd/lp3943.c'. Thanks, Milo On 09/25/2013 01:22 PM, Milo Kim wrote: LP3943 is an integrated device capable of driving 16 output channels. It can be used for GPIO expander and PWM

Re: [PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-12-03 Thread Milo Kim
Hello Guys, Could you check this patchset? Driver documentation was moved from 'Documentation' to 'drivers/mfd/lp3943.c'. Thanks, Milo On 09/25/2013 01:22 PM, Milo Kim wrote: LP3943 is an integrated device capable of driving 16 output channels. It can be used for GPIO expander and PWM

[PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-09-24 Thread 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 v3 to v4: Move the driver

[PATCH v4 0/4] LP3943 MFD driver for a GPIO expander and a PWM generator

2013-09-24 Thread 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 v3 to v4: Move the driver