public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1 00/10] arm: pxa: mmc: add driver model support
@ 2019-05-20  0:44 Marcel Ziswiler
  2019-05-20  0:44 ` [U-Boot] [PATCH v1 01/10] mmc: add missing space before comment delimiter Marcel Ziswiler
                   ` (9 more replies)
  0 siblings, 10 replies; 33+ messages in thread
From: Marcel Ziswiler @ 2019-05-20  0:44 UTC (permalink / raw)
  To: u-boot


This series, after some initial clean-up, ultimately adds support for
the driver model (DM) in the PXA MMC driver.


Marcel Ziswiler (10):
  mmc: add missing space before comment delimiter
  mmc: fsl_esdhc: annotate endifs
  serial: pxa: clean-up platform data include file
  Makefile: allow dm_mmc without of_control
  dm: core: gracefully handle alias seq without of
  kconfig: mmc: move pxa_mmc_generic to kconfig
  arm: pxa: mmc: add driver model support
  colibri_pxa270_defconfig: enable cmd_dm
  colibri_pxa270: add mmc platform data
  colibri_pxa270_defconfig: enable dm_mmc

 Makefile                                      |   2 +-
 board/toradex/colibri_pxa270/colibri_pxa270.c |  20 ++-
 configs/colibri_pxa270_defconfig              |   3 +
 configs/zipitz2_defconfig                     |   1 +
 drivers/core/read.c                           |   4 +-
 drivers/mmc/Kconfig                           |   8 +
 drivers/mmc/fsl_esdhc.c                       |   4 +-
 drivers/mmc/mmc.c                             |   2 +-
 drivers/mmc/pxa_mmc_gen.c                     | 160 +++++++++++++++---
 include/configs/pxa-common.h                  |   7 -
 include/configs/zipitz2.h                     |   8 -
 include/dm/platform_data/pxa_mmc_gen.h        |  22 +++
 include/dm/platform_data/serial_pxa.h         |   8 +-
 include/dm/read.h                             |   4 +
 scripts/config_whitelist.txt                  |   1 -
 15 files changed, 196 insertions(+), 58 deletions(-)
 create mode 100644 include/dm/platform_data/pxa_mmc_gen.h

-- 
2.21.0

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

end of thread, other threads:[~2020-06-30 15:22 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-20  0:44 [U-Boot] [PATCH v1 00/10] arm: pxa: mmc: add driver model support Marcel Ziswiler
2019-05-20  0:44 ` [U-Boot] [PATCH v1 01/10] mmc: add missing space before comment delimiter Marcel Ziswiler
2019-05-20  7:06   ` Peng Fan
2019-05-20 13:55   ` Igor Opaniuk
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:44 ` [U-Boot] [PATCH v1 02/10] mmc: fsl_esdhc: annotate endifs Marcel Ziswiler
2019-05-20  2:17   ` Fabio Estevam
2019-05-20  7:07   ` Peng Fan
2019-05-20 13:51   ` Igor Opaniuk
2019-05-20  0:44 ` [U-Boot] [PATCH v1 03/10] serial: pxa: clean-up platform data include file Marcel Ziswiler
2019-05-20  0:59   ` Marek Vasut
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:44 ` [U-Boot] [PATCH v1 04/10] Makefile: allow dm_mmc without of_control Marcel Ziswiler
2019-05-20 16:09   ` Simon Glass
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:44 ` [U-Boot] [PATCH v1 05/10] dm: core: gracefully handle alias seq without of Marcel Ziswiler
2019-05-20 16:09   ` Simon Glass
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:44 ` [U-Boot] [PATCH v1 06/10] kconfig: mmc: move pxa_mmc_generic to kconfig Marcel Ziswiler
2019-05-20 16:09   ` Simon Glass
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:44 ` [U-Boot] [PATCH v1 07/10] arm: pxa: mmc: add driver model support Marcel Ziswiler
2019-05-20  1:04   ` Marek Vasut
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:45 ` [U-Boot] [PATCH v1 08/10] colibri_pxa270_defconfig: enable cmd_dm Marcel Ziswiler
2019-05-20  1:05   ` Marek Vasut
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:45 ` [U-Boot] [PATCH v1 09/10] colibri_pxa270: add mmc platform data Marcel Ziswiler
2019-05-20  1:06   ` Marek Vasut
2020-06-30 15:21   ` Tom Rini
2019-05-20  0:45 ` [U-Boot] [PATCH v1 10/10] colibri_pxa270_defconfig: enable dm_mmc Marcel Ziswiler
2019-05-20 13:57   ` Igor Opaniuk
2020-06-30 15:22   ` Tom Rini

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