Re: [PATCH v2 13/22] clk: at91: add at91sam9x5 PMCs driver

2018-10-17 Thread Stephen Boyd
Quoting Alexandre Belloni (2018-10-16 07:21:51) > Add a driver for the PMC clocks of the at91sam9x5 SoCs > > Signed-off-by: Alexandre Belloni > --- Applied to clk-next

[PATCH v2 13/22] clk: at91: add at91sam9x5 PMCs driver

2018-10-16 Thread Alexandre Belloni
Add a driver for the PMC clocks of the at91sam9x5 SoCs Signed-off-by: Alexandre Belloni --- drivers/clk/at91/Makefile | 2 +- drivers/clk/at91/at91sam9x5.c | 309 ++ 2 files changed, 310 insertions(+), 1 deletion(-) create mode 100644 drivers/clk/at91/at91s