Re: [PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-28 Thread Rob Herring
On Wed, Nov 23, 2016 at 09:17:58AM +0100, Benjamin Gaignard wrote: > If it is ok for you I will add "id" parameter in mfd driver and > forward it to the sub-devices drivers > to be able to distinguish the hardware blocks Please don't top post. No, it's not okay. If the counter sizes are different

Re: [PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-23 Thread Benjamin Gaignard
If it is ok for you I will add "id" parameter in mfd driver and forward it to the sub-devices drivers to be able to distinguish the hardware blocks 2016-11-22 18:18 GMT+01:00 Lee Jones : > On Tue, 22 Nov 2016, Benjamin Gaignard wrote: > >> [snip] >> >> + "st,stm32-iio-timer5" >> >> + "st,

Re: [PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-22 Thread Lee Jones
On Tue, 22 Nov 2016, Benjamin Gaignard wrote: > [snip] > >> + "st,stm32-iio-timer5" > >> + "st,stm32-iio-timer6" > >> + "st,stm32-iio-timer7" > >> + "st,stm32-iio-timer8" > >> + "st,stm32-iio-timer9" > >> + "st,stm32-iio-timer10" > >> + "st,stm32-iio-timer11" > >> +

Re: [PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-22 Thread Benjamin Gaignard
[snip] >> + "st,stm32-iio-timer5" >> + "st,stm32-iio-timer6" >> + "st,stm32-iio-timer7" >> + "st,stm32-iio-timer8" >> + "st,stm32-iio-timer9" >> + "st,stm32-iio-timer10" >> + "st,stm32-iio-timer11" >> + "st,stm32-iio-timer12" >> + "st,stm32-iio-timer13" >> +

Re: [PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-22 Thread Lars-Peter Clausen
On 11/22/2016 06:01 PM, Benjamin Gaignard wrote: > [snip] >>> + "st,stm32-iio-timer5" >>> + "st,stm32-iio-timer6" >>> + "st,stm32-iio-timer7" >>> + "st,stm32-iio-timer8" >>> + "st,stm32-iio-timer9" >>> + "st,stm32-iio-timer10" >>> + "st,stm32-iio-timer11" >>> + "st,s

Re: [PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-22 Thread Lars-Peter Clausen
On 11/22/2016 05:13 PM, Benjamin Gaignard wrote: > Define bindings for stm32 IIO timer > > Signed-off-by: Benjamin Gaignard > --- > .../bindings/iio/timer/stm32-iio-timer.txt | 33 > ++ > 1 file changed, 33 insertions(+) > create mode 100644 > Documentation/devicet

[PATCH 5/7] add bindings for stm32 IIO timer drivers

2016-11-22 Thread Benjamin Gaignard
Define bindings for stm32 IIO timer Signed-off-by: Benjamin Gaignard --- .../bindings/iio/timer/stm32-iio-timer.txt | 33 ++ 1 file changed, 33 insertions(+) create mode 100644 Documentation/devicetree/bindings/iio/timer/stm32-iio-timer.txt diff --git a/Documentati