Re: [PATCH 1/2] mmc: sdhci_am654: Fix minor phy configurations

2019-05-07 Thread Faiz Abbas
Hi Adrian, On 26/04/19 11:20 AM, Adrian Hunter wrote: > On 25/04/19 6:57 PM, Faiz Abbas wrote: >> Fix the following minor things: >> >> 1. Line wrapping with the regmap_*() functions is way more conservative >> than required by the 80 character rule. Expand the function calls out to >> use less nu

Re: [PATCH 1/2] mmc: sdhci_am654: Fix minor phy configurations

2019-04-25 Thread Adrian Hunter
On 25/04/19 6:57 PM, Faiz Abbas wrote: > Fix the following minor things: > > 1. Line wrapping with the regmap_*() functions is way more conservative > than required by the 80 character rule. Expand the function calls out to > use less number of lines. > > 2. Add an error message if the DLL fails

[PATCH 1/2] mmc: sdhci_am654: Fix minor phy configurations

2019-04-25 Thread Faiz Abbas
Fix the following minor things: 1. Line wrapping with the regmap_*() functions is way more conservative than required by the 80 character rule. Expand the function calls out to use less number of lines. 2. Add an error message if the DLL fails to lock. Signed-off-by: Faiz Abbas --- drivers/mmc