Re: [PATCH v5 23/23] sandbox: fwu: Add support for testing FWU feature on sandbox

2022-06-17 Thread Sughosh Ganu
On Fri, 17 Jun 2022 at 06:38, Takahiro Akashi wrote: > > Sughosh, > > On Wed, Jun 15, 2022 at 05:40:12PM +0530, Sughosh Ganu wrote: > > On Wed, 15 Jun 2022 at 11:07, Takahiro Akashi > > wrote: > > > > > > On Thu, Jun 09, 2022 at 06:00:10PM +0530, Sughosh Ganu wrote: > > > > Add a python test

Re: [PATCH 6/6] ARM: dts: stm32: Add DHCOR based DRC Compact board

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/13/22 11:55, Marek Vasut wrote: Add DT for DH DRC Compact unit, which is a universal controller device. The system has two ethernet ports, one CAN, RS485 and RS232, USB, uSD card slot, eMMC and SDIO Wi-Fi. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay ---

Re: [PATCH 5/6] ARM: dts: stm32: Add alternate pinmux for SPI2 pins

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/13/22 11:55, Marek Vasut wrote: Add another mux option for SPI2 pins, this is used on DRC Compact board. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/dts/stm32mp15-pinctrl.dtsi | 15 +++ 1 file changed, 15 insertions(+)

Re: [PATCH 4/6] ARM: dts: stm32: Add alternate pinmux for CAN1 pins

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/13/22 11:55, Marek Vasut wrote: Add another mux option for CAN1 pins, this is used on DRC Compact board. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/dts/stm32mp15-pinctrl.dtsi | 20 1 file changed, 20 insertions(+)

Re: [PATCH 3/6] ARM: dts: stm32: Add alternate pinmux for UART5 pins

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/13/22 11:55, Marek Vasut wrote: Add another mux option for UART5 pins, this is used on DRC Compact board. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/dts/stm32mp15-pinctrl.dtsi | 13 + 1 file changed, 13 insertions(+) Applied

Re: [PATCH 2/6] ARM: dts: stm32: Add alternate pinmux for UART4 pins

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/13/22 11:55, Marek Vasut wrote: Add another mux option for UART4 pins, this is used on DRC Compact board. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/dts/stm32mp15-pinctrl.dtsi | 30 + 1 file changed, 30

Re: [PATCH 1/6] ARM: dts: stm32: Add alternate pinmux for UART3 pins

2022-06-17 Thread Patrick DELAUNAY
Hi On 6/13/22 11:55, Marek Vasut wrote: Add another mux option for UART3 pins, this is used on DRC Compact board. Signed-off-by: Marek Vasut Cc: Patrice Chotard Cc: Patrick Delaunay --- arch/arm/dts/stm32mp15-pinctrl.dtsi | 41 + 1 file changed, 41

Re: [PATCH] stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter

2022-06-17 Thread Patrick DELAUNAY
Hi, On 6/16/22 18:37, Patrick Delaunay wrote: The third parameter of dfu_alt_add(), the string description of alternate, is build in stm32prog_alt_add() with a unnecessary character ';' at the end of the string. This separator was required in the first implementation of dfu_alt_add() but is no

Re: [PATCH V4 1/2] mtd: allow getting MTD device associated with a specific DT node

2022-06-17 Thread Ahmad Fatoum
On 15.06.22 21:42, Rafał Miłecki wrote: > From: Rafał Miłecki > > MTD subsystem API allows interacting with MTD devices (e.g. reading, > writing, handling bad blocks). So far a random driver could get MTD > device only by its name (get_mtd_device_nm()). This change allows > getting them also by

Re: [PATCH v5 01/23] dt/bindings: Add bindings for FWU Metadata storage device

2022-06-17 Thread Sughosh Ganu
On Thu, 16 Jun 2022 at 19:04, Michal Simek wrote: > > čt 9. 6. 2022 v 14:30 odesílatel Sughosh Ganu > napsal: > > > > Add bindings needed for accessing the FWU metadata partitions. These > > include the compatible string which point to the access method and the > > actual device which stores

Re: [PATCH] stm32mp: stm32prog: fix the last character of dfu_alt_add third parameter

2022-06-17 Thread Patrice CHOTARD
Hi Patrick On 6/16/22 18:37, Patrick Delaunay wrote: > The third parameter of dfu_alt_add(), the string description of alternate, > is build in stm32prog_alt_add() with a unnecessary character ';' at the > end of the string. > > This separator was required in the first implementation of >

<    1   2