Re: [PATCH v2 8/8] mfd: Add support for Intel Sunrisepoint LPSS devices

2015-05-29 Thread Andy Shevchenko
On Thu, 2015-05-28 at 14:10 +0100, Lee Jones wrote: > On Thu, 28 May 2015, Andy Shevchenko wrote: > > On Wed, 2015-05-27 at 11:22 +0100, Lee Jones wrote: > > > On Mon, 25 May 2015, Andy Shevchenko wrote: [] > > > > + intel_lpss_ltr_expose(lpss); > > > > + > > > > + ret = intel_lpss_de

Re: [PATCH v2 8/8] mfd: Add support for Intel Sunrisepoint LPSS devices

2015-05-28 Thread Lee Jones
On Thu, 28 May 2015, Andy Shevchenko wrote: > On Wed, 2015-05-27 at 11:22 +0100, Lee Jones wrote: > > On Mon, 25 May 2015, Andy Shevchenko wrote: > > > > > The new coming Intel platforms such as Skylake will contain Sunrisepoint > > > PCH. > > > The main difference to the previous platforms is th

Re: [PATCH v2 8/8] mfd: Add support for Intel Sunrisepoint LPSS devices

2015-05-28 Thread Andy Shevchenko
On Wed, 2015-05-27 at 11:22 +0100, Lee Jones wrote: > On Mon, 25 May 2015, Andy Shevchenko wrote: > > > The new coming Intel platforms such as Skylake will contain Sunrisepoint > > PCH. > > The main difference to the previous platforms is that the LPSS devices are > > compound devices where usual

Re: [PATCH v2 8/8] mfd: Add support for Intel Sunrisepoint LPSS devices

2015-05-27 Thread Mika Westerberg
On Wed, May 27, 2015 at 11:22:41AM +0100, Lee Jones wrote: > > +static int resume_lpss_device(struct device *dev, void *data) > > +{ > > + pm_runtime_resume(dev); > > + return 0; > > +} > > + > > +int intel_lpss_prepare(struct device *dev) > > +{ > > + /* > > +* Resume both child devices

Re: [PATCH v2 8/8] mfd: Add support for Intel Sunrisepoint LPSS devices

2015-05-27 Thread Lee Jones
On Mon, 25 May 2015, Andy Shevchenko wrote: > The new coming Intel platforms such as Skylake will contain Sunrisepoint PCH. > The main difference to the previous platforms is that the LPSS devices are > compound devices where usually main (SPI, HSUART, or I2C) and DMA IPs are > present. > > This