Re: [PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver

2016-06-15 Thread Andy Shevchenko
On Wed, 2016-06-15 at 10:15 +0200, Ingo Molnar wrote: > * Andy Shevchenko wrote: > > > Add Power Management Unit driver to handle power states of South > > Complex > > devices on Intel Tangier. In the future it might be expanded to > > cover North > > Complex devices as well. > > > > With this d

Re: [PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver

2016-06-15 Thread Ingo Molnar
* Andy Shevchenko wrote: > Add Power Management Unit driver to handle power states of South Complex > devices on Intel Tangier. In the future it might be expanded to cover North > Complex devices as well. > > With this driver the power state of the host controllers such as SPI, I2C, > UART, eMM

[PATCH v2 1/1] x86/platform/intel-mid: Add Power Management Unit driver

2016-06-14 Thread Andy Shevchenko
Add Power Management Unit driver to handle power states of South Complex devices on Intel Tangier. In the future it might be expanded to cover North Complex devices as well. With this driver the power state of the host controllers such as SPI, I2C, UART, eMMC, and DMA would be managed. Signed-off