Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support

2013-01-03 Thread Thierry Reding
On Thu, Jan 03, 2013 at 09:14:06AM -0800, Bryan Wu wrote: > On Wed, Jan 2, 2013 at 11:22 PM, Thierry Reding > wrote: > > On Wed, Jan 02, 2013 at 06:10:13PM -0800, Bryan Wu wrote: > >> Hi Peter, > >> > >> I merged this patchset into my for-next branch already. > >> > >> Thanks for pushing this. > >

Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support

2013-01-03 Thread Bryan Wu
On Wed, Jan 2, 2013 at 11:22 PM, Thierry Reding wrote: > On Wed, Jan 02, 2013 at 06:10:13PM -0800, Bryan Wu wrote: >> Hi Peter, >> >> I merged this patchset into my for-next branch already. >> >> Thanks for pushing this. > > Hi Bryan, > > Did you also take the PWM patches (3-5)? I was going to add

Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support

2013-01-03 Thread Peter Ujfalusi
Hi Bryan, On 01/03/2013 03:10 AM, Bryan Wu wrote: > Hi Peter, > > I merged this patchset into my for-next branch already. Thank you! > > Thanks for pushing this. It was my pleasure! Thanks for the help on this. Péter > -Bryan > > On Fri, Dec 21, 2012 at 1:43 AM, Peter Ujfalusi wrote: >> H

Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support

2013-01-02 Thread Thierry Reding
On Wed, Jan 02, 2013 at 06:10:13PM -0800, Bryan Wu wrote: > Hi Peter, > > I merged this patchset into my for-next branch already. > > Thanks for pushing this. Hi Bryan, Did you also take the PWM patches (3-5)? I was going to add those to my tree, but if you already take them feel free to add my

Re: [PATCH v5 0/7] leds: leds-pwm: Device tree support

2013-01-02 Thread Bryan Wu
Hi Peter, I merged this patchset into my for-next branch already. Thanks for pushing this. -Bryan On Fri, Dec 21, 2012 at 1:43 AM, Peter Ujfalusi wrote: > Hello, > > Changes since v4: > - Commit message for patch #7 (DT binding for the leds-pwm driver) has been > updated > > Changes since v3:

[PATCH v5 0/7] leds: leds-pwm: Device tree support

2012-12-21 Thread Peter Ujfalusi
Hello, Changes since v4: - Commit message for patch #7 (DT binding for the leds-pwm driver) has been updated Changes since v3: Addressed comments from Thierry Redding: - DT binding documentation for leds-pwm updated - of_pwm_request() renamed as of_pwm_get() - introduction of devm_of_pwm_get()