Re: [PATCH v1 01/04] clk: actions: Add Actions Semi S500 SoC clock support

From: Stephen Boyd
Date: Wed Jul 25 2018 - 02:21:09 EST


Quoting Edgar Bernardi Righi (2018-07-18 08:32:34)
> Add Actions Semi S500 SoC clock support.
> Basic clock support for S500 SoC was implemented using the Actions
> Semi Owl clock driver.
> Tested on a Lemaker Guitar board.
>
> This patch depends on patch "[PATCH v6 1/5] clk: actions: Add missing
> REGMAP_MMIO dependency" by Saravanan Sekar.
> This patch depends on patch "[PATCH] clk: actions: Add custom delay
> option to Actions Semi OWL pll clock driver" by Edgar Bernardi Righi.

The depends list can be left out of the commit text and go below a
triple dash '---' after the sign-off chain.

>
> File(s) created: "/drivers/clk/actions/owl-s500.c"
> File(s) updated: "/drivers/clk/actions/Makefile", "/drivers/clk/actions/Kconfig"

Please remove these "Files created" messages from your patches.
Preferably use git to format your patches before sending too, but using
diff is OK too I guess.

>
> Signed-off-by: Edgar Bernardi Righi <edgar.righi@xxxxxxxxxxxxx>
>
> diff -uprN -X vanilla/Documentation/dontdiff
> vanilla/drivers/clk/actions/Kconfig linux/drivers/clk/actions/Kconfig