public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v2 0/9] imx: mxs: Fixes and DM/DTS conversion code for several i.MX28 drivers
@ 2019-08-18 21:35 Lukasz Majewski
  2019-08-18 21:35 ` [U-Boot] [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples Lukasz Majewski
                   ` (8 more replies)
  0 siblings, 9 replies; 26+ messages in thread
From: Lukasz Majewski @ 2019-08-18 21:35 UTC (permalink / raw)
  To: u-boot

This patch series focuses on fixing and enhancing the i.MX28 to be
converted to DM/DTS.
The mxs gpio, spi and eMMC drivers has been fixed and converted to DM/DTS.

Changes in v2:
- New patch
- Correct position of struct mmc_ops mxsmmc_ops to avoid build
  breaks on board using legacy i.MX28 mmc driver.
- New patch
- New patch
- New patch

Lukasz Majewski (9):
  doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples
  dts: imx28: Remove #include "imx28.dtsi" from imx28-u-boot.dtsi file
  spl: Init proper struct driver member (platdata_auto_alloc_size) for
    mxs_spi
  spi: fix: Call mxs_reset_block() during DM/DTS probe
  spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver
  mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTS
  mmc: Replace printf with debug call for timeouts in the i.MX28 mxs
    driver
  spl: Introduce SPL_DM_GPIO Kconfig define
  spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver

 arch/arm/dts/imx28-u-boot.dtsi |   1 -
 common/spl/Kconfig             |   6 +
 doc/driver-model/of-plat.rst   |   8 +-
 drivers/gpio/mxs_gpio.c        |  72 +++++--
 drivers/mmc/mxsmmc.c           | 445 ++++++++++++++++++++++++++++++++++-------
 drivers/spi/mxs_spi.c          |  38 +++-
 6 files changed, 474 insertions(+), 96 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2019-09-26  7:52 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-18 21:35 [U-Boot] [PATCH v2 0/9] imx: mxs: Fixes and DM/DTS conversion code for several i.MX28 drivers Lukasz Majewski
2019-08-18 21:35 ` [U-Boot] [PATCH v2 1/9] doc: fix: Replace SPL_OF_PLATDATA with OF_PLATDATA in examples Lukasz Majewski
2019-08-19  1:19   ` Peng Fan
2019-09-17  5:47     ` Simon Glass
2019-08-18 21:35 ` [U-Boot] [PATCH v2 2/9] dts: imx28: Remove #include "imx28.dtsi" from imx28-u-boot.dtsi file Lukasz Majewski
2019-08-19  1:20   ` Peng Fan
2019-08-18 21:35 ` [U-Boot] [PATCH v2 3/9] spl: Init proper struct driver member (platdata_auto_alloc_size) for mxs_spi Lukasz Majewski
2019-08-19  1:25   ` Peng Fan
2019-08-18 21:35 ` [U-Boot] [PATCH v2 4/9] spi: fix: Call mxs_reset_block() during DM/DTS probe Lukasz Majewski
2019-08-19  1:26   ` Peng Fan
2019-08-18 21:35 ` [U-Boot] [PATCH v2 5/9] spi: Add support for SPL_OF_PLATDATA to mxs_spi.c driver Lukasz Majewski
2019-08-19  1:27   ` Peng Fan
2019-08-18 21:35 ` [U-Boot] [PATCH v2 6/9] mmc: Convert mxsmmc eMMC driver for i.MX2{38} to DM/DTS Lukasz Majewski
2019-08-18 21:36 ` [U-Boot] [PATCH v2 7/9] mmc: Replace printf with debug call for timeouts in the i.MX28 mxs driver Lukasz Majewski
2019-08-18 21:36 ` [U-Boot] [PATCH v2 8/9] spl: Introduce SPL_DM_GPIO Kconfig define Lukasz Majewski
2019-08-19  1:30   ` Peng Fan
2019-09-17  5:47     ` Simon Glass
2019-09-17  7:22       ` Lukasz Majewski
2019-09-17 18:34         ` Simon Glass
2019-09-17 19:19           ` Adam Ford
2019-09-17 21:06             ` Lukasz Majewski
2019-09-25 20:42               ` Simon Glass
2019-09-25 21:21                 ` Tom Rini
2019-09-26  7:52                   ` Lukasz Majewski
2019-09-17 21:04           ` Lukasz Majewski
2019-08-18 21:36 ` [U-Boot] [PATCH v2 9/9] spi: Add support for SPL_OF_PLATDATA to mxs_gpio.c driver Lukasz Majewski

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