]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ACPI / LPSS: allow to use specific PM domain during ->probe()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 4 Dec 2015 21:49:19 +0000 (23:49 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Wed, 9 Dec 2015 00:25:01 +0000 (01:25 +0100)
commitde16d55206c5ce82ad44590b01718fbe2323853c
tree68204b9792ef1ede877a9a38ca000cc2587783aa
parentb5f88dd1d6efc472e35ca1b21a44e662c5422088
ACPI / LPSS: allow to use specific PM domain during ->probe()

This is an amendment to previously pushed commit 01ac170ba29a (ACPI / LPSS:
allow to use specific PM domain during ->probe()). We can't assign anything to
the platform device on ADD_DEVICE stage since it might be changed during
unbound / bind cycle.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpi_lpss.c