summaryrefslogtreecommitdiff
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: merrifield: Implement gpio_get_direction callbackAndy Shevchenko2016-12-071-0/+9
* gpio: merrifield: Add support for hardware debouncerAndy Shevchenko2016-12-071-0/+22
* gpio: chardev: Return error for seek operationsLars-Peter Clausen2016-12-071-2/+3
* gpio: arizona: Tidy up probe error pathCharles Keepax2016-12-071-5/+2
* gpio: arizona: Remove pointless set of platform drvdataCharles Keepax2016-12-071-2/+0
* gpio: vf610: use builtin_platform_driverGeliang Tang2016-11-241-5/+1
* gpio: axp209: use correct register for GPIO input statusQuentin Schulz2016-11-241-6/+2
* gpio: stmpe: fix interrupt handling bugLinus Walleij2016-11-241-1/+1
* gpio: em: depnd on ARCH_SHMOBILEPeter Robinson2016-11-241-1/+1
* gpio: zx: depend on ARCH_ZXPeter Robinson2016-11-221-0/+1
* gpio: x86: update config dependencies for x86 specific hardwarePeter Robinson2016-11-221-5/+8
* gpio: mb86s7x: use builtin_platform_driverGeliang Tang2016-11-221-5/+1
* gpio: etraxfs: use builtin_platform_driverGeliang Tang2016-11-221-6/+1
* gpio: max77620: add compatible string to device id listVenkat Reddy Talla2016-11-161-0/+1
* gpio: intel-mid: use builtin_pci_driverGeliang Tang2016-11-151-6/+1
* gpio: tag line labels used for interruptsLinus Walleij2016-11-151-2/+18
* gpio: clamp values on gpio[d]_direction_output()Linus Walleij2016-11-151-5/+8
* gpio: htc-egpio: read output value from cacheLinus Walleij2016-11-131-4/+8
* gpio: htc-egpio: add .get_direction() supportLinus Walleij2016-11-121-0/+10
* ACPI / gpio: avoid warning for gpio hogging codeArnd Bergmann2016-11-091-4/+4
* gpio: davinci: Use unique labels for each gpio chipAxel Haslam2016-11-091-1/+6
* gpio: htc-egpio: Make it explicitly non-modularPaul Gortmaker2016-11-041-30/+2
* gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Wei Yongjun2016-10-311-1/+3
* ACPI / gpio: make acpi_gpiochip_parse_own_gpio staticWei Yongjun2016-10-311-3/+3
* ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()Wei Yongjun2016-10-311-0/+1
* gpio: gpiolib-devprop: Check chip->parent pointer before dereferencingThor Thayer2016-10-251-0/+5
* gpio: altera-a10sr: Drop unnecessary gpiochip_removeWei Yongjun2016-10-251-10/+0
* Merge branch 'ib-sx150x' of /home/linus/linux-pinctrl into develLinus Walleij2016-10-243-801/+5
|\
| * pinctrl: Add SX150X GPIO Extender Pinctrl DriverNeil Armstrong2016-10-243-801/+5
* | gpio: mxs: fix duplicate level interruptsSascha Hauer2016-10-241-9/+29
* | gpio: mxs: use enable/disable regs to (un)mask irqsSascha Hauer2016-10-241-3/+4
* | ACPI / gpio: Add support for naming GPIOsMika Westerberg2016-10-241-0/+3
* | gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg2016-10-244-46/+66
* | ACPI / gpio: Add hogging supportMika Westerberg2016-10-241-0/+71
* | ACPI / gpio: Allow holes in list of GPIOs for a deviceMika Westerberg2016-10-241-11/+21
* | gpio: pca953x: Add MAX7318 compatibleMarek Vasut2016-10-241-0/+2
* | gpio: ts4900: Add hardware dependenciesJean Delvare2016-10-241-0/+1
* | gpio: altera-a10sr: Add A10 System Resource Chip GPIO support.Thor Thayer2016-10-243-0/+149
* | gpio: merrifield: set default handler to be handle_bad_irq()Andy Shevchenko2016-10-241-1/+1
* | gpio: max77620: Remove unused fields from struct max77620_gpioAxel Lin2016-10-241-8/+2
|/
* gpio: pca953x: add a comment explaining the need for a lockdep subclassBartosz Golaszewski2016-10-111-0/+16
* Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2016-10-071-7/+9
|\
| * gpio: pca953x: variable 'id' was used twiceWolfram Sang2016-09-241-7/+7
| * gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski2016-09-241-0/+2
* | Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-10-0550-516/+3086
|\ \
| * | gpio: add missing static inlineLinus Walleij2016-10-031-3/+7
| * | gpio: OF: localize some gpiochip init functionsLinus Walleij2016-10-031-0/+4
| * | gpio: acpi: separation of concernsLinus Walleij2016-10-033-58/+63
| * | gpio: OF: separation of concernsLinus Walleij2016-10-033-39/+55
| * | gpio: make memory-mapped drivers depend on HAS_IOMEMLinus Walleij2016-10-031-0/+2