mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/5] ESDHC xload: Prepare for Layerscape support
@ 2019-03-04 13:18 Sascha Hauer
  2019-03-04 13:18 ` [PATCH 1/5] esdhc-xload: Move to drivers/mci Sascha Hauer
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Sascha Hauer @ 2019-03-04 13:18 UTC (permalink / raw)
  To: Barebox List

The i.MX ESDHC xload support needs some preparations before Layerscape
support can be added. These are done here, the actual Layerscape support
comes in a later series.

Sascha

Sascha Hauer (5):
  esdhc-xload: Move to drivers/mci
  esdhc-xload: move some register defines to header file
  esdhc-xload: Use static inline io wrappers
  esdhc-xload: Add bigendian support
  esdhc-xload: check for PRSSTAT_BREN only after each block

 arch/arm/mach-imx/Kconfig                     |   2 +
 arch/arm/mach-imx/Makefile                    |   2 +-
 drivers/mci/Kconfig                           |   3 +
 drivers/mci/Makefile                          |   1 +
 .../mci/imx-esdhc-pbl.c                       | 105 +++++++++++-------
 drivers/mci/imx-esdhc.c                       |   9 --
 drivers/mci/imx-esdhc.h                       |   8 ++
 7 files changed, 79 insertions(+), 51 deletions(-)
 rename arch/arm/mach-imx/xload-esdhc.c => drivers/mci/imx-esdhc-pbl.c (79%)

-- 
2.20.1


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

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

end of thread, other threads:[~2019-03-04 13:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-04 13:18 [PATCH 0/5] ESDHC xload: Prepare for Layerscape support Sascha Hauer
2019-03-04 13:18 ` [PATCH 1/5] esdhc-xload: Move to drivers/mci Sascha Hauer
2019-03-04 13:18 ` [PATCH 2/5] esdhc-xload: move some register defines to header file Sascha Hauer
2019-03-04 13:18 ` [PATCH 3/5] esdhc-xload: Use static inline io wrappers Sascha Hauer
2019-03-04 13:18 ` [PATCH 4/5] esdhc-xload: Add bigendian support Sascha Hauer
2019-03-04 13:18 ` [PATCH 5/5] esdhc-xload: check for PRSSTAT_BREN only after each block Sascha Hauer

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