Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2021-01-21 Thread Aswath Govindraju
Hi Jaehoon, On 21/01/21 10:40 am, Jaehoon Chung wrote: > Hi Aswath, > > On 1/21/21 1:13 PM, Aswath Govindraju wrote: >> Hi Jaehoon, >> >> On 21/01/21 4:26 am, Jaehoon Chung wrote: >>> Hi Aswath, >>> >>> On 1/19/21 9:35 PM, Aswath Govindraju wrote: Hi Jaehoon, On 05/11/20 4:03 am,

Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2021-01-20 Thread Jaehoon Chung
Hi Aswath, On 1/21/21 1:13 PM, Aswath Govindraju wrote: > Hi Jaehoon, > > On 21/01/21 4:26 am, Jaehoon Chung wrote: >> Hi Aswath, >> >> On 1/19/21 9:35 PM, Aswath Govindraju wrote: >>> Hi Jaehoon, >>> >>> On 05/11/20 4:03 am, Jaehoon Chung wrote: On 11/5/20 4:05 AM, Faiz Abbas wrote: >

Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2021-01-20 Thread Aswath Govindraju
Hi Jaehoon, On 21/01/21 4:26 am, Jaehoon Chung wrote: > Hi Aswath, > > On 1/19/21 9:35 PM, Aswath Govindraju wrote: >> Hi Jaehoon, >> >> On 05/11/20 4:03 am, Jaehoon Chung wrote: >>> On 11/5/20 4:05 AM, Faiz Abbas wrote: Jaehoon, On 21/10/20 5:08 pm, Jaehoon Chung wrote: > Hi

Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2021-01-20 Thread Jaehoon Chung
Hi Aswath, On 1/19/21 9:35 PM, Aswath Govindraju wrote: > Hi Jaehoon, > > On 05/11/20 4:03 am, Jaehoon Chung wrote: >> On 11/5/20 4:05 AM, Faiz Abbas wrote: >>> Jaehoon, >>> >>> On 21/10/20 5:08 pm, Jaehoon Chung wrote: Hi Faiz, On 10/16/20 8:08 PM, Faiz Abbas wrote: > Add a

Re: Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2021-01-19 Thread Aswath Govindraju
Hi Jaehoon, On 05/11/20 4:03 am, Jaehoon Chung wrote: > On 11/5/20 4:05 AM, Faiz Abbas wrote: >> Jaehoon, >> >> On 21/10/20 5:08 pm, Jaehoon Chung wrote: >>> Hi Faiz, >>> >>> On 10/16/20 8:08 PM, Faiz Abbas wrote: Add a set_voltage() function which handles the switch from 3.3V to 1.8V

Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2020-11-04 Thread Jaehoon Chung
On 11/5/20 4:05 AM, Faiz Abbas wrote: > Jaehoon, > > On 21/10/20 5:08 pm, Jaehoon Chung wrote: >> Hi Faiz, >> >> On 10/16/20 8:08 PM, Faiz Abbas wrote: >>> Add a set_voltage() function which handles the switch from 3.3V to 1.8V >>> for SD card UHS modes. >>> >>> Signed-off-by: Faiz Abbas >>> ---

Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2020-11-04 Thread Faiz Abbas
Jaehoon, On 21/10/20 5:08 pm, Jaehoon Chung wrote: > Hi Faiz, > > On 10/16/20 8:08 PM, Faiz Abbas wrote: >> Add a set_voltage() function which handles the switch from 3.3V to 1.8V >> for SD card UHS modes. >> >> Signed-off-by: Faiz Abbas >> --- >> drivers/mmc/sdhci.c | 51

Re: [PATCH v2 01/21] mmc: sdhci: Add helper functions for UHS modes

2020-10-21 Thread Jaehoon Chung
Hi Faiz, On 10/16/20 8:08 PM, Faiz Abbas wrote: > Add a set_voltage() function which handles the switch from 3.3V to 1.8V > for SD card UHS modes. > > Signed-off-by: Faiz Abbas > --- > drivers/mmc/sdhci.c | 51 + > include/sdhci.h | 1 + > 2