mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/8] MMC: esdhc: Add Layerscape support
@ 2019-02-06  7:49 Sascha Hauer
  2019-02-06  7:49 ` [PATCH 1/8] mci: imx-esdhc: Do not reset twice Sascha Hauer
                   ` (7 more replies)
  0 siblings, 8 replies; 13+ messages in thread
From: Sascha Hauer @ 2019-02-06  7:49 UTC (permalink / raw)
  To: Barebox List

This adds support for the esdhc controller found found on Layerscape
SoCs. It is essentially the same controller as found on i.MX SoCs, but
with bigendian accesses. Some preparation needs to be done to drop
architecture specific stuff from the driver.

Layerscape support itself is in progress but still needs some time.

Sascha

Sascha Hauer (8):
  mci: imx-esdhc: Do not reset twice
  mci: imx-esdhc: use dev_id
  mci: imx-esdhc: move platform_data
  mci: imx-esdhc: make clkidx configurable
  mci: imx-esdhc: remove unnecessary include
  mci: imx-esdhc: implement static inline io wrappers
  mci: imx-esdhc: Add bigendian register access support
  mci: imx-esdhc: Add layerscape support

 arch/arm/mach-imx/devices.c                   |   9 +-
 .../arm/mach-imx/include/mach/devices-imx25.h |   4 +-
 .../arm/mach-imx/include/mach/devices-imx35.h |   6 +-
 .../arm/mach-imx/include/mach/devices-imx50.h |   8 +-
 .../arm/mach-imx/include/mach/devices-imx51.h |   6 +-
 .../arm/mach-imx/include/mach/devices-imx53.h |   8 +-
 arch/arm/mach-imx/include/mach/devices-imx6.h |  20 --
 arch/arm/mach-imx/include/mach/devices.h      |   5 +-
 drivers/mci/Kconfig                           |   2 +-
 drivers/mci/imx-esdhc.c                       | 286 ++++++++++--------
 drivers/mci/imx-esdhc.h                       |   6 -
 .../platform_data/mmc-esdhc-imx.h             |   0
 12 files changed, 195 insertions(+), 165 deletions(-)
 rename arch/arm/mach-imx/include/mach/esdhc.h => include/platform_data/mmc-esdhc-imx.h (100%)

-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2019-02-12  8:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06  7:49 [PATCH 0/8] MMC: esdhc: Add Layerscape support Sascha Hauer
2019-02-06  7:49 ` [PATCH 1/8] mci: imx-esdhc: Do not reset twice Sascha Hauer
2019-02-06  7:49 ` [PATCH 2/8] mci: imx-esdhc: use dev_id Sascha Hauer
2019-02-06  7:49 ` [PATCH 3/8] mci: imx-esdhc: move platform_data Sascha Hauer
2019-02-06  7:49 ` [PATCH 4/8] mci: imx-esdhc: make clkidx configurable Sascha Hauer
2019-02-06  7:49 ` [PATCH 5/8] mci: imx-esdhc: remove unnecessary include Sascha Hauer
2019-02-06  7:49 ` [PATCH 6/8] mci: imx-esdhc: implement static inline io wrappers Sascha Hauer
2019-02-07  0:55   ` Andrey Smirnov
2019-02-07  7:56     ` Sascha Hauer
2019-02-06  7:49 ` [PATCH 7/8] mci: imx-esdhc: Add bigendian register access support Sascha Hauer
2019-02-06  7:49 ` [PATCH 8/8] mci: imx-esdhc: Add layerscape support Sascha Hauer
2019-02-07  1:02   ` Andrey Smirnov
2019-02-12  8:42     ` Sascha Hauer

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