Re: [PATCH 2/8] clk: bcm2835: add missing PLL clock divider

2016-03-20 Thread Martin Sperl
> On 17.03.2016, at 17:57, Eric Anholt wrote: > > > These don't exist on the hardware as far as I've been able to find. "I > found it in a header file somewhere" is not sufficient justification to > expose it. > > I'm working on getting a series of all of these reviewed and ready, so > I'm ju

Re: [PATCH 2/8] clk: bcm2835: add missing PLL clock divider

2016-03-19 Thread Eric Anholt
ker...@martin.sperl.org writes: > From: Martin Sperl > > Add the missing pll clock divider definitions. > > Signed-off-by: Martin Sperl > --- > drivers/clk/bcm/clk-bcm2835.c | 50 > +++ > include/dt-bindings/clock/bcm2835.h |8 ++ > 2 files chang

Re: [PATCH 2/8] clk: bcm2835: add missing PLL clock divider

2016-03-19 Thread Eric Anholt
Martin Sperl writes: >> On 17.03.2016, at 17:57, Eric Anholt wrote: >> >> >> These don't exist on the hardware as far as I've been able to find. "I >> found it in a header file somewhere" is not sufficient justification to >> expose it. >> >> I'm working on getting a series of all of these r