Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-12-19 Thread Olliver Schinagl
Hey Alexandre! On 17-12-14 20:58, Alexandre Belloni wrote: Hi, I finally got some time to work on that again. awesome :D On 18/11/2014 at 14:47:33 +0100, Olliver Schinagl wrote : What I get from the datasheet is, that sun4i and sun5i are exactly the same, with the exception that sun5i only

Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-12-17 Thread Alexandre Belloni
Hi, I finally got some time to work on that again. On 18/11/2014 at 14:47:33 +0100, Olliver Schinagl wrote : > What I get from the datasheet is, that sun4i and sun5i are exactly the same, > with the exception that sun5i only has 1 PWM (~exposed~). I belive that is > easily solved with the binding

Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-11-18 Thread Olliver Schinagl
On 18-11-14 15:55, Maxime Ripard wrote: On Tue, Nov 18, 2014 at 03:11:26PM +0100, Olliver Schinagl wrote: On 18-11-14 14:54, Maxime Ripard wrote: On Tue, Nov 18, 2014 at 02:47:33PM +0100, Olliver Schinagl wrote: Hey Alexandre, On 05-11-14 16:15, Alexandre Belloni wrote: Hi, This patch seri

Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-11-18 Thread Maxime Ripard
On Tue, Nov 18, 2014 at 03:11:26PM +0100, Olliver Schinagl wrote: > > On 18-11-14 14:54, Maxime Ripard wrote: > >On Tue, Nov 18, 2014 at 02:47:33PM +0100, Olliver Schinagl wrote: > >>Hey Alexandre, > >> > >>On 05-11-14 16:15, Alexandre Belloni wrote: > >>>Hi, > >>> > >>>This patch series adds supp

Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-11-18 Thread Olliver Schinagl
On 18-11-14 14:54, Maxime Ripard wrote: On Tue, Nov 18, 2014 at 02:47:33PM +0100, Olliver Schinagl wrote: Hey Alexandre, On 05-11-14 16:15, Alexandre Belloni wrote: Hi, This patch series adds support for the PWM controller found on the Allwinner SoCs. The first patch adds the driver itself.

Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-11-18 Thread Maxime Ripard
On Tue, Nov 18, 2014 at 02:47:33PM +0100, Olliver Schinagl wrote: > Hey Alexandre, > > On 05-11-14 16:15, Alexandre Belloni wrote: > >Hi, > > > >This patch series adds support for the PWM controller found on the Allwinner > >SoCs. > > > >The first patch adds the driver itself. > >The second patch

Re: [PATCHv9 0/2] Add Allwinner SoCs PWM support

2014-11-18 Thread Olliver Schinagl
Hey Alexandre, On 05-11-14 16:15, Alexandre Belloni wrote: Hi, This patch series adds support for the PWM controller found on the Allwinner SoCs. The first patch adds the driver itself. The second patch adds the DT binding documentation Changes in v8: - renamed the driver sun4i as the PWM I