Re: [PATCH v5 2/2] clk: add artpec-6 clock controller

2016-04-15 Thread Stephen Boyd
On 04/04, Lars Persson wrote: > > On 04/02/2016 03:39 AM, Stephen Boyd wrote: > >On 03/31, Lars Persson wrote: > >>+ > >>+ /* EPROBE_DEFER on the apb_clock is not handled in amba devices. */ > > > >Shouldn't we fix that then? > > Marek Szyprowski recently tried to fix this, but Russel NAKed the

Re: [PATCH v5 2/2] clk: add artpec-6 clock controller

2016-04-04 Thread Lars Persson
On 04/02/2016 03:39 AM, Stephen Boyd wrote: On 03/31, Lars Persson wrote: diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile new file mode 100644 index 000..628c9d3 --- /dev/null +++ b/drivers/clk/axis/Makefile @@ -0,0 +1 @@ +obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o

Re: [PATCH v5 2/2] clk: add artpec-6 clock controller

2016-04-01 Thread Stephen Boyd
On 03/31, Lars Persson wrote: > diff --git a/drivers/clk/axis/Makefile b/drivers/clk/axis/Makefile > new file mode 100644 > index 000..628c9d3 > --- /dev/null > +++ b/drivers/clk/axis/Makefile > @@ -0,0 +1 @@ > +obj-$(CONFIG_MACH_ARTPEC6) += clk-artpec6.o > diff --git a/drivers/clk/axis/clk-a

[PATCH v5 2/2] clk: add artpec-6 clock controller

2016-03-31 Thread Lars Persson
Add a driver for the main clock controller of the Artpec-6 Soc. Signed-off-by: Lars Persson --- MAINTAINERS| 2 +- drivers/clk/Makefile | 1 + drivers/clk/axis/Makefile | 1 + drivers/clk/axis/clk-artpec6.c | 230 +