Re: [PATCH v3 1/4] leds-pca9633: Add support for PCA9634

2013-08-14 Thread Ricardo Ribalda Delgado
Hello Bryan I have sent a new series (v4). Beware that there is a new patch appended to the series, I think I found some problems while dt parsing Best regards! On Tue, Aug 13, 2013 at 7:12 PM, Bryan Wu wrote: > On Tue, Aug 13, 2013 at 7:49 AM, Ricardo Ribalda Delgado > wrote: >> Hello Bryan >

Re: [PATCH v3 1/4] leds-pca9633: Add support for PCA9634

2013-08-13 Thread Bryan Wu
On Tue, Aug 13, 2013 at 7:49 AM, Ricardo Ribalda Delgado wrote: > Hello Bryan > > Did you have a chance to look at the new series? > Sorry for the delay. I have no problem for this series. Could you please rebase to my tree's for-next branch [1]? And post again? Because recently there were severa

Re: [PATCH v3 1/4] leds-pca9633: Add support for PCA9634

2013-08-13 Thread Ricardo Ribalda Delgado
Hello Bryan Did you have a chance to look at the new series? Thanks! On Fri, Aug 9, 2013 at 8:45 AM, Ricardo Ribalda Delgado wrote: > Add support for PCA9634 chip, which belongs to the same family as the > 9633 but with support for 8 outputs instead of 4. > > Signed-off-by: Ricardo Ribalda Delg

[PATCH v3 1/4] leds-pca9633: Add support for PCA9634

2013-08-08 Thread Ricardo Ribalda Delgado
Add support for PCA9634 chip, which belongs to the same family as the 9633 but with support for 8 outputs instead of 4. Signed-off-by: Ricardo Ribalda Delgado --- drivers/leds/Kconfig|7 ++-- drivers/leds/leds-pca9633.c | 74 +++ 2 files chan