Re: [PATCH v11 03/27] clk: davinci: psc: allow for dev == NULL

2018-05-22 Thread Sekhar Nori
On Friday 18 May 2018 10:18 PM, David Lechner wrote: > On some davinci SoCs, we need to register the PSC clocks during early > boot because they are needed for clocksource/clockevent. These changes > allow for dev == NULL because in this case, we won't have a platform > device for the clocks. > >

[PATCH v11 03/27] clk: davinci: psc: allow for dev == NULL

2018-05-18 Thread David Lechner
On some davinci SoCs, we need to register the PSC clocks during early boot because they are needed for clocksource/clockevent. These changes allow for dev == NULL because in this case, we won't have a platform device for the clocks. Some function declarations are moved to a public header files so