Re: [PATCH v3 0/4] Add display support for stm32mp135f-dk board

2024-04-24 Thread Alexandre TORGUE
Hi Raphael On 2/23/24 13:36, Raphael Gallais-Pou wrote: This serie aims to enable display support for the stm32mp135f-dk board Those are only patches of the device-tree since the driver support has already been added [1]. It respectivelly: - adds support for the display controller on

Re: [drm-drm-misc:drm-misc-next v2] dt-bindings: nt35510: document 'port' property

2024-02-29 Thread Alexandre TORGUE
Hi On 2/25/24 10:01, Dario Binacchi wrote: Hi, On Wed, Feb 14, 2024 at 10:47 AM Alexandre TORGUE wrote: Hi Heiko On 1/31/24 16:53, Conor Dooley wrote: On Wed, Jan 31, 2024 at 10:28:44AM +0100, Dario Binacchi wrote: Allow 'port' property (coming from panel-common.yaml) to be used in DTS

Re: [PATCH 0/5] Add display support for stm32mp135f-dk board

2024-02-14 Thread Alexandre TORGUE
Hi Raphael On 2/5/24 10:06, Raphael Gallais-Pou wrote: This serie aims to enable display support for the stm32mp135f-dk board Those are only patches of the device-tree since the driver support has already been added [1]. It respectivelly: - adds support for the display controller on

Re: [drm-drm-misc:drm-misc-next v2] dt-bindings: nt35510: document 'port' property

2024-02-14 Thread Alexandre TORGUE
]+' Signed-off-by: Dario Binacchi Cc: Alexandre Torgue Acked-by: Conor Dooley --- Changes in v2: - Rework the patch to drop errors found by command 'make DT_CHECKER_FLAGS=-m dt_binding_check'. .../devicetree/bindings/display/panel/novatek,nt35510.yaml | 1 + 1 file changed, 1

Re: [PATCH v3 4/4] arm: dts: st: fix DSI peripheral clock on stm32mp15 boards

2024-01-25 Thread Alexandre TORGUE
Hi On 1/4/24 14:44, Raphael Gallais-Pou wrote: In RCC driver, 'DSI_K' is a kernel clock while 'DSI' has pclk4 as parent clock, which means that it is an APB peripheral clock. Swap the clocks in the DSI peripheral clock reference. Signed-off-by: Raphael Gallais-Pou --- After updating commit

Re: [RESEND PATCH v2 2/6] ARM: dts: stm32: add pin map for LTDC on stm32f7

2023-06-12 Thread Alexandre TORGUE
hi Dario On 6/9/23 08:21, Dario Binacchi wrote: Hi Alexandre, On Thu, Jun 8, 2023 at 2:42 PM Alexandre TORGUE wrote: Hi Dario On 6/7/23 08:31, Dario Binacchi wrote: Add pin configurations for using LTDC (LCD-tft Display Controller) on stm32f746-disco board. Signed-off-by: Dario Binacchi

Re: [RESEND PATCH v2 2/6] ARM: dts: stm32: add pin map for LTDC on stm32f7

2023-06-08 Thread Alexandre TORGUE
Hi Dario On 6/7/23 08:31, Dario Binacchi wrote: Add pin configurations for using LTDC (LCD-tft Display Controller) on stm32f746-disco board. Signed-off-by: Dario Binacchi --- (no changes since v1) arch/arm/boot/dts/stm32f7-pinctrl.dtsi | 35 ++ 1 file changed, 35

Re: [PATCH v4 2/4] dt-bindings: display: st,stm32-dsi: Remove unnecessary fields

2023-05-30 Thread Alexandre TORGUE
On 5/30/23 14:27, Krzysztof Kozlowski wrote: On Mon, 29 May 2023 11:13:57 +0200, Raphael Gallais-Pou wrote: "#address-cells" and "#size-cells" are two properties that are not mandatory. For instance, the DSI could refer to a bridge outside the scope of the node rather than include a 'panel@0'

Re: [PATCH v4 0/4] STM32 warning cleanup

2023-05-30 Thread Alexandre TORGUE
Hi Raphael On 5/29/23 11:13, Raphael Gallais-Pou wrote: This serie aims to reduce the number of device-tree warnings of following boards : - STM32F469-DISCO - STM32MP15* Those warnings were appearing either during build or when checking dt-bindings and concern mostly LTDC and DSI IPs.

Re: [PATCH v3 6/6] ARM: dts: stm32: Use new media bus type macros

2023-01-17 Thread Alexandre TORGUE
Hi Laurent On 6/16/22 00:14, Laurent Pinchart wrote: Now that a header exists with macros for the media interface bus-type values, replace hardcoding numerical constants with the corresponding macros in the DT sources. Signed-off-by: Laurent Pinchart Applied on stm32-next. Thanks. Alex

Re: [PATCH v3 6/6] ARM: dts: stm32: Use new media bus type macros

2023-01-17 Thread Alexandre TORGUE
Hi Laurent On 1/14/23 16:36, Laurent Pinchart wrote: Hugues, Maxime, Alexandre, could one of you take this patch in your tree for v6.3 ? The two patches that it depends on have both been merged in v6.2. Yes sure. Cheers Alex On Thu, Jun 16, 2022 at 01:14:10AM +0300, Laurent Pinchart

Re: [PATCH v2 3/3] ARM: dts: Use new media bus type macros

2022-04-07 Thread Alexandre TORGUE
On 4/7/22 15:31, Laurent Pinchart wrote: Hi Alexandre, On Thu, Apr 07, 2022 at 02:41:58PM +0200, Alexandre TORGUE wrote: On 3/6/22 18:39, Laurent Pinchart wrote: Now that a header exists with macros for the media interface bus-type values, replace hardcoding numerical constants

Re: [PATCH v2 3/3] ARM: dts: Use new media bus type macros

2022-04-07 Thread Alexandre TORGUE
Hi Laurent On 3/6/22 18:39, Laurent Pinchart wrote: Now that a header exists with macros for the media interface bus-type values, replace hardcoding numerical constants with the corresponding macros in the DT sources. Signed-off-by: Laurent Pinchart ---

Re: [PATCH v4 2/3] ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding

2021-11-25 Thread Alexandre TORGUE
Hi Dillon On 7/24/21 5:44 AM, dillon.min...@gmail.com wrote: From: Dillon Min Since the compatible string defined from ilitek,ili9341.yaml is "st,sf-tc240t-9370-t", "ilitek,ili9341" so, append "ilitek,ili9341" to avoid the below dtbs_check warning. arch/arm/boot/dts/stm32f429-disco.dt.yaml:

Re: [PATCH v4 2/3] ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding

2021-08-05 Thread Alexandre TORGUE
Hi Dillon On 8/5/21 11:19 AM, Dillon Min wrote: Hi Linus Thanks. On Thu, 5 Aug 2021 at 17:11, Linus Walleij wrote: On Sat, Jul 24, 2021 at 5:44 AM wrote: From: Dillon Min Since the compatible string defined from ilitek,ili9341.yaml is "st,sf-tc240t-9370-t", "ilitek,ili9341" so,

Re: [PATCH] ARM: multi_v7_defconfig: add STM32 CEC support

2021-01-26 Thread Alexandre TORGUE
Hi Yannick On 1/15/21 3:32 PM, Yannick Fertre wrote: Enable CEC support for STMicroelectronics as loadable module. Signed-off-by: Yannick Fertre --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v7_defconfig

Re: [PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco

2020-07-21 Thread Alexandre Torgue
On 7/21/20 2:55 PM, dillon min wrote: Hi, Alexandre, On Tue, Jul 21, 2020 at 7:54 PM Alexandre Torgue wrote: On 7/21/20 12:39 PM, dillon min wrote: Hi Alexandre, On Tue, Jul 21, 2020 at 5:19 PM Alexandre Torgue wrote: Hi Dillon On 5/25/20 5:40 AM, dillon.min...@gmail.com wrote

Re: [PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco

2020-07-21 Thread Alexandre Torgue
On 7/21/20 12:39 PM, dillon min wrote: Hi Alexandre, On Tue, Jul 21, 2020 at 5:19 PM Alexandre Torgue wrote: Hi Dillon On 5/25/20 5:40 AM, dillon.min...@gmail.com wrote: From: dillon min V5's update based on Mark Brown's suggestion, use 'SPI_MASTER_MUST_RX' for SPI_SIMPLEX_RX mode

Re: [PATCH v5 0/8] Enable ili9341 and l3gd20 on stm32f429-disco

2020-07-21 Thread Alexandre Torgue
Hi Dillon On 5/25/20 5:40 AM, dillon.min...@gmail.com wrote: From: dillon min V5's update based on Mark Brown's suggestion, use 'SPI_MASTER_MUST_RX' for SPI_SIMPLEX_RX mode on stm32 spi controller. V5: 1 instead of add send dummy data out under SIMPLEX_RX mode, add flags

Re: [PATCH v6 0/9] Enable ili9341 and l3gd20 on stm32f429-disco

2020-06-16 Thread Alexandre Torgue
Hi Dillon, On 5/27/20 9:27 AM, dillon.min...@gmail.com wrote: From: dillon min ... dillon min (9): ARM: dts: stm32: Add dma config for spi5 ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board ARM: dts: stm32: enable ltdc binding with ili9341, gyro l3gd20 on

Re: [PATCH v6 2/9] ARM: dts: stm32: Add pin map for ltdc & spi5 on stm32f429-disco board

2020-06-16 Thread Alexandre Torgue
Hi Dillon On 5/27/20 9:27 AM, dillon.min...@gmail.com wrote: From: dillon min This patch adds the pin configuration for ltdc and spi5 controller on stm32f429-disco board. Signed-off-by: dillon min --- arch/arm/boot/dts/stm32f4-pinctrl.dtsi | 67 ++ 1 file

Re: [PATCH v3 3/5] ARM: dts: stm32: enable ltdc binding with ili9341 on stm32429-disco board

2020-05-15 Thread Alexandre Torgue
On 5/14/20 10:24 AM, Linus Walleij wrote: On Tue, May 12, 2020 at 9:04 AM wrote: From: dillon min Enable the ltdc & ili9341 on stm32429-disco board. Signed-off-by: dillon min This mostly looks good but... + { + status = "okay"; + pinctrl-0 = <_pins>; +

Re: [PATCH] add drm panel driver for stm32f429-dicovery board the change details:

2020-05-01 Thread Alexandre Torgue
Hi, You have first to split this patch in several patches and add relevant people in TO (using get_maintainer script) for each patch. Quickly, you should at least have 4 patches (DT, clock driver, spi driver and drm ). Then review will be more efficient. regards Alexandre On 4/30/20 10:07

Re: [PATCH 1/4] add dts node for drm panel driver ili9341 add dts i2c3 for stmpe touch add dts spi5 for gyro & ili9341

2020-05-01 Thread Alexandre Torgue
On 4/30/20 12:26 PM, dillon min wrote: Hi Alexandre, Alexandre Torgue <mailto:alexandre.tor...@st.com>> 于2020年4月30日周四 下午5:57写道: Hi On 4/30/20 11:43 AM, dillon.min...@gmail.com <mailto:dillon.min...@gmail.com> wrote: > From: dillon min mailto:dillo

Re: [PATCH 1/4] add dts node for drm panel driver ili9341 add dts i2c3 for stmpe touch add dts spi5 for gyro & ili9341

2020-05-01 Thread Alexandre Torgue
Hi On 4/30/20 11:43 AM, dillon.min...@gmail.com wrote: From: dillon min Signed-off-by: dillon min Commit title should be ARM: dts: stm32: bla bla on stm32f429 and please a commit message. --- .../bindings/display/panel/ilitek,ili9341.txt | 42 +++

Re: [PATCH v1 0/5] Add supply property for DSI controller

2019-04-11 Thread Alexandre Torgue
Hi Yannick On 4/3/19 10:16 AM, Yannick Fertré wrote: The DSI controller needs a new property that powers its physical layer. Binding has been updated to documented this property. Device tree of stm32mp157c soc. Move reg18 & reg11 to stm32mp157c device tree file. Remove property phy-dsi-supply

Re: [PATCH v7 0/9] STM32 LCD-TFT display controller

2017-06-12 Thread Alexandre Torgue
Hi Yannick On 04/14/2017 12:13 PM, Yannick Fertre wrote: ... The purpose of this set of patches is to add a new driver for stm32f429. This driver was developed and tested on evaluation board stm32429i. Stm32f4 is a MCU platform which don't have MMU so the last patches developed by Benjamin

Re: [PATCH v4 8/8] ARM: configs: Add STM32 panel simple support in STM32 defconfig

2017-03-23 Thread Alexandre Torgue
Hi, On 03/15/2017 06:02 PM, Yannick Fertre wrote: Signed-off-by: Yannick Fertre --- Same remarks than patch7 arch/arm/configs/stm32_defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/configs/stm32_defconfig b/arch/arm/configs/stm32_defconfig

Re: [PATCH v4 7/8] ARM: configs: Add STM32 LTDC support in STM32 defconfig

2017-03-23 Thread Alexandre Torgue
Hi On 03/15/2017 06:02 PM, Yannick Fertre wrote: Signed-off-by: Yannick Fertre --- Can you change commit header by:" ARM: config: stm32: Add LTDC support" and can you fill a commit message please ? arch/arm/configs/stm32_defconfig | 1 + 1 file changed, 1

Re: [PATCH v2 7/7] ARM: configs: stm32: ADD LDTC support

2017-02-13 Thread Alexandre Torgue
Hi Yannick On 02/10/2017 04:24 PM, Yannick Fertre wrote: Signed-off-by: Yannick Fertre Please add a commit message. --- arch/arm/configs/stm32_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/stm32_defconfig

Re: [PATCH v1 6/7] ARM: dts: stm32429i-eval: Enable ltdc & simple panel on Eval board

2017-01-16 Thread Alexandre Torgue
Hi On 01/16/2017 02:29 PM, Yannick Fertre wrote: Enable ltdc & enable am-480272h3tmqw-t01h panel. Signed-off-by: Yannick Fertre --- Can you please change commit header with: "ARM: dts: stm32: Enable ltdc & simple panel on stm32f429-Eval board"

Re: [PATCH v1 7/7] ARM: configs: Add STM32 LTDC support in STM32 defconfig

2017-01-16 Thread Alexandre Torgue
Hi On 01/16/2017 02:29 PM, Yannick Fertre wrote: Signed-off-by: Yannick Fertre --- commit header "ARM: configs: stm32: ADD LDTC support" arch/arm/configs/stm32_defconfig | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/configs/stm32_defconfig

Re: [PATCH v1 5/7] ARM: dts: stm32f429: Add ltdc support

2017-01-16 Thread Alexandre Torgue
Hi, On 01/16/2017 02:29 PM, Yannick Fertre wrote: Add LTDC (Lcd-tft Display Controller) support. Signed-off-by: Yannick Fertre Can you change commit header by: "ARM: dts: stm32: Add ltdc support on stm32f429 MCU" please --- arch/arm/boot/dts/stm32f429.dtsi | 25