Re: [PATCH RESEND v3 0/9] Add STM32 pinctrl/GPIO driver

2015-12-16 Thread Patrice Chotard
Hi Maxime You can add my Acked-by after fixing the patch 4/9 Thanks Patrice On 12/11/2015 09:24 AM, Maxime Coquelin wrote: Hi Linus, Patrice, I resend the series for Patrice to review it. Thanks, Maxime This is the third round of STM32 pinctrl series, which improves DT bindings declara

Re: [PATCH v3 4/9] pinctrl: Add STM32 MCUs support

2015-12-16 Thread Patrice Chotard
Hi Maxime On 12/11/2015 09:25 AM, Maxime Coquelin wrote: This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 family of MCUs. While it only supports STM32F429 for now, it has been designed to enable support of other MCUs of the family (e.g. STM32F746). Signed-off-by: Maxime C

Re: [PATCH v2 4/9] pinctrl: Add support STM32 MCUs

2015-12-11 Thread Patrice Chotard
Hi Linus I will try to review it before end of next week Patrice On 12/10/2015 06:08 PM, Linus Walleij wrote: On Tue, Dec 1, 2015 at 10:53 AM, Maxime Coquelin wrote: 2015-10-17 19:23 GMT+02:00 Maxime Coquelin : This patch adds pinctrl and GPIO support to STMicroelectronic's STM32 family o

Re: [STLinux Kernel] [PATCH 3/3] ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level

2015-09-23 Thread Patrice Chotard
Hi Max On 09/23/2015 09:37 PM, Maxime Coquelin wrote: A borad might not expose the USB2.0 ports, so disable them by default in SoC typo borad Otherwise, for the series Acked-by: Patrice Chotard Patrice file, and enable them in b2120 board. Signed-off-by: Maxime Coquelin --- arch

Re: [PATCH 00/11] ARM: STi: STiH407: Pinctrl updates

2015-09-14 Thread Patrice Chotard
Hi Peter As already pointed by Lee, my signed-off needs to be removed from several patches The overall series seems ok. You can add my Acked-by Thanks On 09/11/2015 07:06 PM, Peter Griffin wrote: Hi Maxime / Patrice / Srini, This series makes a series of updates to the stih407 pinctrl grou

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-26 Thread Patrice Chotard
erged. Then send another patch to delete include/dt-bindings/phy/phy-miphy365x.h. Okay. I can queue after getting Ack from arch/arm/boot/dts/sti* maintainers. Acked-by: Patrice Chotard Thanks Patrice Cheers Kishon -- To unsubscribe from this list: send the line "unsubscribe devicetree&

Re: [STLinux Kernel] [PATCH v3 1/4] spi: Add new driver for STMicroelectronics' SPI Controller

2014-12-08 Thread Patrice Chotard
Hi Lee Acked-by: Patrice Chotard Thanks On 12/08/2014 01:53 PM, Lee Jones wrote: This patch adds support for the SPI portion of ST's SSC device. Signed-off-by: Lee Jones --- drivers/spi/Kconfig | 7 + drivers/spi/Makefile | 1 + drivers/spi/spi-st-ssc4.c

Re: [STLinux Kernel] [PATCH v2 1/4] spi: Add new driver for STMicroelectronics' SPI Controller

2014-12-02 Thread Patrice Chotard
000..566d86c --- /dev/null +++ b/drivers/spi/spi-st-ssc4.c @@ -0,0 +1,509 @@ +/* + * Copyright (c) 2008-2014 STMicroelectronics Limited + * + * Author: Angus Clark + * Patrice Chotard + * Lee Jones + * + * SPI master mode controller driver, used in STMicroelectronics device

Re: [PATCH 1/3] drivers: reset: stih407: Add softreset, powerdown and picophy controllers

2014-07-01 Thread Patrice Chotard
Hi Peter 2 minor remarks below Thanks On 07/01/2014 04:30 PM, Peter Griffin wrote: This patch adds a softreset, powerdown and picophy reset controllers for the STiH407 SoC. With this patch three new devices are registered: - 1. st,stih407-powerdown 2. st,stih407-softreset 3. st,stih407-picoph

Re: [PATCH] pinctrl: pinctrl-st.c: Cleaning up values that are never used

2014-06-26 Thread Patrice Chotard
_get_named_gpio(pins, pp->name, 0); conf->name = pp->name; grp->pins[i] = conf->pin; Acked-by: Patrice Chotard Thanks -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majord...@vger.kernel.o

Re: [STLinux Kernel] [PATCH v4 6/6] ARM: dts: STiH407: Add B2120 board support

2014-05-13 Thread Patrice Chotard
quot;okay"; + }; + + /* SSC11 to HDMI */ + i2c@9541000 { + status = "okay"; + /* HDMI V1.3a supports Standard mode only */ + clock-frequency = <10>; + st,i2c-min-scl-puls

Re: [STLinux Kernel] [PATCH v4 5/6] ARM: dts: Add STiH407 SoC support

2014-05-13 Thread Patrice Chotard
quot;ssc"; + clock-frequency = <40>; + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_i2c1_default>; + + status = "disabled"; + }; + +

Re: [STLinux Kernel] [PATCH 3/4] ARM: dts: Typo s/interrupts-names/interrupt-names/g

2014-04-23 Thread Patrice Chotard
Acked-by : Patrice Chotard Thanks On 04/22/2014 08:40 PM, Geert Uytterhoeven wrote: Signed-off-by: Geert Uytterhoeven Cc: Benoit Cousson Cc: Srinivas Kandagatla Cc: linux-o...@vger.kernel.org Cc: ker...@stlinux.com Cc: linux-arm-ker...@lists.infradead.org --- arch/arm/boot/dts

Re: [PATCH 1/4] ARM: STi: add stid127 soc support

2014-02-27 Thread Patrice Chotard
Thanks, Maxime On 01/30/2014 03:55 PM, Patrice CHOTARD wrote: From: Alexandre TORGUE This patch adds support to STiD127 SoC. The main adaptation is the L2 cache way size compare to STiH41x SoCs. Signed-off-by: alexandre torgue Signed-off-by: Patrice Chotard --- arch/arm/mach-sti/board-dt.c

Re: [PATCH 3/4] ARM: dts: Add support of STid127 Soc.

2014-02-05 Thread Patrice Chotard
Hi Srinivas Thanks for reviewing, a V2 serie will be pushed with all required fixes. Patrice On 01/31/2014 01:50 PM, srinivas kandagatla wrote: Hi Patrice, On 30/01/14 14:55, Patrice CHOTARD wrote: From: Alexandre TORGUE The STid127 integrates all harware components to function as a cable

[PATCH 3/4] ARM: dts: Add support of STid127 Soc.

2014-01-30 Thread Patrice CHOTARD
From: Alexandre TORGUE The STid127 integrates all harware components to function as a cable modem or, in combination with a back end device, as a Gateway set top boxe. Supported devices: -UART0 -UART2 Signed-off-by: alexandre torgue --- arch/arm/boot/dts/stid127-clock.dtsi |

[PATCH 0/4] ARM:sti: Add STiD127 platform and board support

2014-01-30 Thread Patrice CHOTARD
From: Patrice Chotard This patch-set adds basic support for STMicroelectronics STiD127 with B2112 board support. STiD127 is dual-core ARM Cortex-A9 CPU to function as a cable modem or in combination with a back end as a gateway set top box. Alexandre TORGUE (4): ARM: STi: add stid127 soc

[PATCH 2/4] pinctrl: st: add stid127 support

2014-01-30 Thread Patrice CHOTARD
From: Alexandre TORGUE Add STid127 PIOs (psouth, pwest, peast) in pinctrl. Signed-off-by: alexandre torgue --- drivers/pinctrl/pinctrl-st.c | 25 + 1 file changed, 25 insertions(+) diff --git a/drivers/pinctrl/pinctrl-st.c b/drivers/pinctrl/pinctrl-st.c index 9cadc68

[PATCH 4/4] ARM: dts: add B2112 board support

2014-01-30 Thread Patrice CHOTARD
From: Alexandre TORGUE Add support for B2112 board based on STiD127 SoC. Signed-off-by: Alexandre Torgue Signed-off-by: Maxime Coquelin --- arch/arm/boot/dts/Makefile |3 ++- arch/arm/boot/dts/stid127-b2112.dts | 35 +++ 2 files changed, 37 inse

[PATCH 1/4] ARM: STi: add stid127 soc support

2014-01-30 Thread Patrice CHOTARD
From: Alexandre TORGUE This patch adds support to STiD127 SoC. The main adaptation is the L2 cache way size compare to STiH41x SoCs. Signed-off-by: alexandre torgue Signed-off-by: Patrice Chotard --- arch/arm/mach-sti/board-dt.c |6 ++ 1 file changed, 6 insertions(+) diff --git a