All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [RESEND] [PATCH v3 0/8]  Convert i.MX7 WaRP7 ports to DM
@ 2019-01-18 17:40 Bryan O'Donoghue
  2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 1/8] arm: dts: imx7: Correct spelling mistake in GPIO name Bryan O'Donoghue
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Bryan O'Donoghue @ 2019-01-18 17:40 UTC (permalink / raw)
  To: u-boot

V3-Resend:
- Looks like this set got lost in the ether, resending.

V3:
- Fix Lucas' mail address "Auer, Lucas" makes git send-mail choke

V2:
- Add review-by as indicated - Peng Fan
- Squash commit 4 and 5 from v1 - Peng Fan
- Leave usdhc1 intact because of alias of mmc0 to usdhc3 - Bryan
- Add correction for spelling mistake in imx7d-pinfunc.h - Lukas Auer
- Imports imx7s-warp7.dts from kernel unmodified as a result of #1 - Bryan

V1:
This series does a minimal conversion of WaRP7 and the BL33 version of
WaRP7 to the DM.

Pinctrl, GPIO, I2C, Regulators, PMIC and MMC are converted. Later patches
will convert USB and UART.

Bryan O'Donoghue (8):
  arm: dts: imx7: Correct spelling mistake in GPIO name
  arm: dts: imx7s-warp: Import Linux warp7 dts
  arm: imx7s-warp: Add DT file hooks
  arm: imx7s-warp: Convert to DM MMC initialization
  arm: dts: imx7s-warp: Create alias for mmc0 to &usdhc3
  warp7: defconfig: Switch on IMX7 GPIO/pinctrl for both ports
  warp7: defconfig: Switch to DM for I2C
  arm: imx7s-warp: Convert to DM PMIC

 arch/arm/dts/Makefile        |   3 +-
 arch/arm/dts/imx7d-pinfunc.h |   6 +-
 arch/arm/dts/imx7s-warp.dts  | 442 +++++++++++++++++++++++++++++++++++
 board/warp7/warp7.c          |  85 +------
 configs/warp7_bl33_defconfig |  14 +-
 configs/warp7_defconfig      |  14 +-
 include/configs/warp7.h      |   8 -
 7 files changed, 484 insertions(+), 88 deletions(-)
 create mode 100644 arch/arm/dts/imx7s-warp.dts

-- 
2.20.0

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

end of thread, other threads:[~2019-01-30  9:15 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-18 17:40 [U-Boot] [RESEND] [PATCH v3 0/8] Convert i.MX7 WaRP7 ports to DM Bryan O'Donoghue
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 1/8] arm: dts: imx7: Correct spelling mistake in GPIO name Bryan O'Donoghue
2019-01-30  8:57   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 2/8] arm: dts: imx7s-warp: Import Linux warp7 dts Bryan O'Donoghue
2019-01-30  8:57   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 3/8] arm: imx7s-warp: Add DT file hooks Bryan O'Donoghue
2019-01-30  9:05   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 4/8] arm: imx7s-warp: Convert to DM MMC initialization Bryan O'Donoghue
2019-01-30  8:57   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 5/8] arm: dts: imx7s-warp: Create alias for mmc0 to &usdhc3 Bryan O'Donoghue
2019-01-30  8:57   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 6/8] warp7: defconfig: Switch on IMX7 GPIO/pinctrl for both ports Bryan O'Donoghue
2019-01-30  9:05   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 7/8] warp7: defconfig: Switch to DM for I2C Bryan O'Donoghue
2019-01-30  8:57   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 17:40 ` [U-Boot] [RESEND] [PATCH v3 8/8] arm: imx7s-warp: Convert to DM PMIC Bryan O'Donoghue
2019-01-30  9:15   ` [U-Boot] [U-Boot, RESEND, v3, " sbabic at denx.de
2019-01-18 18:36 ` [U-Boot] [RESEND] [PATCH v3 0/8] Convert i.MX7 WaRP7 ports to DM Fabio Estevam

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.