aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-24gpio: axp209: use correct register for GPIO input statusQuentin Schulz1-6/+2
2016-11-24gpio: stmpe: fix interrupt handling bugLinus Walleij1-1/+1
2016-11-24gpio: em: depnd on ARCH_SHMOBILEPeter Robinson1-1/+1
2016-11-22gpio: zx: depend on ARCH_ZXPeter Robinson1-0/+1
2016-11-22gpio: x86: update config dependencies for x86 specific hardwarePeter Robinson1-5/+8
2016-11-22gpio: mb86s7x: use builtin_platform_driverGeliang Tang1-5/+1
2016-11-22gpio: etraxfs: use builtin_platform_driverGeliang Tang1-6/+1
2016-11-16gpio: max77620: add compatible string to device id listVenkat Reddy Talla1-0/+1
2016-11-15gpio: intel-mid: use builtin_pci_driverGeliang Tang1-6/+1
2016-11-15gpio: tag line labels used for interruptsLinus Walleij1-2/+18
2016-11-15gpio: clamp values on gpio[d]_direction_output()Linus Walleij1-5/+8
2016-11-13gpio: htc-egpio: read output value from cacheLinus Walleij1-4/+8
2016-11-12gpio: htc-egpio: add .get_direction() supportLinus Walleij1-0/+10
2016-11-09ACPI / gpio: avoid warning for gpio hogging codeArnd Bergmann1-4/+4
2016-11-09gpio: davinci: Use unique labels for each gpio chipAxel Haslam1-1/+6
2016-11-04gpio: htc-egpio: Make it explicitly non-modularPaul Gortmaker1-30/+2
2016-10-31gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Wei Yongjun1-1/+3
2016-10-31ACPI / gpio: make acpi_gpiochip_parse_own_gpio staticWei Yongjun1-3/+3
2016-10-31ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()Wei Yongjun1-0/+1
2016-10-25gpio: gpiolib-devprop: Check chip->parent pointer before dereferencingThor Thayer1-0/+5
2016-10-25gpio: altera-a10sr: Drop unnecessary gpiochip_removeWei Yongjun1-10/+0
2016-10-24Merge branch 'ib-sx150x' of /home/linus/linux-pinctrl into develLinus Walleij3-801/+5
2016-10-24gpio: mxs: fix duplicate level interruptsSascha Hauer1-9/+29
2016-10-24gpio: mxs: use enable/disable regs to (un)mask irqsSascha Hauer1-3/+4
2016-10-24ACPI / gpio: Add support for naming GPIOsMika Westerberg1-0/+3
2016-10-24gpio: Rework of_gpiochip_set_names() to use device property accessorsMika Westerberg4-46/+66
2016-10-24ACPI / gpio: Add hogging supportMika Westerberg1-0/+71
2016-10-24ACPI / gpio: Allow holes in list of GPIOs for a deviceMika Westerberg1-11/+21
2016-10-24gpio: pca953x: Add MAX7318 compatibleMarek Vasut1-0/+2
2016-10-24gpio: ts4900: Add hardware dependenciesJean Delvare1-0/+1
2016-10-24gpio: altera-a10sr: Add A10 System Resource Chip GPIO support.Thor Thayer3-0/+149
2016-10-24gpio: merrifield: set default handler to be handle_bad_irq()Andy Shevchenko1-1/+1
2016-10-24gpio: max77620: Remove unused fields from struct max77620_gpioAxel Lin1-8/+2
2016-10-24pinctrl: Add SX150X GPIO Extender Pinctrl DriverNeil Armstrong3-801/+5
2016-10-11gpio: pca953x: add a comment explaining the need for a lockdep subclassBartosz Golaszewski1-0/+16
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-7/+9
2016-10-05Merge tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds50-516/+3086
2016-10-03gpio: add missing static inlineLinus Walleij1-3/+7
2016-10-03gpio: OF: localize some gpiochip init functionsLinus Walleij1-0/+4
2016-10-03gpio: acpi: separation of concernsLinus Walleij3-58/+63
2016-10-03gpio: OF: separation of concernsLinus Walleij3-39/+55
2016-10-03gpio: make memory-mapped drivers depend on HAS_IOMEMLinus Walleij1-0/+2
2016-09-30gpio: stmpe: use BIT() macroLinus Walleij1-12/+12
2016-09-30gpio: stmpe: forbid unused lines to be mapped as IRQsLinus Walleij1-0/+11
2016-09-28Merge branch 'ib-move-htc-egpio' into develLinus Walleij3-0/+449
2016-09-28mfd/gpio: Move HTC GPIO driver to GPIO subsystemLinus Walleij3-0/+449
2016-09-26gpio/mockup: add virtual gpio deviceBamvor Jian Zhang3-0/+227
2016-09-24gpio: pca953x: variable 'id' was used twiceWolfram Sang1-7/+7
2016-09-24gpio: pca953x: fix an incorrect lockdep warningBartosz Golaszewski1-0/+2
2016-09-23gpio: Added zynq specific check for special pins on bank zeroNava kishore Manne1-2/+13