public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 00/11] imx: convert to DM_SERIAL
@ 2022-11-07  8:00 Peng Fan (OSS)
  2022-11-07  8:00 ` [PATCH 01/11] imx: implement get_effective_memsize Peng Fan (OSS)
                   ` (10 more replies)
  0 siblings, 11 replies; 43+ messages in thread
From: Peng Fan (OSS) @ 2022-11-07  8:00 UTC (permalink / raw)
  To: sbabic, festevam; +Cc: u-boot, Peng Fan

From: Peng Fan <peng.fan@nxp.com>

This patchset is to convert mx6ull/z_evk, mx6sl[l]evk, mx6sxsbareauto,
mx6sabreauto, mx6sabresd to DM_SERIAL

Patch 1 is a fix found when testing mx6sllevk

Peng Fan (11):
  imx: implement get_effective_memsize
  imx: mx6ull_14x14_evk: select DM_SERIAL
  imx: mx6ulz: select DM_SERIAL
  imx: mx6ull/z_14x14_evk: clean up UART iomux
  imx: mx6sllevk: correct pmic name
  imx: mx6sllevk: select DM_SERIAL
  imx: mx6slevk: select DM_SERIAL
  imx: mx6ul_evk: select DM_SERIAL
  imx: mx6sxsabreauto: select DM_SERIAL
  imx: mx6sabreauto_defconfig: select DM_SERIAL
  imx: mx6sabresd: select DM_SERIAL

 arch/arm/dts/imx6sll-evk-u-boot.dtsi           |  8 ++++++++
 arch/arm/dts/imx6sx-sabreauto-u-boot.dtsi      |  4 ++++
 arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi     |  8 ++++++++
 arch/arm/dts/imx6ulz-14x14-evk-u-boot.dtsi     |  8 ++++++++
 arch/arm/mach-imx/cache.c                      | 14 ++++++++++++++
 board/freescale/mx6sllevk/mx6sllevk.c          | 18 +-----------------
 .../freescale/mx6sxsabreauto/mx6sxsabreauto.c  | 16 ----------------
 board/freescale/mx6ullevk/mx6ullevk.c          | 16 ----------------
 configs/mx6sabreauto_defconfig                 |  1 +
 configs/mx6sabresd_defconfig                   |  1 +
 configs/mx6slevk_defconfig                     |  1 +
 configs/mx6slevk_spinor_defconfig              |  1 +
 configs/mx6slevk_spl_defconfig                 |  1 +
 configs/mx6sllevk_defconfig                    |  1 +
 configs/mx6sllevk_plugin_defconfig             |  1 +
 configs/mx6sxsabreauto_defconfig               |  1 +
 configs/mx6ul_14x14_evk_defconfig              |  1 +
 configs/mx6ul_9x9_evk_defconfig                |  1 +
 configs/mx6ull_14x14_evk_defconfig             |  1 +
 configs/mx6ull_14x14_evk_plugin_defconfig      |  1 +
 configs/mx6ulz_14x14_evk_defconfig             |  1 +
 21 files changed, 56 insertions(+), 49 deletions(-)
 create mode 100644 arch/arm/dts/imx6sll-evk-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx6ull-14x14-evk-u-boot.dtsi
 create mode 100644 arch/arm/dts/imx6ulz-14x14-evk-u-boot.dtsi

-- 
2.36.0


^ permalink raw reply	[flat|nested] 43+ messages in thread

end of thread, other threads:[~2023-02-01  0:16 UTC | newest]

Thread overview: 43+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-07  8:00 [PATCH 00/11] imx: convert to DM_SERIAL Peng Fan (OSS)
2022-11-07  8:00 ` [PATCH 01/11] imx: implement get_effective_memsize Peng Fan (OSS)
2022-11-07  7:55   ` Pali Rohár
2022-11-08  1:38     ` Peng Fan
2022-11-08  7:54       ` Pali Rohár
2022-11-08  7:56         ` Peng Fan
2022-11-08  8:03           ` Pali Rohár
2022-11-09  1:48             ` Peng Fan
2022-11-09  7:40               ` Pali Rohár
2022-11-15  3:06                 ` Peng Fan
2022-11-15  7:47                   ` Pali Rohár
2022-11-15  8:28                     ` Peng Fan
2022-11-15  8:33                       ` Pali Rohár
2022-11-16  2:43                 ` Peng Fan
2022-11-16  6:03                   ` Stefan Roese
2022-11-16 15:55                     ` Peng Fan
2023-01-31 11:02   ` Fabio Estevam
2023-01-31 11:10     ` Stefano Babic
2023-02-01  0:15       ` Peng Fan
2022-11-07  8:00 ` [PATCH 02/11] imx: mx6ull_14x14_evk: select DM_SERIAL Peng Fan (OSS)
2023-01-31 13:15   ` sbabic
2022-11-07  8:00 ` [PATCH 03/11] imx: mx6ulz: " Peng Fan (OSS)
2023-01-31 13:16   ` sbabic
2022-11-07  8:00 ` [PATCH 04/11] imx: mx6ull/z_14x14_evk: clean up UART iomux Peng Fan (OSS)
2022-11-14 20:13   ` Peter Robinson
2023-01-31 13:16   ` sbabic
2022-11-07  8:00 ` [PATCH 05/11] imx: mx6sllevk: correct pmic name Peng Fan (OSS)
2023-01-31 13:15   ` sbabic
2022-11-07  8:00 ` [PATCH 06/11] imx: mx6sllevk: select DM_SERIAL Peng Fan (OSS)
2023-01-31 13:15   ` sbabic
2022-11-07  8:00 ` [PATCH 07/11] imx: mx6slevk: " Peng Fan (OSS)
2023-01-31 13:16   ` sbabic
2022-11-07  8:00 ` [PATCH 08/11] imx: mx6ul_evk: " Peng Fan (OSS)
2023-01-31 13:16   ` sbabic
2022-11-07  8:00 ` [PATCH 09/11] imx: mx6sxsabreauto: " Peng Fan (OSS)
2023-01-31 13:15   ` sbabic
2022-11-07  8:00 ` [PATCH 10/11] imx: mx6sabreauto_defconfig: " Peng Fan (OSS)
2023-01-31 13:15   ` sbabic
2022-11-07  8:00 ` [PATCH 11/11] imx: mx6sabresd: " Peng Fan (OSS)
2022-11-14 18:58   ` Fabio Estevam
2022-11-15  9:17     ` Peng Fan
2022-11-15 11:30       ` Fabio Estevam
2023-01-31 13:15   ` sbabic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox