[PATCH v3 5/7] clk: sunxi-ng: Add sun5i CCU driver
Chen-Yu Tsai
wens at csie.org
Fri Jan 20 17:34:15 PST 2017
On Fri, Jan 20, 2017 at 3:29 PM, Maxime Ripard
<maxime.ripard at free-electrons.com> wrote:
> The Allwinner A10s, A13, R8 and NextThing GR8 are all based on the same
> silicon, and all share the same clocks.
>
> However, they're not packaged in the same way, and therefore not all the
> controllers are actually available on all these SoCs.
>
> Introduce a clock controller driver for all these SoCs with different
> compatibles to take that into account.
>
> Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
Acked-by: Chen-Yu Tsai <wens at csie.org>
> ---
> drivers/clk/sunxi-ng/Kconfig | 10 +-
> drivers/clk/sunxi-ng/Makefile | 1 +-
> drivers/clk/sunxi-ng/ccu-sun5i.c | 1008 ++++++++++++++++++++++++++-
> drivers/clk/sunxi-ng/ccu-sun5i.h | 67 ++-
> include/dt-bindings/clock/sun5i-ccu.h | 103 +++-
> include/dt-bindings/reset/sun5i-ccu.h | 32 +-
I thought having these 2 in a separate patch would be better for
cross tree merges?
> 6 files changed, 1221 insertions(+), 0 deletions(-)
> create mode 100644 drivers/clk/sunxi-ng/ccu-sun5i.c
> create mode 100644 drivers/clk/sunxi-ng/ccu-sun5i.h
> create mode 100644 include/dt-bindings/clock/sun5i-ccu.h
> create mode 100644 include/dt-bindings/reset/sun5i-ccu.h
>
ChenYu
More information about the linux-arm-kernel
mailing list