]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
gpio/lynxpoint: add chipset gpio driver.
authorMathias Nyman <mathias.nyman@linux.intel.com>
Wed, 12 Dec 2012 15:42:38 +0000 (17:42 +0200)
committerGrant Likely <grant.likely@secretlab.ca>
Tue, 5 Feb 2013 13:33:29 +0000 (13:33 +0000)
commit1d09aaa6a325d55680506d585c7d5ee4744f5539
tree1612a491f2d5cd73aeb5f281fe7c247b18aa54a7
parent88b62b915b0b7e25870eb0604ed9a92ba4bfc9f7
gpio/lynxpoint: add chipset gpio driver.

Add gpio support for Intel Lynxpoint chipset.

Lynxpoint supports 94 gpio pins which can generate interrupts.
Driver will fail requests for pins that are marked as owned by ACPI, or
set in an alternate mode (non-gpio).

Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/gpio-lynxpoint.c [new file with mode: 0644]