aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-09gpio: don't free unallocated ida on gpiochip_add_data_with_key() error pathVladimir Zapolskiy1-2/+3
2018-11-05gpiolib: Fix possible use after free on labelMuchun Song1-4/+21
2018-11-05gpio: sch311x: clean an indentation issue, remove extraneous spaceColin Ian King1-1/+1
2018-11-05gpio: pl061: Move irq_chip definition inside struct pl061Manivannan Sadhasivam1-11/+10
2018-11-05gpio: drop devm_gpiochip_remove()Uwe Kleine-König1-17/+1
2018-11-05gpio: pcie-idio-24: Mask read inputs for get_multipleWilliam Breathitt Gray1-1/+1
2018-11-05gpio: pci-idio-16: Mask read inputs for get_multipleWilliam Breathitt Gray1-1/+1
2018-11-05gpio: ws16c48: Mask read inputs for get_multipleWilliam Breathitt Gray1-1/+1
2018-11-05gpio: gpio-mm: Mask read inputs for get_multipleWilliam Breathitt Gray1-1/+1
2018-11-05gpio: 104-idi-48e: Mask the read inputs for get_multipleWilliam Breathitt Gray1-1/+1
2018-11-05gpio: 104-dio-48e: Mask read inputs for get_multipleWilliam Breathitt Gray1-1/+1
2018-11-05gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-05gpio: gpio-zynq: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-05gpio: gpio-omap: simplify getting .driver_dataWolfram Sang1-8/+4
2018-11-05gpio: gpio-mxc: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-05gpio: gpio-lynxpoint: simplify getting .driver_dataWolfram Sang1-2/+1
2018-11-05gpio: gpio-dwapb: simplify getting .driver_dataWolfram Sang1-4/+2
2018-11-05gpio: Add global TODO file for GPIOLinus Walleij1-0/+109
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds46-847/+1835
2018-10-23Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-405/+1
2018-10-21Merge branch 'regulator-4.20' into regulator-nextMark Brown1-2/+17
2018-10-16gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h>Masahiro Yamada1-1/+1
2018-10-16gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Stephen Boyd1-2/+1
2018-10-16gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Stephen Boyd1-6/+2
2018-10-16gpio: Drop parent irq assignment during cascade setupStephen Boyd1-10/+0
2018-10-15gpio: fix SNPS_CREG kconfig dependency warningRandy Dunlap1-1/+1
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessLinus Walleij1-2/+17
2018-10-12gpiolib: Initialize gdev field before is usedRicardo Ribalda Delgado1-2/+3
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerStephen Boyd1-1/+2
2018-10-10gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipUwe Kleine-König1-1/+1
2018-10-10gpio: syscon: Fix possible NULL ptr usageMarek Vasut1-1/+1
2018-10-10gpiolib: Show correct direction from the beginningRicardo Ribalda Delgado1-14/+13
2018-10-10gpiolib: Add init_valid_mask exported functionRicardo Ribalda Delgado1-2/+14
2018-10-10GPIO: add single-register GPIO via CREG driverEugeniy Paltsev3-0/+202
2018-10-03gpio: mockup: use device properties instead of platform_dataBartosz Golaszewski1-31/+51
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg1-1/+1
2018-10-02gpio: Slightly more helpful debugfsLinus Walleij1-4/+7
2018-10-01gpio: omap: Remove set but not used variable 'dev'YueHaibing1-2/+0
2018-10-01gpio: omap: drop omap_gpio_listGrygorii Strashko1-4/+0
2018-10-01Merge tag 'v4.19-rc6' into develLinus Walleij4-40/+72
2018-10-01Accept partial 'gpio-line-names' property.Christophe Blaess1-12/+9
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGrygorii Strashko1-20/+5
2018-10-01gpio: htc-egpio: Remove set but not used variable 'bit'YueHaibing1-2/+0
2018-10-01gpio: Restore indentation of continued linesGeert Uytterhoeven2-14/+14
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Geert Uytterhoeven1-14/+16
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Janusz Krzysztofik1-6/+3
2018-09-28gpio: new driver to work with a 8x12 sioxUwe Kleine-König3-0/+302
2018-09-25gpio: Add comments on single direction chipsLinus Walleij1-6/+27
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsRicardo Ribalda Delgado1-8/+28