[PATCH v5 4/6] dt-binding: document the binding for mxc rtc

2015-07-26 Thread Philippe Reynes
-by: Philippe Reynes trem...@gmail.com --- Documentation/devicetree/bindings/rtc/rtc-mxc.txt | 26 + 1 files changed, 26 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mxc.txt diff --git a/Documentation/devicetree/bindings/rtc/rtc

[PATCH v4 5/7] dt-binding: document the binding for mxc rtc

2015-07-03 Thread Philippe Reynes
-by: Philippe Reynes trem...@gmail.com --- Documentation/devicetree/bindings/rtc/rtc-mxc.txt | 27 + 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mxc.txt diff --git a/Documentation/devicetree/bindings/rtc/rtc

[PATCH v2 5/6] dt-binding: document the binding for mxc rtc

2015-06-20 Thread Philippe Reynes
-by: Philippe Reynes trem...@gmail.com --- Documentation/devicetree/bindings/rtc/rtc-mxc.txt | 27 + 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mxc.txt diff --git a/Documentation/devicetree/bindings/rtc/rtc

[PATCH v3 5/6] dt-binding: document the binding for mxc rtc

2015-06-20 Thread Philippe Reynes
-by: Philippe Reynes trem...@gmail.com --- Documentation/devicetree/bindings/rtc/rtc-mxc.txt | 27 + 1 files changed, 27 insertions(+), 0 deletions(-) create mode 100644 Documentation/devicetree/bindings/rtc/rtc-mxc.txt diff --git a/Documentation/devicetree/bindings/rtc/rtc

Re: [PATCH 2/2] rtc: mxc: add support of device tree

2015-06-04 Thread Philippe Reynes
Hi Alexandre, On 28/05/15 14:06, Alexandre Belloni wrote: Hi, On 16/05/2015 at 00:35:30 +0200, Philippe Reynes wrote : Please always include a commit message. Oh yes, sorry about that. Signed-off-by: Philippe Reynestrem...@gmail.com --- Documentation/devicetree/bindings/rtc/rtc

Re: [PATCH 1/2] rtc: mxc: add a second clock

2015-06-04 Thread Philippe Reynes
Hi Alexandre, On 28/05/15 13:57, Alexandre Belloni wrote: Hi, On 16/05/2015 at 00:35:29 +0200, Philippe Reynes wrote : The mxc RTC needs two clocks, one for the input reference, and one for the IP. But this driver was only using one clock (for the reference). This patch add the second clock

Re: [PATCH 1/2] rtc: mxc: add a second clock

2015-05-18 Thread Philippe Reynes
Hi Enrico, On 18/05/15 13:27, Enrico Weigelt, metux IT consult wrote: Am 16.05.2015 um 00:35 schrieb Philippe Reynes: The mxc RTC needs two clocks, one for the input reference, and one for the IP. But this driver was only using one clock (for the reference). This patch add the second clock

Re: [PATCH] imx27: dt: only map 1 Kbyte for fec registers

2015-05-12 Thread Philippe Reynes
Hi Uwe, On 12/05/15 09:01, Uwe Kleine-König wrote: Hello, On Mon, May 11, 2015 at 11:25:08PM +0200, Philippe Reynes wrote: On 11/05/15 14:01, Shawn Guo wrote: On Sat, May 09, 2015 at 10:54:30PM +0200, Philippe Reynes wrote: According to the imx27 documentation, fec has a 1 Kbyte memory

[PATCH] apf27dev: add max5821 to the dts

2014-11-27 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@gmail.com --- arch/arm/boot/dts/imx27-apf27dev.dts | 21 + 1 files changed, 21 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index da306c5..bba3f41 100644

[PATCH v4] apf27dev: add max1027 in the dts

2014-09-01 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@gmail.com --- arch/arm/boot/dts/imx27-apf27dev.dts | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) Changelog: v4: (thanks Shawn Guo for the feedback) - put max1027 pinctl in the right place - use 0x0 instead of 0 v3: (thanks

[PATCH v3] apf27dev: add max1027 in the dts

2014-08-31 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@gmail.com --- arch/arm/boot/dts/imx27-apf27dev.dts | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) Changelog: v3: (thanks Alexander Shiyan for the feedback) - add datasheet pin name as comment v2: (thanks Alexander Shiyan

[PATCH] apf27dev: add max1027 in the dts

2014-08-30 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@gmail.com --- arch/arm/boot/dts/imx27-apf27dev.dts | 20 1 files changed, 20 insertions(+), 0 deletions(-) diff --git a/arch/arm/boot/dts/imx27-apf27dev.dts b/arch/arm/boot/dts/imx27-apf27dev.dts index b982309..25b9ecd 100644

[PATCH v2] apf27dev: add max1027 in the dts

2014-08-30 Thread Philippe Reynes
Signed-off-by: Philippe Reynes trem...@gmail.com --- arch/arm/boot/dts/imx27-apf27dev.dts | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) Changelog: v2: (thanks Alexander Shiyan for the feedback) - spi mode 0 is the default so no need to explicitly define it diff

[PATCH v7] iio: add support of the max1027

2014-06-14 Thread Philippe Reynes
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes trem...@yahoo.fr --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 22 + drivers/iio/adc/Kconfig

[PATCH v6] iio: add support of the max1027

2014-06-07 Thread Philippe Reynes
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes trem...@yahoo.fr --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 22 + drivers/iio/adc/Kconfig

[PATCH v5] iio: add support of the max1027

2014-06-04 Thread Philippe Reynes
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes trem...@yahoo.fr --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 22 + drivers/iio/adc/Kconfig

[PATCH v4] iio: add support of the max1027

2014-05-31 Thread Philippe Reynes
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes trem...@yahoo.fr --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 22 + drivers/iio/adc/Kconfig

[PATCHi v3] iio: add support of the max1027

2014-05-29 Thread Philippe Reynes
This driver add partial support of the maxim 1027/1029/1031. Differential mode is not supported. It was tested on armadeus apf27 board. Signed-off-by: Philippe Reynes trem...@yahoo.fr --- .../devicetree/bindings/iio/adc/max1027-adc.txt| 22 + drivers/iio/adc/Kconfig