Re: [PATCH 6/9] clk: davinci: pll: allow dev == NULL

2018-05-30 Thread David Lechner
On 05/30/2018 02:46 PM, Michael Turquette wrote: Hi David, Quoting David Lechner (2018-05-25 11:11:47) This modifies the TI Davinci PLL clock driver to allow for the case when dev == NULL. On some (most) SoCs that use this driver, the PLL clock needs to be registered during early boot because i

Re: [PATCH 6/9] clk: davinci: pll: allow dev == NULL

2018-05-30 Thread Michael Turquette
Hi David, Quoting David Lechner (2018-05-25 11:11:47) > This modifies the TI Davinci PLL clock driver to allow for the case > when dev == NULL. On some (most) SoCs that use this driver, the PLL > clock needs to be registered during early boot because it is used > for clocksource/clkevent and there

[PATCH 6/9] clk: davinci: pll: allow dev == NULL

2018-05-25 Thread David Lechner
This modifies the TI Davinci PLL clock driver to allow for the case when dev == NULL. On some (most) SoCs that use this driver, the PLL clock needs to be registered during early boot because it is used for clocksource/clkevent and there will be no platform device available. Signed-off-by: David Le