Re: [PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

2017-03-03 Thread m18063
Hi, On 03.03.2017 08:21, Rob Herring wrote: > On Tue, Feb 28, 2017 at 12:40:15PM +0200, Claudiu Beznea wrote: >> sama5d2 can use the same atmel_pwm_data as sama5d3. >> >> Signed-off-by: Claudiu Beznea >> --- >> Documentation/devicetree/bindings/pwm/atmel-pwm.txt |

Re: [PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

2017-03-03 Thread m18063
Hi, On 03.03.2017 08:21, Rob Herring wrote: > On Tue, Feb 28, 2017 at 12:40:15PM +0200, Claudiu Beznea wrote: >> sama5d2 can use the same atmel_pwm_data as sama5d3. >> >> Signed-off-by: Claudiu Beznea >> --- >> Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 + >>

Re: [PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

2017-03-02 Thread Rob Herring
On Tue, Feb 28, 2017 at 12:40:15PM +0200, Claudiu Beznea wrote: > sama5d2 can use the same atmel_pwm_data as sama5d3. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 + > drivers/pwm/pwm-atmel.c

Re: [PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

2017-03-02 Thread Rob Herring
On Tue, Feb 28, 2017 at 12:40:15PM +0200, Claudiu Beznea wrote: > sama5d2 can use the same atmel_pwm_data as sama5d3. > > Signed-off-by: Claudiu Beznea > --- > Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 + > drivers/pwm/pwm-atmel.c | 3 +++ > 2 files

[PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

2017-02-28 Thread Claudiu Beznea
sama5d2 can use the same atmel_pwm_data as sama5d3. Signed-off-by: Claudiu Beznea --- Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 + drivers/pwm/pwm-atmel.c | 3 +++ 2 files changed, 4 insertions(+) diff --git

[PATCH 2/2] drivers: pwm: pwm-atmel: enable pwm on sama5d2

2017-02-28 Thread Claudiu Beznea
sama5d2 can use the same atmel_pwm_data as sama5d3. Signed-off-by: Claudiu Beznea --- Documentation/devicetree/bindings/pwm/atmel-pwm.txt | 1 + drivers/pwm/pwm-atmel.c | 3 +++ 2 files changed, 4 insertions(+) diff --git