Re: [PATCH V2 1/2] mmc: sdhci: Request regulators before reading capabilities

2016-07-23 Thread Ulf Hansson
On 12 July 2016 at 15:53, Jon Hunter wrote: > The capabilities of the SDHCI host controller are read early during the > SDHCI host initialisation in sdhci_setup_host() and before any > regulators for the host have been requested. This means that if the host > supports some high-speed modes (accord

Re: [PATCH V2 1/2] mmc: sdhci: Request regulators before reading capabilities

2016-07-20 Thread Adrian Hunter
On 20/07/16 16:04, Adrian Hunter wrote: > On 20/07/16 16:02, Adrian Hunter wrote: >> On 12/07/16 16:53, Jon Hunter wrote: >>> The capabilities of the SDHCI host controller are read early during the >>> SDHCI host initialisation in sdhci_setup_host() and before any >>> regulators for the host have b

Re: [PATCH V2 1/2] mmc: sdhci: Request regulators before reading capabilities

2016-07-20 Thread Adrian Hunter
On 20/07/16 16:02, Adrian Hunter wrote: > On 12/07/16 16:53, Jon Hunter wrote: >> The capabilities of the SDHCI host controller are read early during the >> SDHCI host initialisation in sdhci_setup_host() and before any >> regulators for the host have been requested. This means that if the host >>

Re: [PATCH V2 1/2] mmc: sdhci: Request regulators before reading capabilities

2016-07-20 Thread Adrian Hunter
On 12/07/16 16:53, Jon Hunter wrote: > The capabilities of the SDHCI host controller are read early during the > SDHCI host initialisation in sdhci_setup_host() and before any > regulators for the host have been requested. This means that if the host > supports some high-speed modes (according to i

[PATCH V2 1/2] mmc: sdhci: Request regulators before reading capabilities

2016-07-12 Thread Jon Hunter
The capabilities of the SDHCI host controller are read early during the SDHCI host initialisation in sdhci_setup_host() and before any regulators for the host have been requested. This means that if the host supports some high-speed modes (according to its capabilities register), but the board cann