
pt., 3 sty 2020 o 17:01 Adam Ford aford173@gmail.com napisaĆ(a):
On Thu, Nov 14, 2019 at 9:10 AM Bartosz Golaszewski brgl@bgdev.pl wrote:
From: Bartosz Golaszewski bgolaszewski@baylibre.com
struct mmc_config & struct mmc don't need to be exported over platform data, but can instead be private in the driver.
Remove struct davinci_mmc_plat.
This patch appears to break the da850-evm.
With the pending release of 2020.01, is there any way we can revert before release and try to apply this going forward with more time to test?
As of now, the da850-evm cannot read/write from the MMC card from U-Boot which includes MMC booting.
This is strange, this change doesn't seem to affect the logic.
This isn't revertible automatically anymore, due to other patches that came before and after. We can probably try to revert it manually.
Bart