Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-23 Thread Simon Horman
On Wed, Feb 24, 2016 at 01:19:25PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Feb 17, 2016 at 9:08 PM, Simon Horman wrote: > > On Wed, Feb 17, 2016 at 03:45:19PM +0900, Magnus Damm wrote: > >> $ grep "renesas," > >> Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt > >> - compat

Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-23 Thread Magnus Damm
Hi Simon, On Wed, Feb 17, 2016 at 9:08 PM, Simon Horman wrote: > On Wed, Feb 17, 2016 at 03:45:19PM +0900, Magnus Damm wrote: >> $ grep "renesas," Documentation/devicetree/bindings/dma/renesas,rcar-dmac.txt >> - compatible: "renesas,dmac-", "renesas,rcar-dmac" as fallback. >> - "renesas,d

Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-17 Thread Simon Horman
On Wed, Feb 17, 2016 at 03:45:19PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Feb 17, 2016 at 3:28 PM, Simon Horman wrote: > > On Wed, Feb 17, 2016 at 11:33:27AM +0900, Magnus Damm wrote: > >> Hi Geert, > >> > >> On Tue, Feb 16, 2016 at 10:11 PM, Geert Uytterhoeven > >> wrote: > >> > On T

Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-16 Thread Magnus Damm
Hi Simon, On Wed, Feb 17, 2016 at 3:28 PM, Simon Horman wrote: > On Wed, Feb 17, 2016 at 11:33:27AM +0900, Magnus Damm wrote: >> Hi Geert, >> >> On Tue, Feb 16, 2016 at 10:11 PM, Geert Uytterhoeven >> wrote: >> > On Tue, Feb 16, 2016 at 8:17 AM, Magnus Damm wrote: >> >> From: Magnus Damm >> >>

Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-16 Thread Simon Horman
On Wed, Feb 17, 2016 at 11:33:27AM +0900, Magnus Damm wrote: > Hi Geert, > > On Tue, Feb 16, 2016 at 10:11 PM, Geert Uytterhoeven > wrote: > > On Tue, Feb 16, 2016 at 8:17 AM, Magnus Damm wrote: > >> From: Magnus Damm > >> > >> Add documentation for new separate CMT0 and CMT1 DT compatible stri

Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-16 Thread Magnus Damm
Hi Geert, On Tue, Feb 16, 2016 at 10:11 PM, Geert Uytterhoeven wrote: > On Tue, Feb 16, 2016 at 8:17 AM, Magnus Damm wrote: >> From: Magnus Damm >> >> Add documentation for new separate CMT0 and CMT1 DT compatible strings >> for R-Car Gen2. These compat strings allow us to enable CMT1-specific

Re: [PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-16 Thread Geert Uytterhoeven
On Tue, Feb 16, 2016 at 8:17 AM, Magnus Damm wrote: > From: Magnus Damm > > Add documentation for new separate CMT0 and CMT1 DT compatible strings > for R-Car Gen2. These compat strings allow us to enable CMT1-specific > features in the driver. The old compat strings will be deprecated in > the n

[PATCH v3 02/06] devicetree: bindings: R-Car Gen2 CMT0 and CMT1 bindings

2016-02-15 Thread Magnus Damm
From: Magnus Damm Add documentation for new separate CMT0 and CMT1 DT compatible strings for R-Car Gen2. These compat strings allow us to enable CMT1-specific features in the driver. The old compat strings will be deprecated in the not so distant future. Signed-off-by: Magnus Damm Acked-by: Gee