aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-01-19gpio: provide lockdep keys for nested/unnested irqchipsGravatar Linus Walleij 1-9/+9
2016-12-30gpio: Move freeing of GPIO hogs before numbing of the deviceGravatar Geert Uytterhoeven 1-1/+1
2016-12-30gpio: mxs: remove __init annotationGravatar Arnd Bergmann 1-1/+1
2016-12-19Merge tag 'mfd-for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+2
2016-12-13Merge tag 'gpio-v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 31-1152/+670
2016-12-07Merge branch 'thread-irq-simpler' into develGravatar Linus Walleij 11-72/+117
2016-12-07Merge branch 'pl061' into develGravatar Linus Walleij 1-114/+94
2016-12-07gpio: merrifield: Implement gpio_get_direction callbackGravatar Andy Shevchenko 1-0/+9
2016-12-07gpio: merrifield: Add support for hardware debouncerGravatar Andy Shevchenko 1-0/+22
2016-12-07gpio: chardev: Return error for seek operationsGravatar Lars-Peter Clausen 1-2/+3
2016-12-07gpio: arizona: Tidy up probe error pathGravatar Charles Keepax 1-5/+2
2016-12-07gpio: arizona: Remove pointless set of platform drvdataGravatar Charles Keepax 1-2/+0
2016-12-07gpio: pl061: delete platform data handlingGravatar Linus Walleij 1-38/+3
2016-12-07gpio: pl061: move platform data into driverGravatar Linus Walleij 1-1/+13
2016-12-07gpio: pl061: rename variable from chip to pl061Gravatar Linus Walleij 1-93/+93
2016-12-07gpio: pl061: rename state container structGravatar Linus Walleij 1-15/+15
2016-12-07gpio: pl061: use local state for parent IRQ storageGravatar Linus Walleij 1-1/+4
2016-11-25gpio: set explicit nesting on driversGravatar Linus Walleij 3-0/+6
2016-11-25gpio: simplify adding threaded interruptsGravatar Linus Walleij 11-72/+111
2016-11-24gpio: vf610: use builtin_platform_driverGravatar Geliang Tang 1-5/+1
2016-11-24gpio: axp209: use correct register for GPIO input statusGravatar Quentin Schulz 1-6/+2
2016-11-24gpio: stmpe: fix interrupt handling bugGravatar Linus Walleij 1-1/+1
2016-11-24gpio: em: depnd on ARCH_SHMOBILEGravatar Peter Robinson 1-1/+1
2016-11-22gpio: zx: depend on ARCH_ZXGravatar Peter Robinson 1-0/+1
2016-11-22gpio: x86: update config dependencies for x86 specific hardwareGravatar Peter Robinson 1-5/+8
2016-11-22gpio: mb86s7x: use builtin_platform_driverGravatar Geliang Tang 1-5/+1
2016-11-22gpio: etraxfs: use builtin_platform_driverGravatar Geliang Tang 1-6/+1
2016-11-16gpio: max77620: add compatible string to device id listGravatar Venkat Reddy Talla 1-0/+1
2016-11-16gpio: Remove GPIO_DEVRES optionGravatar Keno Fischer 2-5/+1
2016-11-15gpio: intel-mid: use builtin_pci_driverGravatar Geliang Tang 1-6/+1
2016-11-15gpio: tc3589x: fix up .get_direction()Gravatar Linus Walleij 1-1/+1
2016-11-15gpio: tag line labels used for interruptsGravatar Linus Walleij 1-2/+18
2016-11-15gpio: clamp values on gpio[d]_direction_output()Gravatar Linus Walleij 1-5/+8
2016-11-15gpio: do not double-check direction on sleeping chipsGravatar Linus Walleij 1-2/+5
2016-11-13gpio: htc-egpio: read output value from cacheGravatar Linus Walleij 1-4/+8
2016-11-12gpio: htc-egpio: add .get_direction() supportGravatar Linus Walleij 1-0/+10
2016-11-09ACPI / gpio: avoid warning for gpio hogging codeGravatar Arnd Bergmann 1-4/+4
2016-11-09gpio: davinci: Use unique labels for each gpio chipGravatar Axel Haslam 1-1/+6
2016-11-08gpio: pca953x: Move memcpy into mutex lock for set multipleGravatar Phil Reid 1-2/+1
2016-11-08gpio: pca953x: Fix corruption of other gpios in set_multiple.Gravatar Phil Reid 1-0/+1
2016-11-04gpio: htc-egpio: Make it explicitly non-modularGravatar Paul Gortmaker 1-30/+2
2016-11-01gpio/mvebu: Use irq_domain_add_linearGravatar Jason Gunthorpe 1-49/+43
2016-10-31gpio: of: fix GPIO drivers with multiple gpio_chip for a single nodeGravatar Masahiro Yamada 1-5/+9
2016-10-31gpio: GPIO_GET_LINE{HANDLE,EVENT}_IOCTL: Fix file descriptor leakGravatar Lars-Peter Clausen 1-12/+45
2016-10-31gpio: of: add missing of_node_put() in of_gpiochip_scan_gpios()Gravatar Wei Yongjun 1-1/+3
2016-10-31ACPI / gpio: make acpi_gpiochip_parse_own_gpio staticGravatar Wei Yongjun 1-3/+3
2016-10-31ACPI / gpio: add missing fwnode_handle_put() in acpi_gpiochip_scan_gpios()Gravatar Wei Yongjun 1-0/+1
2016-10-26mfd: tps65218: Remove redundant read wrapperGravatar Keerthy 1-1/+2
2016-10-25gpio: gpiolib-devprop: Check chip->parent pointer before dereferencingGravatar Thor Thayer 1-0/+5
2016-10-25gpio: altera-a10sr: Drop unnecessary gpiochip_removeGravatar Wei Yongjun 1-10/+0