Re: [PATCH] mmc: sdhci-msm: Add set_uhs_signaling() implementation

2016-07-23 Thread Ulf Hansson
On 19 July 2016 at 16:52, Georgi Djakov wrote: > From: Ritesh Harjani > > To allow UHS mode to work properly, we need to implement a Qualcomm > specific set_uhs_signaling() callback function. This function differs > from the sdhci_set_uhs_signaling() in that we need check the clock > rate and ena

Re: [PATCH] mmc: sdhci-msm: Add set_uhs_signaling() implementation

2016-07-22 Thread Georgi Djakov
On 07/20/2016 01:15 PM, Adrian Hunter wrote: > On 19/07/16 17:52, Georgi Djakov wrote: >> From: Ritesh Harjani >> >> To allow UHS mode to work properly, we need to implement a Qualcomm >> specific set_uhs_signaling() callback function. This function differs >> from the sdhci_set_uhs_signaling() in

Re: [PATCH] mmc: sdhci-msm: Add set_uhs_signaling() implementation

2016-07-20 Thread Adrian Hunter
On 19/07/16 17:52, Georgi Djakov wrote: > From: Ritesh Harjani > > To allow UHS mode to work properly, we need to implement a Qualcomm > specific set_uhs_signaling() callback function. This function differs > from the sdhci_set_uhs_signaling() in that we need check the clock > rate and enable UHS

[PATCH] mmc: sdhci-msm: Add set_uhs_signaling() implementation

2016-07-19 Thread Georgi Djakov
From: Ritesh Harjani To allow UHS mode to work properly, we need to implement a Qualcomm specific set_uhs_signaling() callback function. This function differs from the sdhci_set_uhs_signaling() in that we need check the clock rate and enable UHS timing only if the frequency is above 100MHz. Sign