aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-15gpiolib: of: make Freescale SPI quirk similar to all othersDmitry Torokhov1-8/+4
2022-09-15gpiolib: of: do not ignore requested index when applying quirksDmitry Torokhov1-13/+19
2022-09-15gpio: ws16c48: Ensure number of irq matches number of baseWilliam Breathitt Gray1-2/+3
2022-09-15gpio: 104-idio-16: Ensure number of irq matches number of baseWilliam Breathitt Gray1-2/+3
2022-09-15gpio: 104-idi-48: Ensure number of irq matches number of baseWilliam Breathitt Gray1-2/+3
2022-09-15gpio: 104-dio-48e: Ensure number of irq matches number of baseWilliam Breathitt Gray1-2/+3
2022-09-15gpio: pca953x: Add support for PCAL6534Martyn Welch1-19/+117
2022-09-15gpio: pca953x: Swap if statements to save later complexityMartyn Welch1-16/+15
2022-09-15gpio: pca953x: Fix pca953x_gpio_set_pull_up_down()Martyn Welch1-3/+5
2022-09-14gpio: mt7621: Switch to use platform_get_irq() functionSergio Paracuellos1-3/+4
2022-09-14gpio: pca953x: introduce support for nxp,pcal6408Nate Drude1-0/+2
2022-09-04gpio: exar: access MPIO registers on cascaded chipsQingtao Cao1-5/+35
2022-09-04gpiolib: make fwnode_get_named_gpiod() staticDmitry Torokhov1-66/+66
2022-09-01Merge tag 'platform-drivers-x86-simatec-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 into gpio/for-nextBartosz Golaszewski2-111/+167
2022-09-01gpio-f7188x: use unique labels for banks/chipsHenning Schild1-69/+69
2022-09-01gpio-f7188x: Add GPIO support for Nuvoton NCT6116Henning Schild2-26/+81
2022-09-01gpio-f7188x: add a prefix to macros to keep gpio namespace cleanHenning Schild1-18/+18
2022-09-01gpio-f7188x: switch over to using pr_fmtHenning Schild1-8/+9
2022-08-31gpio: imx-scu: add imx-scu GPIO driverShenwei Wang3-0/+144
2022-08-31gpio/rockchip: Convert to generic_handle_domain_irq()Jeffy Chen1-16/+5
2022-08-31gpio: ucb1400: Use proper headerLinus Walleij1-0/+1
2022-08-04Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds28-1322/+977
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds10-73/+11
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-74/+54
2022-07-28gpio: 74xx-mmio: Use bits instead of plain numbers for flagsAndy Shevchenko1-2/+2
2022-07-26gpio: xilinx: add missing blank line after declarationsShubhrajyoti Datta1-0/+2
2022-07-22Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds2-9/+15
2022-07-22gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli1-1/+1
2022-07-20gpio: gpio-mm: Implement and utilize register structuresWilliam Breathitt Gray2-163/+40
2022-07-20gpio: 104-idi-48: Implement and utilize register structuresWilliam Breathitt Gray2-83/+61
2022-07-20gpio: 104-dio-48e: Implement and utilize register structuresWilliam Breathitt Gray2-175/+75
2022-07-20gpio: i8255: Introduce the Intel 8255 interface library moduleWilliam Breathitt Gray4-0/+346
2022-07-20gpio: 104-idio-16: Implement and utilize register structuresWilliam Breathitt Gray1-18/+42
2022-07-20gpio: ws16c48: Implement and utilize register structuresWilliam Breathitt Gray1-36/+84
2022-07-19gpio: remove VR41XX related gpio driverThomas Bogendoerfer3-548/+0
2022-07-19gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen1-4/+7
2022-07-19gpio: pca953x: use the correct range when do regmap syncHaibo Chen1-6/+6
2022-07-19gpio: pca953x: only use single read/write for No AI modeHaibo Chen1-0/+3
2022-07-19gpiolib: acpi: support bias pull disableNuno Sá1-0/+3
2022-07-19gpiolib: of: support bias pull disableNuno Sá1-0/+7
2022-07-19gpiolib: add support for bias pull disableNuno Sá1-2/+6
2022-07-19gpio: 74xx-mmio: use bits.h macros for all masksAndy Shevchenko1-1/+2
2022-07-19gpio: 74xx-mmio: Check MMIO_74XX_DIR_IN flag in mmio_74xx_dir_in()Andy Shevchenko1-1/+4
2022-07-19gpio: 74xx-mmio: Make use of device propertiesAndy Shevchenko1-3/+4
2022-07-19gpiolib: cdev: compile out HTE unless CONFIG_HTE selectedKent Gibson1-35/+63
2022-07-19gpiolib: cdev: consolidate edge detector configuration flagsKent Gibson1-66/+60
2022-07-19gpiolib: cdev: simplify line event identificationKent Gibson1-29/+15
2022-07-19gpiolib: cdev: replace if-else chains with switchesKent Gibson1-13/+18
2022-07-19gpiolib: cdev: simplify parameter in call to hte_edge_setupKent Gibson1-3/+1
2022-07-19gpiolib: cdev: simplify linereq_freeKent Gibson1-4/+4