Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-31 Thread Gregory CLEMENT
Hi Ralph, On mer., mai 31 2017, Ralph Sennhauser wrote: > On Tue, 30 May 2017 17:35:33 +0200 > Richard Genoud wrote: > >> Hi Ralph, >> >> I have the functional spec (no NDA needed, but it's not the full >> one) :

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-31 Thread Gregory CLEMENT
Hi Ralph, On mer., mai 31 2017, Ralph Sennhauser wrote: > On Tue, 30 May 2017 17:35:33 +0200 > Richard Genoud wrote: > >> Hi Ralph, >> >> I have the functional spec (no NDA needed, but it's not the full >> one) : A38x-Functional-Spec-PU0A.pdf >>

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-31 Thread Ralph Sennhauser
On Tue, 30 May 2017 17:35:33 +0200 Richard Genoud wrote: > Hi Ralph, > > I have the functional spec (no NDA needed, but it's not the full > one) : A38x-Functional-Spec-PU0A.pdf > https://marvellcorp.wufoo.com/forms/marvell-armada-38x-functional-specifications/ >

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-31 Thread Ralph Sennhauser
On Tue, 30 May 2017 17:35:33 +0200 Richard Genoud wrote: > Hi Ralph, > > I have the functional spec (no NDA needed, but it's not the full > one) : A38x-Functional-Spec-PU0A.pdf > https://marvellcorp.wufoo.com/forms/marvell-armada-38x-functional-specifications/ > (just an email needed, no

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-30 Thread Richard Genoud
2017-05-30 16:51 GMT+02:00 Ralph Sennhauser : > On Tue, 30 May 2017 15:40:00 +0200 > Gregory CLEMENT wrote: > >> Hi Ralph and Linus, >> >> I resurrect this thread following the series post by Richard Genoud: >>

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-30 Thread Richard Genoud
2017-05-30 16:51 GMT+02:00 Ralph Sennhauser : > On Tue, 30 May 2017 15:40:00 +0200 > Gregory CLEMENT wrote: > >> Hi Ralph and Linus, >> >> I resurrect this thread following the series post by Richard Genoud: >> http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/509461.html >> >> On

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-30 Thread Ralph Sennhauser
On Tue, 30 May 2017 15:40:00 +0200 Gregory CLEMENT wrote: > Hi Ralph and Linus, > > I resurrect this thread following the series post by Richard Genoud: > http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/509461.html > > On lun., avril 24 2017,

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-30 Thread Ralph Sennhauser
On Tue, 30 May 2017 15:40:00 +0200 Gregory CLEMENT wrote: > Hi Ralph and Linus, > > I resurrect this thread following the series post by Richard Genoud: > http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/509461.html > > On lun., avril 24 2017, Linus Walleij > wrote: > > > On

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-30 Thread Gregory CLEMENT
Hi Ralph and Linus, I resurrect this thread following the series post by Richard Genoud: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/509461.html On lun., avril 24 2017, Linus Walleij wrote: > On Fri, Apr 14, 2017 at 5:40 PM, Ralph Sennhauser >

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-05-30 Thread Gregory CLEMENT
Hi Ralph and Linus, I resurrect this thread following the series post by Richard Genoud: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-May/509461.html On lun., avril 24 2017, Linus Walleij wrote: > On Fri, Apr 14, 2017 at 5:40 PM, Ralph Sennhauser > wrote: > >> From: Andrew Lunn

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-04-24 Thread Linus Walleij
On Fri, Apr 14, 2017 at 5:40 PM, Ralph Sennhauser wrote: > From: Andrew Lunn > > Armada 370/XP devices can 'blink' GPIO lines with a configurable on > and off period. This can be modelled as a PWM. > > However, there are only two sets of PWM

Re: [PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-04-24 Thread Linus Walleij
On Fri, Apr 14, 2017 at 5:40 PM, Ralph Sennhauser wrote: > From: Andrew Lunn > > Armada 370/XP devices can 'blink' GPIO lines with a configurable on > and off period. This can be modelled as a PWM. > > However, there are only two sets of PWM configuration registers for > all the GPIO lines.

[PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-04-14 Thread Ralph Sennhauser
From: Andrew Lunn Armada 370/XP devices can 'blink' GPIO lines with a configurable on and off period. This can be modelled as a PWM. However, there are only two sets of PWM configuration registers for all the GPIO lines. This driver simply allows a single GPIO line per GPIO chip

[PATCH v6 1/4] gpio: mvebu: Add limited PWM support

2017-04-14 Thread Ralph Sennhauser
From: Andrew Lunn Armada 370/XP devices can 'blink' GPIO lines with a configurable on and off period. This can be modelled as a PWM. However, there are only two sets of PWM configuration registers for all the GPIO lines. This driver simply allows a single GPIO line per GPIO chip of 32 lines to