All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Patrice CHOTARD <patrice.chotard@foss.st.com>
To: Tom Rini <trini@konsulko.com>, <u-boot@lists.denx.de>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>,
	Kamil Lulko <kamil.lulko@gmail.com>,
	Vikas Manocha <vikas.manocha@st.com>,
	Dillon Min <dillon.minfei@gmail.com>
Subject: Re: [PATCH 126/149] board: st: Remove <common.h> and add needed includes
Date: Fri, 17 May 2024 08:06:21 +0200	[thread overview]
Message-ID: <539b18bd-b241-40b1-ac9f-56a5c1f8bd9b@foss.st.com> (raw)
In-Reply-To: <20240501024316.1767971-126-trini@konsulko.com>



On 5/1/24 04:42, Tom Rini wrote:
> Remove <common.h> from this board vendor directory and when needed
> add missing include files directly.
> 
> Signed-off-by: Tom Rini <trini@konsulko.com>
> ---
> Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
> Cc: Patrice Chotard <patrice.chotard@foss.st.com>
> Cc: Kamil Lulko <kamil.lulko@gmail.com>
> Cc: Vikas Manocha <vikas.manocha@st.com>
> Cc: Dillon Min <dillon.minfei@gmail.com>
> ---
>  board/st/common/cmd_stboard.c                        | 1 -
>  board/st/common/stm32mp_dfu.c                        | 1 -
>  board/st/common/stm32mp_dfu_virt.c                   | 1 -
>  board/st/common/stpmic1.c                            | 1 -
>  board/st/common/stusb160x.c                          | 1 -
>  board/st/stih410-b2260/board.c                       | 1 -
>  board/st/stm32f429-discovery/led.c                   | 1 -
>  board/st/stm32f429-discovery/stm32f429-discovery.c   | 1 -
>  board/st/stm32f429-evaluation/stm32f429-evaluation.c | 1 -
>  board/st/stm32f469-discovery/stm32f469-discovery.c   | 1 -
>  board/st/stm32f746-disco/stm32f746-disco.c           | 2 +-
>  board/st/stm32h743-disco/stm32h743-disco.c           | 1 -
>  board/st/stm32h743-eval/stm32h743-eval.c             | 1 -
>  board/st/stm32h750-art-pi/stm32h750-art-pi.c         | 1 -
>  board/st/stm32mp1/spl.c                              | 1 -
>  board/st/stm32mp1/stm32mp1.c                         | 1 -
>  16 files changed, 1 insertion(+), 16 deletions(-)
> 
> diff --git a/board/st/common/cmd_stboard.c b/board/st/common/cmd_stboard.c
> index c8c0bad5da16..50da063051b8 100644
> --- a/board/st/common/cmd_stboard.c
> +++ b/board/st/common/cmd_stboard.c
> @@ -30,7 +30,6 @@
>   */
>  
>  #ifndef CONFIG_SPL_BUILD
> -#include <common.h>
>  #include <command.h>
>  #include <console.h>
>  #include <misc.h>
> diff --git a/board/st/common/stm32mp_dfu.c b/board/st/common/stm32mp_dfu.c
> index 77edb86e78c1..1db8e45480e1 100644
> --- a/board/st/common/stm32mp_dfu.c
> +++ b/board/st/common/stm32mp_dfu.c
> @@ -3,7 +3,6 @@
>   * Copyright (C) 2020, STMicroelectronics - All Rights Reserved
>   */
>  
> -#include <common.h>
>  #include <blk.h>
>  #include <dm.h>
>  #include <dfu.h>
> diff --git a/board/st/common/stm32mp_dfu_virt.c b/board/st/common/stm32mp_dfu_virt.c
> index f0f99605796a..4049d72bf9d5 100644
> --- a/board/st/common/stm32mp_dfu_virt.c
> +++ b/board/st/common/stm32mp_dfu_virt.c
> @@ -3,7 +3,6 @@
>   * Copyright (C) 2023, STMicroelectronics - All Rights Reserved
>   */
>  
> -#include <common.h>
>  #include <dfu.h>
>  #include <dm.h>
>  #include <misc.h>
> diff --git a/board/st/common/stpmic1.c b/board/st/common/stpmic1.c
> index 969ad484864d..45c2bb5bceac 100644
> --- a/board/st/common/stpmic1.c
> +++ b/board/st/common/stpmic1.c
> @@ -5,7 +5,6 @@
>  
>  #define LOG_CATEGORY LOGC_BOARD
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <log.h>
>  #include <asm/io.h>
> diff --git a/board/st/common/stusb160x.c b/board/st/common/stusb160x.c
> index f0385e5e3830..e1ad8b00717a 100644
> --- a/board/st/common/stusb160x.c
> +++ b/board/st/common/stusb160x.c
> @@ -8,7 +8,6 @@
>  
>  #define LOG_CATEGORY UCLASS_I2C_GENERIC
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <i2c.h>
>  
> diff --git a/board/st/stih410-b2260/board.c b/board/st/stih410-b2260/board.c
> index 82817571ae3d..a912712c9dd9 100644
> --- a/board/st/stih410-b2260/board.c
> +++ b/board/st/stih410-b2260/board.c
> @@ -4,7 +4,6 @@
>   * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
>   */
>  
> -#include <common.h>
>  #include <cpu_func.h>
>  #include <init.h>
>  #include <asm/cache.h>
> diff --git a/board/st/stm32f429-discovery/led.c b/board/st/stm32f429-discovery/led.c
> index 8dda6a97bd1c..4b8038341b9e 100644
> --- a/board/st/stm32f429-discovery/led.c
> +++ b/board/st/stm32f429-discovery/led.c
> @@ -4,7 +4,6 @@
>   * Kamil Lulko, <kamil.lulko@gmail.com>
>   */
>  
> -#include <common.h>
>  #include <status_led.h>
>  #include <asm-generic/gpio.h>
>  
> diff --git a/board/st/stm32f429-discovery/stm32f429-discovery.c b/board/st/stm32f429-discovery/stm32f429-discovery.c
> index 55e464cc7cf1..22d751b44d3d 100644
> --- a/board/st/stm32f429-discovery/stm32f429-discovery.c
> +++ b/board/st/stm32f429-discovery/stm32f429-discovery.c
> @@ -10,7 +10,6 @@
>   * Kamil Lulko, <kamil.lulko@gmail.com>
>   */
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <env.h>
>  #include <init.h>
> diff --git a/board/st/stm32f429-evaluation/stm32f429-evaluation.c b/board/st/stm32f429-evaluation/stm32f429-evaluation.c
> index 25472f041fef..db59ebb838e7 100644
> --- a/board/st/stm32f429-evaluation/stm32f429-evaluation.c
> +++ b/board/st/stm32f429-evaluation/stm32f429-evaluation.c
> @@ -4,7 +4,6 @@
>   * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
>   */
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <env.h>
>  #include <init.h>
> diff --git a/board/st/stm32f469-discovery/stm32f469-discovery.c b/board/st/stm32f469-discovery/stm32f469-discovery.c
> index 9ed6c1e67680..134d207d95d8 100644
> --- a/board/st/stm32f469-discovery/stm32f469-discovery.c
> +++ b/board/st/stm32f469-discovery/stm32f469-discovery.c
> @@ -4,7 +4,6 @@
>   * Author(s): Patrice CHOTARD, <patrice.chotard@foss.st.com> for STMicroelectronics.
>   */
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <env.h>
>  #include <init.h>
> diff --git a/board/st/stm32f746-disco/stm32f746-disco.c b/board/st/stm32f746-disco/stm32f746-disco.c
> index 0f9666008430..6d86e4fe7aab 100644
> --- a/board/st/stm32f746-disco/stm32f746-disco.c
> +++ b/board/st/stm32f746-disco/stm32f746-disco.c
> @@ -4,7 +4,7 @@
>   * Author(s): Vikas Manocha, <vikas.manocha@st.com> for STMicroelectronics.
>   */
>  
> -#include <common.h>
> +#include <config.h>
>  #include <dm.h>
>  #include <init.h>
>  #include <log.h>
> diff --git a/board/st/stm32h743-disco/stm32h743-disco.c b/board/st/stm32h743-disco/stm32h743-disco.c
> index 4ca5e847212e..35ef9ff9e288 100644
> --- a/board/st/stm32h743-disco/stm32h743-disco.c
> +++ b/board/st/stm32h743-disco/stm32h743-disco.c
> @@ -4,7 +4,6 @@
>   * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
>   */
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <init.h>
>  #include <log.h>
> diff --git a/board/st/stm32h743-eval/stm32h743-eval.c b/board/st/stm32h743-eval/stm32h743-eval.c
> index 4ca5e847212e..35ef9ff9e288 100644
> --- a/board/st/stm32h743-eval/stm32h743-eval.c
> +++ b/board/st/stm32h743-eval/stm32h743-eval.c
> @@ -4,7 +4,6 @@
>   * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
>   */
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <init.h>
>  #include <log.h>
> diff --git a/board/st/stm32h750-art-pi/stm32h750-art-pi.c b/board/st/stm32h750-art-pi/stm32h750-art-pi.c
> index 0d39ce849a62..75aa4d139fb4 100644
> --- a/board/st/stm32h750-art-pi/stm32h750-art-pi.c
> +++ b/board/st/stm32h750-art-pi/stm32h750-art-pi.c
> @@ -4,7 +4,6 @@
>   * Author(s): Dillon Min <dillon.minfei@gmail.com>
>   */
>  
> -#include <common.h>
>  #include <dm.h>
>  #include <init.h>
>  #include <log.h>
> diff --git a/board/st/stm32mp1/spl.c b/board/st/stm32mp1/spl.c
> index 8b4a529f759a..d63dffd97e87 100644
> --- a/board/st/stm32mp1/spl.c
> +++ b/board/st/stm32mp1/spl.c
> @@ -4,7 +4,6 @@
>   */
>  
>  #include <config.h>
> -#include <common.h>
>  #include <power/pmic.h>
>  #include <power/stpmic1.h>
>  #include <asm/arch/sys_proto.h>
> diff --git a/board/st/stm32mp1/stm32mp1.c b/board/st/stm32mp1/stm32mp1.c
> index db15d78237ea..97532a8156ff 100644
> --- a/board/st/stm32mp1/stm32mp1.c
> +++ b/board/st/stm32mp1/stm32mp1.c
> @@ -5,7 +5,6 @@
>  
>  #define LOG_CATEGORY LOGC_BOARD
>  
> -#include <common.h>
>  #include <adc.h>
>  #include <bootm.h>
>  #include <button.h>

Hi Tom

Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>

Thanks
Patrice

  reply	other threads:[~2024-05-17  6:06 UTC|newest]

Thread overview: 197+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-01  2:40 [PATCH 001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> Tom Rini
2024-05-01  2:40 ` [PATCH 002/149] global: Audit usage of <eeprom.h> Tom Rini
2024-05-01  2:40 ` [PATCH 003/149] eeprom.h: Add missing <linux/types.h> Tom Rini
2024-05-01  2:40 ` [PATCH 004/149] splash.h: " Tom Rini
2024-05-01  2:40 ` [PATCH 005/149] extension_board.h: Add missing <linux/list.h> Tom Rini
2024-05-01  2:40 ` [PATCH 006/149] board: BuR: Remove <common.h> and add needed includes Tom Rini
2024-05-01  2:40 ` [PATCH 007/149] board: BuS: " Tom Rini
2024-05-01  2:40 ` [PATCH 008/149] board: CZ.NIC: " Tom Rini
2024-05-01  2:40 ` [PATCH 009/149] board: LaCie: " Tom Rini
2024-05-01  2:40 ` [PATCH 010/149] board: Marvell: " Tom Rini
2024-05-01  2:47   ` Chris Packham
2024-05-01 20:20   ` Tony Dinh
2024-05-02  6:02   ` Stefan Roese
2024-05-01  2:40 ` [PATCH 011/149] board: Seagate: " Tom Rini
2024-05-01 20:21   ` Tony Dinh
2024-05-01  2:40 ` [PATCH 012/149] board: Synology: " Tom Rini
2024-05-01  2:41 ` [PATCH 013/149] board: advantech: " Tom Rini
2024-05-02 12:15   ` Oliver Graute
2024-05-01  2:41 ` [PATCH 014/149] board: alliedtelesis: " Tom Rini
2024-05-01  2:47   ` Chris Packham
2024-05-01  2:41 ` [PATCH 015/149] board: amarula: " Tom Rini
2024-05-01  2:41 ` [PATCH 016/149] board: amlogic: " Tom Rini
2024-05-01  2:41 ` [PATCH 017/149] board: aristainetos: " Tom Rini
2024-05-01  5:05   ` Heiko Schocher
2024-05-01  2:41 ` [PATCH 018/149] board: armadeus: " Tom Rini
2024-05-01  2:41 ` [PATCH 019/149] board: armltd: " Tom Rini
2024-05-01  2:41 ` [PATCH 020/149] board: astro: " Tom Rini
2024-05-01  2:41 ` [PATCH 021/149] board: atmel: " Tom Rini
2024-05-01  2:41 ` [PATCH 022/149] board: avionic-design: " Tom Rini
2024-05-01  2:41 ` [PATCH 023/149] board: beacon: " Tom Rini
2024-05-01  9:22   ` Adam Ford
2024-05-01  2:41 ` [PATCH 024/149] board: beagle: " Tom Rini
2024-05-01  2:41 ` [PATCH 025/149] board: beckhoff: " Tom Rini
2024-05-02  6:47   ` Patrick Brünn
2024-05-01  2:41 ` [PATCH 026/149] board: bluewater: " Tom Rini
2024-05-01  2:41 ` [PATCH 027/149] board: bosch: " Tom Rini
2024-05-01  5:08   ` Heiko Schocher
2024-05-01  2:41 ` [PATCH 028/149] board: boundary: " Tom Rini
2024-05-01  2:41 ` [PATCH 029/149] board: broadcom: " Tom Rini
2024-05-01  3:42   ` William Zhang
2024-05-01  2:41 ` [PATCH 030/149] board: bsh: " Tom Rini
2024-05-01 13:58   ` Michael Nazzareno Trimarchi
2024-05-01  2:41 ` [PATCH 031/149] board: bticino: " Tom Rini
2024-05-01  2:41 ` [PATCH 032/149] board: buffalo: " Tom Rini
2024-05-02  7:18   ` Michael Walle
2024-05-01  2:41 ` [PATCH 033/149] board: cadence: " Tom Rini
2024-05-01  2:41 ` [PATCH 034/149] board: calao: " Tom Rini
2024-05-01  2:41 ` [PATCH 035/149] board: cavium: " Tom Rini
2024-05-01  2:41 ` [PATCH 036/149] board: cei: " Tom Rini
2024-05-01  2:41 ` [PATCH 037/149] board: chipspark: " Tom Rini
2024-05-01  2:41 ` [PATCH 038/149] board: cloos: " Tom Rini
2024-05-01  2:41 ` [PATCH 039/149] board: cloudengines: " Tom Rini
2024-05-01 20:25   ` Tony Dinh
2024-05-01  2:41 ` [PATCH 040/149] board: cobra5272: " Tom Rini
2024-05-02  6:47   ` Angelo Dureghello
2024-05-01  2:41 ` [PATCH 041/149] board: compulab: " Tom Rini
2024-05-01  2:41 ` [PATCH 042/149] board: conclusive: " Tom Rini
2024-05-01  2:41 ` [PATCH 043/149] board: congatec: " Tom Rini
2024-05-02 12:15   ` Oliver Graute
2024-05-01  2:41 ` [PATCH 044/149] board: coreboot: " Tom Rini
2024-05-01  2:41 ` [PATCH 045/149] board: cortina: " Tom Rini
2024-05-01  2:41 ` [PATCH 046/149] board: d-link: " Tom Rini
2024-05-01  2:41 ` [PATCH 047/149] board: data_modul: " Tom Rini
2024-05-01  2:41 ` [PATCH 048/149] board: davinci: " Tom Rini
2024-05-01  9:23   ` Adam Ford
2024-05-01  2:41 ` [PATCH 049/149] board: dfi: " Tom Rini
2024-05-01  2:41 ` [PATCH 050/149] board: dhelectronics: " Tom Rini
2024-05-01  2:41 ` [PATCH 051/149] board: ea: " Tom Rini
2024-05-01  2:41 ` [PATCH 052/149] board: eets: " Tom Rini
2024-05-01  2:41 ` [PATCH 053/149] board: efi: " Tom Rini
2024-05-01  2:41 ` [PATCH 054/149] board: egnite: " Tom Rini
2024-05-01  2:41 ` [PATCH 055/149] board: elgin: " Tom Rini
2024-05-01  2:41 ` [PATCH 056/149] board: embest: " Tom Rini
2024-05-01  2:41 ` [PATCH 057/149] board: emulation: " Tom Rini
2024-05-01  2:41 ` [PATCH 058/149] board: engicam: " Tom Rini
2024-05-01  2:41 ` [PATCH 059/149] board: esd: " Tom Rini
2024-05-01  2:41 ` [PATCH 060/149] board: firefly: " Tom Rini
2024-05-07  7:41   ` Kever Yang
2024-05-01  2:41 ` [PATCH 061/149] board: freescale: " Tom Rini
2024-05-01 11:26   ` Peng Fan
2024-05-01 12:02   ` Jason Liu
2024-05-01  2:41 ` [PATCH 062/149] board: friendlyarm: " Tom Rini
2024-05-08 17:39   ` Stefan Bosch
2024-05-01  2:41 ` [PATCH 063/149] board: gardena: " Tom Rini
2024-05-01  2:41 ` [PATCH 064/149] board: gateworks: " Tom Rini
2024-05-01 16:06   ` Tim Harvey
2024-05-01  2:41 ` [PATCH 065/149] board: gdsys: " Tom Rini
2024-05-01  2:41 ` [PATCH 066/149] board: ge: " Tom Rini
2024-05-01 23:58   ` [PATCHv2 " Tom Rini
2024-05-02  8:57     ` Ian Ray
2024-05-01  2:41 ` [PATCH 067/149] board: google: " Tom Rini
2024-05-01  2:41 ` [PATCH 068/149] board: grinn: " Tom Rini
2024-05-01  2:41 ` [PATCH 069/149] board: highbank: " Tom Rini
2024-05-01  2:41 ` [PATCH 070/149] board: hisilicon: " Tom Rini
2024-05-02  0:45   ` Igor Opaniuk
2024-05-01  2:41 ` [PATCH 071/149] board: hoperun: " Tom Rini
2024-05-01  6:29   ` Biju Das
2024-05-01  2:41 ` [PATCH 072/149] board: imgtec: " Tom Rini
2024-05-01  2:42 ` [PATCH 073/149] board: intel: " Tom Rini
2024-05-02  7:20   ` Andy Shevchenko
2024-05-01  2:42 ` [PATCH 074/149] board: inversepath: " Tom Rini
2024-05-01  2:42 ` [PATCH 075/149] board: iomega: " Tom Rini
2024-05-01 20:25   ` Tony Dinh
2024-05-01  2:42 ` [PATCH 076/149] board: isee: " Tom Rini
2024-05-01  2:42 ` [PATCH 077/149] board: k+p: " Tom Rini
2024-05-01  2:42 ` [PATCH 078/149] board: keymile: " Tom Rini
2024-05-01  5:09   ` Heiko Schocher
2024-05-03  6:36   ` Holger Brunck
2024-05-01  2:42 ` [PATCH 079/149] board: kobol: " Tom Rini
2024-05-01  2:42 ` [PATCH 080/149] board: kontron: " Tom Rini
2024-05-02  7:18   ` Michael Walle
2024-05-06  7:17   ` Frieder Schrempf
2024-05-01  2:42 ` [PATCH 081/149] board: kosagi: " Tom Rini
2024-05-01  2:42 ` [PATCH 082/149] board: l+g: " Tom Rini
2024-05-01  2:42 ` [PATCH 083/149] board: lego: " Tom Rini
2024-05-01 15:28   ` David Lechner
2024-05-01  2:42 ` [PATCH 084/149] board: lg: " Tom Rini
2024-05-01  2:42 ` [PATCH 085/149] board: liebherr: " Tom Rini
2024-05-01  2:42 ` [PATCH 086/149] board: logicpd: " Tom Rini
2024-05-01  9:23   ` Adam Ford
2024-05-01  2:42 ` [PATCH 087/149] board: maxbcm: " Tom Rini
2024-05-01  2:42 ` [PATCH 088/149] board: mediatek: " Tom Rini
2024-05-01  2:42 ` [PATCH 089/149] board: menlo: " Tom Rini
2024-05-01  2:42 ` [PATCH 090/149] board: microchip: " Tom Rini
2024-05-01  2:42 ` [PATCH 091/149] board: mikrotik: " Tom Rini
2024-05-01  2:42 ` [PATCH 092/149] board: mntre: " Tom Rini
2024-05-01  2:42 ` [PATCH 093/149] board: msc: " Tom Rini
2024-05-02  8:57   ` Ian Ray
2024-05-01  2:42 ` [PATCH 094/149] board: mscc: " Tom Rini
2024-05-01  2:42 ` [PATCH 095/149] board: myir: " Tom Rini
2024-05-01  2:42 ` [PATCH 096/149] board: netgear: " Tom Rini
2024-05-01  2:42 ` [PATCH 097/149] board: novtech: " Tom Rini
2024-05-01  2:42 ` [PATCH 098/149] board: nuvoton: " Tom Rini
2024-05-01  2:42 ` [PATCH 099/149] board: nvidia: " Tom Rini
2024-05-01  2:42 ` [PATCH 100/149] board: olimex: " Tom Rini
2024-05-01  2:42 ` [PATCH 101/149] board: openpiton: " Tom Rini
2024-05-01  2:42 ` [PATCH 102/149] board: out4: " Tom Rini
2024-05-01 21:30   ` Oleh Kravchenko
2024-05-01  2:42 ` [PATCH 103/149] board: phytec: " Tom Rini
2024-05-03  8:47   ` Wadim Egorov
2024-05-07  7:28   ` Teresa Remmet
2024-05-01  2:42 ` [PATCH 104/149] board: phytium: " Tom Rini
2024-05-01  2:42 ` [PATCH 105/149] board: polyhex: " Tom Rini
2024-05-01  2:42 ` [PATCH 106/149] board: purism: " Tom Rini
2024-05-01  2:42 ` [PATCH 107/149] board: qca: " Tom Rini
2024-05-01  2:42 ` [PATCH 108/149] board: qualcomm: " Tom Rini
2024-05-01  7:06   ` Sumit Garg
2024-05-01  2:42 ` [PATCH 109/149] board: raidsonic: " Tom Rini
2024-05-01  2:42 ` [PATCH 110/149] board: raspberrypi: " Tom Rini
2024-05-01  2:42 ` [PATCH 111/149] board: rockchip: " Tom Rini
2024-05-07  7:41   ` Kever Yang
2024-05-01  2:42 ` [PATCH 112/149] board: ronetix: " Tom Rini
2024-05-01  2:42 ` [PATCH 113/149] board: samsung: " Tom Rini
2024-05-01  2:42 ` [PATCH 114/149] board: schneider: " Tom Rini
2024-05-01  2:42 ` [PATCH 115/149] board: seeed: " Tom Rini
2024-05-01  2:42 ` [PATCH 116/149] board: siemens: " Tom Rini
2024-05-01  5:09   ` Heiko Schocher
2024-05-01  2:42 ` [PATCH 117/149] board: silinux: " Tom Rini
2024-05-01  2:42 ` [PATCH 118/149] board: sipeed: " Tom Rini
2024-05-01  4:30   ` Sean Anderson
2024-05-01  2:42 ` [PATCH 119/149] board: skyworth: " Tom Rini
2024-05-01  2:42 ` [PATCH 120/149] board: socionext: " Tom Rini
2024-05-01  2:42 ` [PATCH 121/149] board: socrates: " Tom Rini
2024-05-01  5:11   ` Heiko Schocher
2024-05-01  2:42 ` [PATCH 122/149] board: softing: " Tom Rini
2024-05-01  2:42 ` [PATCH 123/149] board: solidrun: " Tom Rini
2024-05-01  2:42 ` [PATCH 124/149] board: somlabs: " Tom Rini
2024-05-01  2:42 ` [PATCH 125/149] board: sr1500: " Tom Rini
2024-05-01  2:42 ` [PATCH 126/149] board: st: " Tom Rini
2024-05-17  6:06   ` Patrice CHOTARD [this message]
2024-05-01  2:42 ` [PATCH 127/149] board: ste: " Tom Rini
2024-05-01  2:42 ` [PATCH 128/149] board: storopack: " Tom Rini
2024-05-01  2:42 ` [PATCH 129/149] board: sysam: " Tom Rini
2024-05-01  2:42 ` [PATCH 130/149] board: tcl: " Tom Rini
2024-05-01  2:42 ` [PATCH 131/149] board: technexion: " Tom Rini
2024-05-01  2:42 ` [PATCH 132/149] board: terasic: " Tom Rini
2024-05-01  2:43 ` [PATCH 133/149] board: thead: " Tom Rini
2024-05-01  2:43 ` [PATCH 134/149] board: theadorable: " Tom Rini
2024-05-01  2:43 ` [PATCH 135/149] board: ti: " Tom Rini
2024-05-01  2:43 ` [PATCH 136/149] board: timll: " Tom Rini
2024-05-01  2:43 ` [PATCH 137/149] board: toradex: " Tom Rini
2024-05-01  2:43 ` [PATCH 138/149] board: tplink: " Tom Rini
2024-05-01  2:43 ` [PATCH 139/149] board: tq: " Tom Rini
2024-05-01  2:43 ` [PATCH 140/149] board: traverse: " Tom Rini
2024-05-01  2:43 ` [PATCH 141/149] board: udoo: " Tom Rini
2024-05-01  2:43 ` [PATCH 142/149] board: variscite: " Tom Rini
2024-05-01  2:43 ` [PATCH 143/149] board: vscom: " Tom Rini
2024-05-01  2:43 ` [PATCH 144/149] board: wandboard: " Tom Rini
2024-05-01  2:43 ` [PATCH 145/149] board: warp7: " Tom Rini
2024-05-01  2:43 ` [PATCH 146/149] board: work-microwave: " Tom Rini
2024-05-01  2:43 ` [PATCH 147/149] board: xen: " Tom Rini
2024-05-01  2:43 ` [PATCH 148/149] board: xilinx: " Tom Rini
2024-05-01  2:43 ` [PATCH 149/149] board: zyxel: " Tom Rini
2024-05-01 20:29   ` Tony Dinh
2024-05-01  6:33 ` [PATCH 001/149] global: Make <asm/global_data.h> include <asm/u-boot.h> Tony Dinh
2024-05-01 13:49   ` Tom Rini
2024-05-07 14:02 ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=539b18bd-b241-40b1-ac9f-56a5c1f8bd9b@foss.st.com \
    --to=patrice.chotard@foss.st.com \
    --cc=dillon.minfei@gmail.com \
    --cc=kamil.lulko@gmail.com \
    --cc=patrick.delaunay@foss.st.com \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=vikas.manocha@st.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.