Re: [PATCH v2 14/22] clk: at91: add at91sam9rl PMC driver

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

[PATCH v2 14/22] clk: at91: add at91sam9rl PMC driver

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