[PATCH v9 00/19] Add support for FDMA DMA controller and slim core rproc found on STi chipsets

2016-09-14 Thread Patrice Chotard
Hi Bjorn On 09/13/2016 08:06 PM, Bjorn Andersson wrote: > On Tue 13 Sep 02:31 PDT 2016, Peter Griffin wrote: > >> Hi Vinod & Bjorn, >> >> [..] >> >> On Mon, 05 Sep 2016, Peter Griffin wrote: >> >>> v8 actions some review feedback from Bjorn to the slim rproc driver, and >>> also includes >>> a

[PATCH v9 13/19] ARM: STi: DT: STiH407: Add sti-sasg-codec dt node

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch adds the dt node for the internal audio > codec IP. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin > --- > arch/arm/boot/dts/stih407-family.dtsi | 7 +++ > 1 file changed, 7 insertions(+) > > diff

[PATCH v9 10/19] ARM: DT: STiH407: Add i2s_out pinctrl configuration

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch adds the pinctrl config for the i2s_out pins > used by the uniperif player IP. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin > Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih407-pinctrl.dtsi | 23

[PATCH v9 06/19] ARM: STi: DT: STiH407: Add FDMA driver dt nodes.

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > These nodes are required to get the fdma driver working > on STiH407 based silicon. > > Signed-off-by: Peter Griffin > Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih407-family.dtsi | 52 > +++ > 1

[PATCH v9 14/19] ARM: STi: DT: STiH407: Add uniperif player dt nodes

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch adds the DT nodes for the uniperif player > IP blocks found on STiH407 family silicon. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin > --- > arch/arm/boot/dts/stih407-family.dtsi | 80 >

[PATCH v9 11/19] ARM: DT: STiH407: Add i2s_in pinctrl configuration

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch adds the pinctrl config for the i2s_in pins > used by the uniperif reader IP. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin > Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih407-pinctrl.dtsi | 24

[PATCH v9 15/19] ARM: STi: DT: STiH407: Add uniperif reader dt nodes

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch adds the DT node for the uniperif reader > IP block found on STiH407 family silicon. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin > --- > arch/arm/boot/dts/stih407-family.dtsi | 28

[PATCH v9 12/19] ARM: DT: STiH407: Add spdif_out pinctrl config

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch adds the pinctrl config for the spidf out > pins used by the sasg codec IP. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin > Acked-by: Lee Jones > --- > arch/arm/boot/dts/stih407-pinctrl.dtsi | 8

[PATCH v9 16/19] ARM: DT: STi: stihxxx-b2120: Add DT nodes for STi audio card

2016-09-14 Thread Patrice Chotard
Hi Peter On 09/05/2016 03:16 PM, Peter Griffin wrote: > This patch enables the uniperif players 2 & 3 for b2120 boards > and also adds the "simple-audio-card" device node to interconnect > the SoC sound device and the codec. > > Signed-off-by: Arnaud Pouliquen > Signed-off-by: Peter Griffin >

Re: [PATCHv5 11/11] arm: sti: update sti-cec for CEC notifier support

2017-03-30 Thread Patrice CHOTARD
Hi Benjamin On 03/30/2017 09:41 AM, Benjamin Gaignard wrote: > + Patrice for sti DT In order to be coherent with all previous STi DT patches, can you update the commit message with "ARM: dts: STiH410: update sti-cec for CEC notifier support" Thanks Patrice > > 2017-03-29 16:15 GMT+02:00

Re: [PATCH v2 06/10] video: add support of STM32 MIPI DSI controller driver

2018-03-14 Thread Patrice CHOTARD
Hi yannick On 03/02/2018 04:44 PM, yannick fertre wrote: > Add the STM32 DSI controller driver that uses the Synopsys DesignWare > MIPI DSI host controller bridge. > > Signed-off-by: yannick fertre > --- > drivers/video/stm32/Kconfig | 10 + >

Re: [PATCH v2 02/10] video: stm32: stm32_ltdc: update debug log

2018-03-14 Thread Patrice CHOTARD
Hi Yannick On 03/02/2018 04:44 PM, yannick fertre wrote: > Replace macro debug by pr_error, pr_warn or pr_info. > > Signed-off-by: yannick fertre > --- > drivers/video/stm32/stm32_ltdc.c | 62 > > 1 file changed, 31

Re: [PATCH v2 04/10] video: add support of panel OTM8009A

2018-03-14 Thread Patrice CHOTARD
Hi Yannick On 03/02/2018 04:44 PM, yannick fertre wrote: > Support for Orise Tech otm8009a 480p dsi 2dl video mode panel. > > Signed-off-by: yannick fertre > --- > drivers/video/Kconfig | 8 + > drivers/video/Makefile | 1 + >

Re: [PATCH v2 10/10] board: Add STM32F769 SoC, discovery board support

2018-03-14 Thread Patrice CHOTARD
Hi Yannick On 03/02/2018 04:44 PM, yannick fertre wrote: > Signed-off-by: yannick fertre Can you add a commit message explaining why you add a specific defconfig for this board. FYI, previously, the same defconfig was used for all STM32F7 boards (ie

Re: [PATCH v3 10/10] board: Add STM32F769 SoC, discovery board support

2018-03-14 Thread Patrice CHOTARD
Hi Yannick You have forgotten the commit message Patrice On 03/13/2018 02:50 PM, yannick fertre wrote: > Signed-off-by: yannick fertre > --- > configs/stm32f769-disco_defconfig | 65 > +++ > 1 file changed, 65 insertions(+) >

Re: [PATCH v2 01/10] video: stm32: stm32_ltdc: add bridge to display controller

2018-03-14 Thread Patrice CHOTARD
Hi Yannick On 03/02/2018 04:44 PM, yannick fertre wrote: > Manage a bridge insert between the display controller & a panel. > > Signed-off-by: yannick fertre > --- > drivers/video/stm32/stm32_ltdc.c | 107 > ++- > 1 file changed, 71

Re: [PATCH v2 07/10] video: add support of panel rm68200

2018-03-14 Thread Patrice CHOTARD
Hi yannick On 03/02/2018 04:44 PM, yannick fertre wrote: > Support for Raydium rm68200 720p dsi 2dl video mode panel. > > Signed-off-by: yannick fertre > --- > drivers/video/Kconfig | 8 + > drivers/video/Makefile | 1 + >

Re: [PATCH v3 04/10] otm

2018-03-14 Thread Patrice CHOTARD
Hi Yannick There is a problem with patch 4. I received two patches 04/10, this one and [PATCH v3 04/10] video: add support of panel OTM8009A. Patrice On 03/13/2018 02:50 PM, yannick fertre wrote: > --- > drivers/video/orisetech_otm8009a.c | 4 +++- > 1 file changed, 3 insertions(+), 1

Re: [PATCH 1/4] drm/panel: Add ilitek ili9341 panel driver

2021-05-31 Thread Patrice CHOTARD
Hi Dillon When trying to applying this patch using "git am --3 " i got this error : error: cannot convert from y to UTF-8 fatal: could not parse patch Whereas i got no similar error with the other patch 2/3 and 4. I find a way to apply it anyway. Patrice On 5/14/21 1:02 PM,

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Patrice CHOTARD
On 5/31/21 3:38 PM, Dillon Min wrote: > Hi Patrice > > Thanks for your time to test my patch. > > On Mon, May 31, 2021 at 9:20 PM Patrice CHOTARD > wrote: >> >> Hi Dillon >> >> >> >> On 5/14/21 1:02 PM, dillon.min...@gmail.com wrote: &g

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Patrice CHOTARD
Hi Dillon On 5/14/21 1:02 PM, dillon.min...@gmail.com wrote: > From: Dillon Min > > This seriese fix three i2c/clk bug for stm32 f4/f7 > - kernel runing in sdram, i2c driver get data timeout > - ltdc clk turn off after kernel console active > - kernel hang in set ltdc clock rate > > clk bug

Re: [PATCH 0/4] Fix the i2c/clk bug of stm32 mcu platform

2021-05-31 Thread Patrice CHOTARD
Hi Dillon On 5/31/21 4:29 PM, Dillon Min wrote: > Hi Patrice > > On Mon, May 31, 2021 at 9:51 PM Patrice CHOTARD > wrote: >> >> >> >> On 5/31/21 3:38 PM, Dillon Min wrote: >>> Hi Patrice >>> >>> Thanks for your time to test my

Re: [PATCH 4/4] clk: stm32: Fix ltdc's clock turn off by clk_disable_unused() after kernel startup

2021-06-01 Thread Patrice CHOTARD
STM32F4_RCC_APB2ENR, 26, "ltdc", "apb2_div" }, > }; > > static const struct stm32f4_gate_data stm32f769_gates[] __initconst = { > @@ -364,7 +361,6 @@ static const struct stm32f4_gate_data stm32f769_gates[] > __initconst = { > { STM32F4_RCC_APB2ENR, 21, "spi6", "apb2_div" }, > { STM32F4_RCC_APB2ENR, 22, "sai1", "apb2_div" }, > { STM32F4_RCC_APB2ENR, 23, "sai2", "apb2_div" }, > - { STM32F4_RCC_APB2ENR, 26, "ltdc", "apb2_div" }, > { STM32F4_RCC_APB2ENR, 30, "mdio", "apb2_div" }, > }; > > Reviewed-by: Patrice Chotard Thanks Patrice

Re: [PATCH 3/4] clk: stm32: Fix stm32f429's ltdc driver hang in set clock rate

2021-06-01 Thread Patrice CHOTARD
PLL_VCO_SAI, "pllsai-q-div", "pllsai-q", > CLK_SET_RATE_PARENT, STM32F4_RCC_DCKCFGR, 8, 5, 0, NULL }, > > - { NO_IDX, PLL_SAI, "pllsai-r-div", "pllsai-r", CLK_SET_RATE_PARENT, > + { NO_IDX, PLL_VCO_SAI, "pllsai-r-div", "pllsai-r", CLK_SET_RATE_PARENT, > STM32F4_RCC_DCKCFGR, 16, 2, 0, post_divr_table }, > }; > > Reviewed-by: Patrice Chotard Thanks Patrice

Re: [PATCH 2/4] i2c: stm32f4: Fix stmpe811 get xyz data timeout issue

2021-06-01 Thread Patrice CHOTARD
Hi Dillon On 5/14/21 1:02 PM, dillon.min...@gmail.com wrote: > From: Dillon Min > > As stm32f429's internal flash is 2Mbytes and compiled kernel > image bigger than 2Mbytes, so we have to load kernel image > to sdram on stm32f429-disco board which has 8Mbytes sdram space. > > based on above

Re: dt-bindings: treewide: Update @st.com email address to @foss.st.com

2021-10-27 Thread Patrice CHOTARD
Hi Marc On 10/20/21 1:39 PM, Marc Zyngier wrote: > On Wed, 20 Oct 2021 08:45:02 +0100, > Krzysztof Kozlowski wrote: >> >> On 20/10/2021 08:50, patrice.chot...@foss.st.com wrote: >>> From: Patrice Chotard >>> >>> Not all @st.com email address are c

Re: dt-bindings: treewide: Update @st.com email address to @foss.st.com

2021-10-27 Thread Patrice CHOTARD
Hi Krzysztof On 10/20/21 9:45 AM, Krzysztof Kozlowski wrote: > On 20/10/2021 08:50, patrice.chot...@foss.st.com wrote: >> From: Patrice Chotard >> >> Not all @st.com email address are concerned, only people who have >> a specific @foss.st.com email will see their

Re: dt-bindings: treewide: Update @st.com email address to @foss.st.com

2021-10-27 Thread Patrice CHOTARD
Hi Marc +Joe Perches On 10/27/21 8:11 AM, Patrice CHOTARD wrote: > Hi Marc > > On 10/20/21 1:39 PM, Marc Zyngier wrote: >> On Wed, 20 Oct 2021 08:45:02 +0100, >> Krzysztof Kozlowski wrote: >>> >>> On 20/10/2021 08:50, patrice.chot...@foss.s

Re: [PATCH v2 02/13] spi: Replace all spi->chip_select and spi->cs_gpiod references with function call

2023-01-24 Thread Patrice CHOTARD
> mutex_unlock(>lock); > > @@ -669,8 +669,8 @@ static int stm32_qspi_setup(struct spi_device *spi) > > presc = DIV_ROUND_UP(qspi->clk_rate, spi->max_speed_hz) - 1; > > - flash = >flash[spi->chip_select]; > - flash->cs = spi->chip_select; > + flash = >flash[spi_get_chipselect(spi, 0)]; > + flash->cs = spi_get_chipselect(spi, 0); > flash->presc = presc; > > mutex_lock(>lock); Reviewed-by: Patrice Chotard Thanks Patrice

Re: [PATCH] MAINTAINERS: Update Alain Volmat's email address for drm/sti

2023-04-19 Thread Patrice CHOTARD
n Volmat > L: dri-devel@lists.freedesktop.org > S: Maintained > T: git git://anongit.freedesktop.org/drm/drm-misc Reviewed-by: Patrice Chotard Thanks Patrice