Re: [PATCH v8 12/42] clk: davinci: Add platform information for TI DA850 PSC

2018-03-20 Thread Stephen Boyd
Quoting David Lechner (2018-03-15 19:52:28) > This adds platform-specific declarations for the PSC clocks on TI DA850/ > OMAP-L138/AM18XX SoCs. > > Signed-off-by: David Lechner > Reviewed-by: Sekhar Nori > --- Applied to clk-next

Re: [PATCH v8 12/42] clk: davinci: Add platform information for TI DA850 PSC

2018-03-15 Thread David Lechner
On 03/15/2018 09:52 PM, David Lechner wrote: This adds platform-specific declarations for the PSC clocks on TI DA850/ OMAP-L138/AM18XX SoCs. Signed-off-by: David Lechner Reviewed-by: Sekhar Nori --- This Reviewed-by: was supposed to be dropped. This file has had some significant changes.

[PATCH v8 12/42] clk: davinci: Add platform information for TI DA850 PSC

2018-03-15 Thread David Lechner
This adds platform-specific declarations for the PSC clocks on TI DA850/ OMAP-L138/AM18XX SoCs. Signed-off-by: David Lechner Reviewed-by: Sekhar Nori --- v8 changes: - drop use of __init and __initconst attributes - add parent clock mappings v7 changes: - split registration function into two,