public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/4] mmc: omap_hsmmc: add support for CONFIG_BLK
@ 2017-03-22 15:00 Jean-Jacques Hiblot
  2017-03-22 15:00 ` [U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data Jean-Jacques Hiblot
                   ` (3 more replies)
  0 siblings, 4 replies; 13+ messages in thread
From: Jean-Jacques Hiblot @ 2017-03-22 15:00 UTC (permalink / raw)
  To: u-boot

This series is based on the RFC "mmc: omap_hsmmc: convert to use dm block devies"
from Grygorii Strashko <grygorii.strashko@ti.com>.

The goal is to be able to compile u-boot with the CONFIG_BLK option. This will
be required to move the sata to the driver model.
The first 3 patches are essentially preparation work.
The last patch adds the actual support for CONFIG_BLK.

This has been tested on a DRA72 evm and buildman has been run other TI
platforms (am33x am43x dra7 omap5 am57)

Jean-Jacques Hiblot (4):
  drivers: omap_hsmmc: use an accessor to get the private data
  drivers: omap_hsmmc: use mmc_get_blk_desc() to get the block device
    desc
  drivers: omap_hsmmc: move the mmc_config to platdata when DM_MMC is
    used
  drivers: omap_hsmmc: add support for CONFIG_BLK

 drivers/mmc/omap_hsmmc.c | 100 ++++++++++++++++++++++++++++++++++-------------
 1 file changed, 73 insertions(+), 27 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-03-30  4:36 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-22 15:00 [U-Boot] [PATCH 0/4] mmc: omap_hsmmc: add support for CONFIG_BLK Jean-Jacques Hiblot
2017-03-22 15:00 ` [U-Boot] [PATCH 1/4] drivers: omap_hsmmc: use an accessor to get the private data Jean-Jacques Hiblot
2017-03-22 17:59   ` Tom Rini
2017-03-30  4:35   ` Jaehoon Chung
2017-03-22 15:00 ` [U-Boot] [PATCH 2/4] drivers: omap_hsmmc: use mmc_get_blk_desc() to get the block device desc Jean-Jacques Hiblot
2017-03-22 17:59   ` Tom Rini
2017-03-30  4:35   ` Jaehoon Chung
2017-03-22 15:00 ` [U-Boot] [PATCH 3/4] drivers: omap_hsmmc: move the mmc_config to platdata when DM_MMC is used Jean-Jacques Hiblot
2017-03-22 18:00   ` Tom Rini
2017-03-30  4:35   ` Jaehoon Chung
2017-03-22 15:00 ` [U-Boot] [PATCH 4/4] drivers: omap_hsmmc: add support for CONFIG_BLK Jean-Jacques Hiblot
2017-03-22 18:00   ` Tom Rini
2017-03-30  4:36   ` Jaehoon Chung

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