Re: [U-Boot] [PATCH v4 0/3] UniPhier SD/eMMC controller driver

2016-02-26 Thread Masahiro Yamada
2016-02-18 19:52 GMT+09:00 Masahiro Yamada : > > > Changes in v4: > - Add some comments about HOST_MODE register > - Rename uniphier_sd_wait_irq() to uniphier_sd_wait_for_irq() > > Changes in v3: > - Use dev_err/dev_dbg instead of pr_err/pr_debug > - Tidy up uniphier_sd_set_ios() > - Allo

[U-Boot] [PATCH v4 0/3] UniPhier SD/eMMC controller driver

2016-02-18 Thread Masahiro Yamada
Changes in v4: - Add some comments about HOST_MODE register - Rename uniphier_sd_wait_irq() to uniphier_sd_wait_for_irq() Changes in v3: - Use dev_err/dev_dbg instead of pr_err/pr_debug - Tidy up uniphier_sd_set_ios() - Allow to use DMA even in SPL if the target address is DMA'able Ch