Re: [PATCH v4 5/8] clk: add clock driver for SCMI agents

2020-10-01 Thread Tom Rini
On Wed, Sep 09, 2020 at 06:44:04PM +0200, Etienne Carriere wrote: > This change introduces a clock driver for SCMI agent devices. When > SCMI agent and SCMI clock drivers are enabled, SCMI agent binds a > clock device for each SCMI clock protocol devices enabled in the FDT. > > SCMI clock driver

Re: [PATCH v4 5/8] clk: add clock driver for SCMI agents

2020-09-10 Thread Simon Glass
On Wed, 9 Sep 2020 at 10:44, Etienne Carriere wrote: > > This change introduces a clock driver for SCMI agent devices. When > SCMI agent and SCMI clock drivers are enabled, SCMI agent binds a > clock device for each SCMI clock protocol devices enabled in the FDT. > > SCMI clock driver is embedded

[PATCH v4 5/8] clk: add clock driver for SCMI agents

2020-09-09 Thread Etienne Carriere
This change introduces a clock driver for SCMI agent devices. When SCMI agent and SCMI clock drivers are enabled, SCMI agent binds a clock device for each SCMI clock protocol devices enabled in the FDT. SCMI clock driver is embedded upon CONFIG_CLK_SCMI=y. If enabled, CONFIG_SCMI_AGENT is also ena