]> git.karo-electronics.de Git - karo-tx-linux.git/commit
PCI: pciehp: Handle push button event asynchronously
authorKenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Mon, 7 Nov 2011 11:56:50 +0000 (20:56 +0900)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Mon, 5 Dec 2011 18:21:47 +0000 (10:21 -0800)
commit486b10b9f43500741cd63a878d0ef23cd87fc66d
tree34128b942b9a5e2943e6f9082e687a3465cd4d47
parent027e8d52abdd44bc00e405af83cd2fbfb96c0824
PCI: pciehp: Handle push button event asynchronously

Use non-ordered workqueue for attention button events.

Attention button events on each slot can be handled asynchronously. So
we should use non-ordered workqueue. This patch also removes ordered
workqueue in pciehp as a result.

Signed-off-by: Kenji Kaneshige <kaneshige.kenji@jp.fujitsu.com>
Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/pci/hotplug/pciehp.h
drivers/pci/hotplug/pciehp_core.c
drivers/pci/hotplug/pciehp_ctrl.c
drivers/pci/hotplug/pciehp_hpc.c