Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-05 Thread Daniel Thompson
On 05/05/15 16:42, Philipp Zabel wrote: Am Dienstag, den 05.05.2015, 17:19 +0200 schrieb Maxime Coquelin: For example, includes/dt-bindings/mfd/stm32f4-rcc.h would look like: #define GPIOA 0 #define GPIOB 1 ... #define LTDC 186 That looks a bit fragile. At least the defines for the indices sh

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-05 Thread Maxime Coquelin
2015-05-05 18:07 GMT+02:00 Daniel Thompson : > On 05/05/15 16:42, Philipp Zabel wrote: >> >> Am Dienstag, den 05.05.2015, 17:19 +0200 schrieb Maxime Coquelin: > > For example, includes/dt-bindings/mfd/stm32f4-rcc.h would look like: > > #define GPIOA 0 > #define GPIOB 1 > ...

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-05 Thread Maxime Coquelin
2015-05-05 17:42 GMT+02:00 Philipp Zabel : > Am Dienstag, den 05.05.2015, 17:19 +0200 schrieb Maxime Coquelin: >> >> For example, includes/dt-bindings/mfd/stm32f4-rcc.h would look like: >> >> >> >> #define GPIOA 0 >> >> #define GPIOB 1 >> >> ... >> >> #define LTDC 186 > > That looks a bit fragile.

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-05 Thread Maxime Coquelin
2015-05-05 16:07 GMT+02:00 Daniel Thompson : > On 04/05/15 12:25, Maxime Coquelin wrote: >> >> 2015-05-02 12:01 GMT+02:00 Daniel Thompson : >>> >>> On 02/05/15 08:55, Maxime Coquelin wrote: 2015-05-01 10:08 GMT+02:00 Daniel Thompson : > > > On 30/04/15 17:20, Maxime Coque

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-05 Thread Philipp Zabel
Am Dienstag, den 05.05.2015, 17:19 +0200 schrieb Maxime Coquelin: > >> For example, includes/dt-bindings/mfd/stm32f4-rcc.h would look like: > >> > >> #define GPIOA 0 > >> #define GPIOB 1 > >> ... > >> #define LTDC 186 That looks a bit fragile. At least the defines for the indices should be properl

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-05 Thread Daniel Thompson
On 04/05/15 12:25, Maxime Coquelin wrote: 2015-05-02 12:01 GMT+02:00 Daniel Thompson : On 02/05/15 08:55, Maxime Coquelin wrote: 2015-05-01 10:08 GMT+02:00 Daniel Thompson : On 30/04/15 17:20, Maxime Coquelin wrote: This adds documentation of device tree bindings for the STM32 reset contr

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-04 Thread Maxime Coquelin
2015-05-02 12:01 GMT+02:00 Daniel Thompson : > On 02/05/15 08:55, Maxime Coquelin wrote: >> >> 2015-05-01 10:08 GMT+02:00 Daniel Thompson : >>> >>> On 30/04/15 17:20, Maxime Coquelin wrote: This adds documentation of device tree bindings for the STM32 reset controller.

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-04 Thread Maxime Coquelin
2015-05-04 12:28 GMT+02:00 Philipp Zabel : > Am Samstag, den 02.05.2015, 11:01 +0100 schrieb Daniel Thompson: >> On 02/05/15 08:55, Maxime Coquelin wrote: >> > 2015-05-01 10:08 GMT+02:00 Daniel Thompson : > [...] >> >> Do you intend the clock driver to use the same compatible string (given it >> >>

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-04 Thread Philipp Zabel
Am Samstag, den 02.05.2015, 11:01 +0100 schrieb Daniel Thompson: > On 02/05/15 08:55, Maxime Coquelin wrote: > > 2015-05-01 10:08 GMT+02:00 Daniel Thompson : [...] > >> Do you intend the clock driver to use the same compatible string (given it > >> is the same bit of hardware). > >> > >> If so, is

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-02 Thread Daniel Thompson
On 02/05/15 08:55, Maxime Coquelin wrote: 2015-05-01 10:08 GMT+02:00 Daniel Thompson : On 30/04/15 17:20, Maxime Coquelin wrote: This adds documentation of device tree bindings for the STM32 reset controller. Tested-by: Chanwoo Choi Acked-by: Philipp Zabel Acked-by: Rob Herring Signed-off-

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-02 Thread Maxime Coquelin
2015-05-01 10:08 GMT+02:00 Daniel Thompson : > On 30/04/15 17:20, Maxime Coquelin wrote: >> >> This adds documentation of device tree bindings for the >> STM32 reset controller. >> >> Tested-by: Chanwoo Choi >> Acked-by: Philipp Zabel >> Acked-by: Rob Herring >> Signed-off-by: Maxime Coquelin >

Re: [PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-05-01 Thread Daniel Thompson
On 30/04/15 17:20, Maxime Coquelin wrote: This adds documentation of device tree bindings for the STM32 reset controller. Tested-by: Chanwoo Choi Acked-by: Philipp Zabel Acked-by: Rob Herring Signed-off-by: Maxime Coquelin --- .../devicetree/bindings/reset/st,stm32-rcc.txt | 107 ++

[PATCH v7 05/15] dt-bindings: Document the STM32 reset bindings

2015-04-30 Thread Maxime Coquelin
This adds documentation of device tree bindings for the STM32 reset controller. Tested-by: Chanwoo Choi Acked-by: Philipp Zabel Acked-by: Rob Herring Signed-off-by: Maxime Coquelin --- .../devicetree/bindings/reset/st,stm32-rcc.txt | 107 + 1 file changed, 107 insertio