summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| | * | gpio: pch: Convert to dev_pm_opsAndy Shevchenko2018-12-031-40/+13Star
| | * | gpio: sodaville: Convert to use managed functions pcim_* and devm_*Andy Shevchenko2018-12-021-34/+18Star
| | * | gpio: pch: Convert to use managed functions pcim_* and devm_*Andy Shevchenko2018-12-021-52/+12Star
| | |/
| * | gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-143-13/+23
| * | gpio: lpc18xx: fix GPIO controller driver build as a moduleVladimir Zapolskiy2018-12-101-2/+0Star
| * | gpio: uniphier: convert to SPDX License IdentifierMasahiro Yamada2018-12-071-13/+4Star
| * | gpio: zynq: Report gpio direction at bootBrandon Maier2018-12-071-0/+23
| * | gpio: ks8695: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-12-071-12/+3Star
| * | gpio: lpc18xx: add GPIO pin interrupt controller supportVladimir Zapolskiy2018-12-072-4/+264
| * | gpio: lpc18xx: use resource managed interface to register GPIO controllerVladimir Zapolskiy2018-12-071-2/+1Star
| * | gpio: lpc18xx: add struct device local variableVladimir Zapolskiy2018-12-071-7/+8
| * | gpio: lpc18xx: use SPDX license identifierVladimir Zapolskiy2018-12-071-4/+1Star
| * | gpio: mt7621: pass mediatek_gpio_bank_probe() failure up the stackNicholas Mc Guire2018-12-071-2/+6
| * | gpio: mt7621: report failure of devm_kasprintf()Nicholas Mc Guire2018-12-071-0/+2
| * | gpio: rcar: reference device instead of platform deviceVladimir Zapolskiy2018-12-051-13/+11Star
| * | gpio: OF: Parse MMC-specific CD and WP propertiesLinus Walleij2018-11-291-0/+39
| * | gpio: restore original GPLv2+ license of gpiolib-of.c sourcesVladimir Zapolskiy2018-11-261-1/+1
| * | drivers/gpio/gpio-grgpio.c: Remove duplicate headerBrajeswar Ghosh2018-11-191-1/+0Star
| * | gpio: vf610: add optional clock supportA.s. Dong2018-11-161-0/+44
| * | gpio: mxc: move gpio noirq suspend/resume to syscore phaseAnson Huang2018-11-161-15/+24
| * | gpio: rcar: convert to SPDX identifiersKuninori Morimoto2018-11-151-9/+1Star
| * | gpio: drop devm_gpio_chip_match()Laurent Pinchart2018-11-151-14/+0Star
| * | gpiolib: Fix possible use after free on labelMuchun Song2018-11-051-4/+21
| * | gpio: sch311x: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-051-1/+1
| * | gpio: pl061: Move irq_chip definition inside struct pl061Manivannan Sadhasivam2018-11-051-11/+10Star
| * | gpio: drop devm_gpiochip_remove()Uwe Kleine-König2018-11-051-17/+1Star
| * | gpio: pcie-idio-24: Mask read inputs for get_multipleWilliam Breathitt Gray2018-11-051-1/+1
| * | gpio: pci-idio-16: Mask read inputs for get_multipleWilliam Breathitt Gray2018-11-051-1/+1
| * | gpio: ws16c48: Mask read inputs for get_multipleWilliam Breathitt Gray2018-11-051-1/+1
| * | gpio: gpio-mm: Mask read inputs for get_multipleWilliam Breathitt Gray2018-11-051-1/+1
| * | gpio: 104-idi-48e: Mask the read inputs for get_multipleWilliam Breathitt Gray2018-11-051-1/+1
| * | gpio: 104-dio-48e: Mask read inputs for get_multipleWilliam Breathitt Gray2018-11-051-1/+1
| * | gpio: gpio-tegra: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2Star
| * | gpio: gpio-zynq: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2Star
| * | gpio: gpio-omap: simplify getting .driver_dataWolfram Sang2018-11-051-8/+4Star
| * | gpio: gpio-mxc: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2Star
| * | gpio: gpio-lynxpoint: simplify getting .driver_dataWolfram Sang2018-11-051-2/+1Star
| * | gpio: gpio-dwapb: simplify getting .driver_dataWolfram Sang2018-11-051-4/+2Star
| * | gpio: Add global TODO file for GPIOLinus Walleij2018-11-051-0/+109
| |/
* | Merge tag 'mmc-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2018-12-291-1/+1
|\ \
| * | gpio: name PCA953x gpio chips after device nameLinus Walleij2018-12-171-1/+1
* | | Merge tag 'regmap-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds2018-12-251-32/+64
|\ \ \
| * \ \ Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2018-12-191-32/+64
| |\ \ \ | | |/ / | |/| |
| | * | regmap: regmap-irq/gpio-max77620: add level-irq supportMatti Vaittinen2018-12-191-32/+64
| | |/
* | | Merge tag 'regulator-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-253-18/+70
|\ \ \
| * | | Merge branch 'for-linus' of https://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown2018-12-114-8/+9
| |\| |
| * | | gpio: Add devm_gpiod_unhinge()Linus Walleij2018-12-111-0/+30
| * | | gpio: devres: Handle nonexclusive GPIOsLinus Walleij2018-12-111-12/+38
| * | | gpio: Enable nonexclusive gpiods from DT nodesLinus Walleij2018-12-111-0/+2
| * | | gpio: Export gpiod_get_from_of_node()Linus Walleij2018-12-111-6/+0Star
| | |/ | |/|