Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2016-01-02 Thread Eric Anholt
Michael Turquette writes: > Hi Arnd, > > Quoting Arnd Bergmann (2015-12-30 01:29:02) >> It's also ok to merge the header file and binding with either the dts file >> changes or the driver and then do the other part the following release. >> >> In the past, we've worked around the issue by mergin

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-30 Thread Michael Turquette
Hi Arnd, Quoting Arnd Bergmann (2015-12-30 01:29:02) > On Tuesday 29 December 2015 16:15:09 Rob Herring wrote: > > On Mon, Dec 28, 2015 at 4:39 PM, Michael Turquette > > wrote: > > > Quoting Eric Anholt (2015-12-24 15:45:15) > > >> Michael Turquette writes: > > >> I would *love* to do that, but

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-30 Thread Arnd Bergmann
On Tuesday 29 December 2015 16:15:09 Rob Herring wrote: > On Mon, Dec 28, 2015 at 4:39 PM, Michael Turquette > wrote: > > Quoting Eric Anholt (2015-12-24 15:45:15) > >> Michael Turquette writes: > >> I would *love* to do that, but I've previously been told that having the > >> bindings patch refe

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-29 Thread Rob Herring
+Arnd and Olof On Mon, Dec 28, 2015 at 4:39 PM, Michael Turquette wrote: > Quoting Eric Anholt (2015-12-24 15:45:15) >> Michael Turquette writes: >> >> > On Fri, Dec 18, 2015 at 8:19 PM, Rob Herring wrote: >> >> On Tue, Dec 15, 2015 at 03:35:57PM -0800, Eric Anholt wrote: >> >>> These will be u

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-28 Thread Michael Turquette
Quoting Eric Anholt (2015-12-24 15:45:15) > Michael Turquette writes: > > > On Fri, Dec 18, 2015 at 8:19 PM, Rob Herring wrote: > >> On Tue, Dec 15, 2015 at 03:35:57PM -0800, Eric Anholt wrote: > >>> These will be used for enabling UART1, SPI1, and SPI2. > >>> > >>> Signed-off-by: Eric Anholt >

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-24 Thread Eric Anholt
Michael Turquette writes: > On Fri, Dec 18, 2015 at 8:19 PM, Rob Herring wrote: >> On Tue, Dec 15, 2015 at 03:35:57PM -0800, Eric Anholt wrote: >>> These will be used for enabling UART1, SPI1, and SPI2. >>> >>> Signed-off-by: Eric Anholt >>> --- >>> >>> v2: Make the binding cover both the IRQ a

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-23 Thread Michael Turquette
On Fri, Dec 18, 2015 at 8:19 PM, Rob Herring wrote: > On Tue, Dec 15, 2015 at 03:35:57PM -0800, Eric Anholt wrote: >> These will be used for enabling UART1, SPI1, and SPI2. >> >> Signed-off-by: Eric Anholt >> --- >> >> v2: Make the binding cover both the IRQ and clock enable registers. >> >> ...

Re: [PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-18 Thread Rob Herring
On Tue, Dec 15, 2015 at 03:35:57PM -0800, Eric Anholt wrote: > These will be used for enabling UART1, SPI1, and SPI2. > > Signed-off-by: Eric Anholt > --- > > v2: Make the binding cover both the IRQ and clock enable registers. > > .../bindings/clock/brcm,bcm2835-aux-clock.txt | 31 >

[PATCH v2 1/3] clk: bcm2835: Add bindings for the auxiliary peripheral clock gates.

2015-12-15 Thread Eric Anholt
These will be used for enabling UART1, SPI1, and SPI2. Signed-off-by: Eric Anholt --- v2: Make the binding cover both the IRQ and clock enable registers. .../bindings/clock/brcm,bcm2835-aux-clock.txt | 31 ++ include/dt-bindings/clock/bcm2835-aux.h| 17