summaryrefslogtreecommitdiff
path: root/ring.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-2/+5
2013-07-13misc: fix multiple NULL pointer sparse warningsDaniel Borkmann1-1/+1
2013-05-31ring: setup frame structure for v2/v3 in a generic wayDaniel Borkmann1-6/+5
2013-05-31ring: move duplicate/generic code parts from rx/tx into ring.cDaniel Borkmann1-0/+64
21afd55e2191248b471b29b9d0a96c267939a4d'>32d7dbbc6c7d2aaf4316e2dc7d9c5e8d49cf2ef6 parent2a1e3b932c5606e2b3671b82eb63929937eb1e0b (diff)
HID: intel-ish-hid: request_irq failure
On some platforms ISH interrupt is shared, which causes request_irq to fail. This requires IRQF_SHARED irq flag. But IRQF_NO_SUSPEND and IRQF_SHARED should not be used together, so removed IRQF_NO_SUSPEND flag. Anyway this driver doesn't require IRQF_NO_SUSPEND, as this interrupt is not required during "noirq" phases of suspending and resuming devices as well as during the time when nonboot CPUs are taken offline and brought back online. Signed-off-by: Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat