All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/3] Enable mmc driver model for Poplar board
@ 2019-01-17  4:09 Shawn Guo
  2019-01-17  4:09 ` [U-Boot] [PATCH 1/3] poplar: sync up device tree with kernel 4.20 Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Shawn Guo @ 2019-01-17  4:09 UTC (permalink / raw)
  To: u-boot

We take Linux Kernel as Poplar DTS upstream, and patch #1 sync up u-boot
DTS with it, so that devices like MMC are available to use with u-boot
driver model.  Patch #2 adds Poplar mmc compatible to hi6220_dw_mmc
driver, so that the driver can probe Poplar mmc device.  And finally
patch #3 cleans up the board level mmc initialization code, as they are
not used any more.

Shawn Guo (3):
  poplar: sync up device tree with kernel 4.20
  mmc: hi6220_dw_mmc: add compatible for Poplar support
  poplar: clean up board level mmc initialization code

 arch/arm/dts/hi3798cv200-poplar.dts           |  68 +++++-
 arch/arm/dts/hi3798cv200.dtsi                 | 221 +++++++++++++++++-
 arch/arm/dts/poplar-pinctrl.dtsi              |  98 ++++++++
 arch/arm/include/asm/arch-hi3798cv200/dwmmc.h |  12 -
 .../asm/arch-hi3798cv200/hi3798cv200.h        |   1 -
 board/hisilicon/poplar/poplar.c               |  12 -
 drivers/mmc/hi6220_dw_mmc.c                   |   1 +
 include/dt-bindings/clock/histb-clock.h       |  56 +++--
 include/dt-bindings/pinctrl/hisi.h            |  74 ++++++
 9 files changed, 483 insertions(+), 60 deletions(-)
 create mode 100644 arch/arm/dts/poplar-pinctrl.dtsi
 delete mode 100644 arch/arm/include/asm/arch-hi3798cv200/dwmmc.h
 create mode 100644 include/dt-bindings/pinctrl/hisi.h

-- 
2.18.0

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

end of thread, other threads:[~2019-01-27  3:52 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-17  4:09 [U-Boot] [PATCH 0/3] Enable mmc driver model for Poplar board Shawn Guo
2019-01-17  4:09 ` [U-Boot] [PATCH 1/3] poplar: sync up device tree with kernel 4.20 Shawn Guo
2019-01-17 14:53   ` Manivannan Sadhasivam
2019-01-18  0:57     ` Shawn Guo
2019-01-18  3:11       ` Manivannan Sadhasivam
2019-01-27  3:51   ` [U-Boot] [U-Boot, " Tom Rini
2019-01-17  4:09 ` [U-Boot] [PATCH 2/3] mmc: hi6220_dw_mmc: add compatible for Poplar support Shawn Guo
2019-01-17 14:37   ` Manivannan Sadhasivam
2019-01-27  3:51   ` [U-Boot] [U-Boot, " Tom Rini
2019-01-17  4:09 ` [U-Boot] [PATCH 3/3] poplar: clean up board level mmc initialization code Shawn Guo
2019-01-17 14:38   ` Manivannan Sadhasivam
2019-01-27  3:52   ` [U-Boot] [U-Boot, " 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.