]> 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>
Tue, 6 Dec 2011 17:26:03 +0000 (09:26 -0800)
commitf57aa549c1fd85cad7298486add4e49575310a35
tree9a1f8cdbd0af186a9d1e24bb902809ac42a99ad6
parentd22adec56449d0139acd2d7863284776896dfd67
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