All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 0/3] am335x, shc: convert am335x based shc board to DM usage
@ 2019-01-21  5:16 Heiko Schocher
  2019-01-21  5:16 ` [U-Boot] [PATCH v1 1/3] arm: dts: add am335x-shc.dts for shc board Heiko Schocher
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Heiko Schocher @ 2019-01-21  5:16 UTC (permalink / raw)
  To: u-boot

This patchseries converts the shc board to DM usage and
get rid of DM based compiler warnings.

Patch 1 copies the DTS from linux
Patch 2 introduces u-boot specific dtsi
Patch 3 reworks board code and shc specific defconfigs

Travis build is fine:
https://travis-ci.org/hsdenx/u-boot-test/builds/480340146

Heiko Schocher (3):
  arm: dts: add am335x-shc.dts for shc board
  ARM: dts: am335x-shc: add u-boot specific dtsi
  am335x, shc: adapt shc board to DM

 arch/arm/dts/Makefile                      |   1 +
 arch/arm/dts/am335x-shc-u-boot.dtsi        |  51 ++
 arch/arm/dts/am335x-shc.dts                | 575 +++++++++++++++++++++
 board/bosch/shc/MAINTAINERS                |   4 +-
 board/bosch/shc/board.c                    | 133 +----
 configs/am335x_shc_defconfig               |  12 +-
 configs/am335x_shc_ict_defconfig           |  12 +-
 configs/am335x_shc_netboot_defconfig       |  12 +-
 configs/am335x_shc_prompt_defconfig        |  45 --
 configs/am335x_shc_sdboot_defconfig        |  12 +-
 configs/am335x_shc_sdboot_prompt_defconfig |  47 --
 11 files changed, 671 insertions(+), 233 deletions(-)
 create mode 100644 arch/arm/dts/am335x-shc-u-boot.dtsi
 create mode 100644 arch/arm/dts/am335x-shc.dts
 delete mode 100644 configs/am335x_shc_prompt_defconfig
 delete mode 100644 configs/am335x_shc_sdboot_prompt_defconfig

-- 
2.17.2

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

end of thread, other threads:[~2019-02-03  1:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-21  5:16 [U-Boot] [PATCH v1 0/3] am335x, shc: convert am335x based shc board to DM usage Heiko Schocher
2019-01-21  5:16 ` [U-Boot] [PATCH v1 1/3] arm: dts: add am335x-shc.dts for shc board Heiko Schocher
2019-01-21 16:41   ` Tom Rini
2019-01-22  5:27     ` Heiko Schocher
2019-01-22 12:18       ` Tom Rini
2019-02-03  1:07   ` [U-Boot] [U-Boot, v1, " Tom Rini
2019-01-21  5:16 ` [U-Boot] [PATCH v1 2/3] ARM: dts: am335x-shc: add u-boot specific dtsi Heiko Schocher
2019-01-21 16:42   ` Tom Rini
2019-02-03  1:07   ` [U-Boot] [U-Boot, v1, " Tom Rini
2019-01-21  5:16 ` [U-Boot] [PATCH v1 3/3] am335x, shc: adapt shc board to DM Heiko Schocher
2019-01-21 16:42   ` Tom Rini
2019-02-03  1:07   ` [U-Boot] [U-Boot,v1,3/3] " Tom Rini

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.