linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/4] ACPI / LPSS: fix system hangup on BYT
@ 2014-11-05 16:34 Andy Shevchenko
  2014-11-05 16:34 ` [PATCH v1 1/4] ACPI / LPSS: add all LPSS devices to the specific power domain Andy Shevchenko
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Andy Shevchenko @ 2014-11-05 16:34 UTC (permalink / raw)
  To: Scott Ashcroft, Mika Westerberg, Rafael J . Wysocki, Blin, Jerome,
	linux-acpi, Vinod Koul
  Cc: Andy Shevchenko

The Intel BayTrail based machines have different configuration of the Low Power
Sub System (LPSS) IP. The LPSS contains few host controllers, such as I2C, SPI,
I2C and common DMA IP to serve DMA transfers. Unfortunately the DMA IP has no
power control accessible for software / OS. It goes automatically down whenever
last device goes to sleep and turned on when one of them is turned on. When
user tries to access the powered off DMA device the system hangs.

This patch series addressing the issue. Rafael suggested to create a 'proxy'
device which makes DMA to be powered on on the certain points of time.

Vinod, we would like to push this via Rafael's tree, so, please Ack or NAck the
patch 4/4.

Scott, do you have a chance to test this patch series against last linux-pm
tree on HP laptops? I would appreciate your Tested-by tag.

Andy Shevchenko (4):
  ACPI / LPSS: add all LPSS devices to the specific power domain
  ACPI / LPSS: allow to use specific PM domain during ->probe()
  ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA
  dmaengine: dw: enable runtime PM

 drivers/acpi/acpi_lpss.c | 94 +++++++++++++++++++++++++++++++++---------------
 drivers/dma/dw/core.c    | 11 ++++++
 2 files changed, 76 insertions(+), 29 deletions(-)

-- 
2.1.1


^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2014-11-14 23:06 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-05 16:34 [PATCH v1 0/4] ACPI / LPSS: fix system hangup on BYT Andy Shevchenko
2014-11-05 16:34 ` [PATCH v1 1/4] ACPI / LPSS: add all LPSS devices to the specific power domain Andy Shevchenko
2014-11-05 16:34 ` [PATCH v1 2/4] ACPI / LPSS: allow to use specific PM domain during ->probe() Andy Shevchenko
2014-11-05 16:34 ` [PATCH v1 3/4] ACPI / LPSS: introduce a 'proxy' device to power on LPSS for DMA Andy Shevchenko
2014-11-05 16:34 ` [PATCH v1 4/4] dmaengine: dw: enable runtime PM Andy Shevchenko
2014-11-06  7:44   ` Vinod Koul
2014-11-05 19:33 ` [PATCH v1 0/4] ACPI / LPSS: fix system hangup on BYT Scott Ashcroft
2014-11-06 18:06 ` Scott Ashcroft
2014-11-07  0:37 ` Rafael J. Wysocki
2014-11-07  8:46   ` Scott Ashcroft
2014-11-07 13:54     ` Andy Shevchenko
2014-11-07 13:46   ` Andy Shevchenko
2014-11-07 16:30     ` Rafael J. Wysocki
2014-11-07 20:46       ` Scott Ashcroft
2014-11-10 13:23       ` Andy Shevchenko
2014-11-08 10:51 ` Scott Ashcroft
2014-11-10 13:24   ` Andy Shevchenko
2014-11-14 23:27 ` Rafael J. Wysocki

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).