RE: [PATCH v1 0/9] mmc: sdhci-of-arasan: Add UHS-1 support for Keem Bay SOC

2021-01-19 Thread Zulkifli, Muhammad Husaini
g List ; Shevchenko, Andriy >; A, Rashmi ; Vaidya, >Mahesh R >Subject: Re: [PATCH v1 0/9] mmc: sdhci-of-arasan: Add UHS-1 support for >Keem Bay SOC > >On Thu, 14 Jan 2021 at 16:28, Muhammad Husaini Zulkifli > wrote: >> >> Hi, >> >> This patch series adds

Re: [PATCH v1 0/9] mmc: sdhci-of-arasan: Add UHS-1 support for Keem Bay SOC

2021-01-19 Thread Ulf Hansson
On Thu, 14 Jan 2021 at 16:28, Muhammad Husaini Zulkifli wrote: > > Hi, > > This patch series adds Ultra High Speed(UHS-1) Bus Speed Mode Support for > Keem Bay SoC SD Card. > Summary of each patches as per below: > > Patch 1: Use of_device_get_match_data() helper to get the match-data. > Patch 2:

[PATCH v1 0/9] mmc: sdhci-of-arasan: Add UHS-1 support for Keem Bay SOC

2021-01-14 Thread Muhammad Husaini Zulkifli
Hi, This patch series adds Ultra High Speed(UHS-1) Bus Speed Mode Support for Keem Bay SoC SD Card. Summary of each patches as per below: Patch 1: Use of_device_get_match_data() helper to get the match-data. Patch 2: Convert to use np pointer instead of using pdev->dev.of_node. Patch 3: Add stru