Re: [PATCH 8/8] mmc: sunxi: Use mmc_of_parse()

2021-05-24 Thread Jaehoon Chung
On 5/25/21 8:30 AM, Andre Przywara wrote: > At the moment the Allwinner MMC driver parses the bus-width and > non-removable DT properties itself, in the probe() routine. > > There is actually a generic function provided by the MMC framework doing > this job, also it parses more generic properties

[PATCH 8/8] mmc: sunxi: Use mmc_of_parse()

2021-05-24 Thread Andre Przywara
At the moment the Allwinner MMC driver parses the bus-width and non-removable DT properties itself, in the probe() routine. There is actually a generic function provided by the MMC framework doing this job, also it parses more generic properties like broken-cd and advanced transfer modes. Drop