https://bugzilla.kernel.org/show_bug.cgi?id=48981





--- Comment #10 from Peter <lekenst...@gmail.com>  2012-10-19 15:46:25 ---
I believe that pm_runtime_{suspend,resume} is not possible for this driver
because it binds the device. Is that a correct observation from me? I went the
manual way by calling pm_runtime_{get,put}_sync on the bus device (assuming
that is the parent).

So, to make this bug more relevant to the Linux kernel instead of my project,
this runtime PM behavior breaks /proc/bus/pci/??/??.?. Before 3.6, this file
could be read even if there is no driver available. After this commit, this
file reads empty. Note that /sys/bus/pci/devices/0000:??:??.?/config returns
the correct values.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_sfd2d_oct
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to