summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorMika Westerberg <mika.westerberg@linux.intel.com>2015-02-23 15:52:45 +0200
committerJiri Kosina <jkosina@suse.cz>2015-02-24 20:53:30 +0100
commita485923efbb83056b7fb79e4fd2fee05c990ad5e (patch)
tree33ad6cb9a02e639f75cc999c53a649c5e5b1cd2f /tools/perf/scripts/python
parentc4bbb39806cf4098d7a01a779b40171047004046 (diff)
downloadkernel-a485923efbb83056b7fb79e4fd2fee05c990ad5e.tar.gz
HID: i2c-hid: Add support for ACPI GPIO interrupts
The HID over I2C specification allows to have the interrupt for a HID device to be GPIO instead of directly connected to the IO-APIC. Add support for this so that when the driver does not find proper interrupt number from the I2C client structure we check if it has ACPI GpioInt() resource listed in _CRS. If it is found we convert it to an interrupt number and use it instead. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
m.c?h=linux-6.12.y&id=e562aebc6ccd4385cbbf24debe88ab4bb500c5b4'>ipc: make shm_get_stat() more robustTony Battersby 2009-03-24Merge branch 'master' into nextJames Morris 2009-02-10Do not account for the address space used by hugetlbfs using VM_ACCOUNTMel Gorman 2009-02-06Merge branch 'master' into nextJames Morris 2009-02-06Integrity: IMA file free imbalanceMimi Zohar 2009-02-05shm: fix shmctl(SHM_INFO) lockup with !CONFIG_SHMEMTony Battersby 2009-01-31Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds 2009-01-14[CVE-2009-0029] System call wrappers part 25Heiko Carstens 2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells 2009-01-06ipc: clean up ipc/shm.cWANG Cong 2009-01-04sanitize audit_ipc_obj()Al Viro 2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells 2008-11-14CRED: Separate task security context from task_structDavid Howells 2008-11-14CRED: Wrap task credential accesses in the SYSV IPC subsystemDavid Howells 2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro 2008-10-20SHM_LOCKED pages are unevictableLee Schermerhorn 2008-07-25ipc: get rid of ipc_lock_down()Nadia Derbey 2008-07-24hugetlb: modular state for hugetlb page sizeAndi Kleen 2008-06-12/proc/sysvipc/shm: fix 32-bit truncation of segment sizesPaul Menage 2008-06-10shm: Remove silly double assignmentNeil Horman