Re: [U-Boot] [PATCH v1 2/2] misc: Introduce minimal PMU driver for Intel MID platforms

2017-03-15 Thread Andy Shevchenko
On Wed, Mar 15, 2017 at 8:01 PM, Andy Shevchenko wrote: > On Sun, Mar 12, 2017 at 10:21 PM, Simon Glass wrote: >> Hi Andy, >> >> On 5 March 2017 at 12:17, Andy Shevchenko >> wrote: >>> This simple PMU driver

Re: [U-Boot] [PATCH v1 2/2] misc: Introduce minimal PMU driver for Intel MID platforms

2017-03-15 Thread Andy Shevchenko
On Sun, Mar 12, 2017 at 10:21 PM, Simon Glass wrote: > Hi Andy, > > On 5 March 2017 at 12:17, Andy Shevchenko > wrote: >> This simple PMU driver enables access to MMC controllers during probe >> so tangier_sdhci can probe and be useful. >> >>

Re: [U-Boot] [PATCH v1 2/2] misc: Introduce minimal PMU driver for Intel MID platforms

2017-03-12 Thread Simon Glass
Hi Andy, On 5 March 2017 at 12:17, Andy Shevchenko wrote: > This simple PMU driver enables access to MMC controllers during probe > so tangier_sdhci can probe and be useful. > > In the future it might be expanded to cover other Intel MID platforms, > that's why

[U-Boot] [PATCH v1 2/2] misc: Introduce minimal PMU driver for Intel MID platforms

2017-03-05 Thread Andy Shevchenko
This simple PMU driver enables access to MMC controllers during probe so tangier_sdhci can probe and be useful. In the future it might be expanded to cover other Intel MID platforms, that's why it's called intel_mid_pmu.c. Signed-off-by: Felipe Balbi Signed-off-by: