Re: [PATCH v3 0/4] Add PWM clock support for bcm2835

2015-12-24 Thread Michael Turquette
On 12/23, Remi Pommarel wrote: > On Sun, Dec 06, 2015 at 05:22:45PM +0100, Remi Pommarel wrote: > > Hi, > > > > This patchset adds support for pwm clock. At boot, this clock does not have > > a > > default parent nor a default rate set. Thus we should be able to change its > > parent to get this

Re: [PATCH v3 0/4] Add PWM clock support for bcm2835

2015-12-23 Thread Remi Pommarel
On Sun, Dec 06, 2015 at 05:22:45PM +0100, Remi Pommarel wrote: > Hi, > > This patchset adds support for pwm clock. At boot, this clock does not have a > default parent nor a default rate set. Thus we should be able to change its > parent to get this clock working. The current clock implementation

[PATCH v3 0/4] Add PWM clock support for bcm2835

2015-12-06 Thread Remi Pommarel
Hi, This patchset adds support for pwm clock. At boot, this clock does not have a default parent nor a default rate set. Thus we should be able to change its parent to get this clock working. The current clock implementation is using a mux to select the parent, but these clocks need to add a passw