aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2022-08-04Merge tag 'gpio-updates-for-v6.0-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 28-1322/+977
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 10-73/+11
2022-08-01Merge tag 'irq-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-74/+54
2022-07-28gpio: 74xx-mmio: Use bits instead of plain numbers for flagsGravatar Andy Shevchenko 1-2/+2
2022-07-26gpio: xilinx: add missing blank line after declarationsGravatar Shubhrajyoti Datta 1-0/+2
2022-07-22Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-9/+15
2022-07-22gpio: gpio-xilinx: Fix integer overflowGravatar Srinivas Neeli 1-1/+1
2022-07-20gpio: gpio-mm: Implement and utilize register structuresGravatar William Breathitt Gray 2-163/+40
2022-07-20gpio: 104-idi-48: Implement and utilize register structuresGravatar William Breathitt Gray 2-83/+61
2022-07-20gpio: 104-dio-48e: Implement and utilize register structuresGravatar William Breathitt Gray 2-175/+75
2022-07-20gpio: i8255: Introduce the Intel 8255 interface library moduleGravatar William Breathitt Gray 4-0/+346
2022-07-20gpio: 104-idio-16: Implement and utilize register structuresGravatar William Breathitt Gray 1-18/+42
2022-07-20gpio: ws16c48: Implement and utilize register structuresGravatar William Breathitt Gray 1-36/+84
2022-07-19gpio: remove VR41XX related gpio driverGravatar Thomas Bogendoerfer 3-548/+0
2022-07-19gpio: pca953x: use the correct register address when regcache sync during initGravatar Haibo Chen 1-4/+7
2022-07-19gpio: pca953x: use the correct range when do regmap syncGravatar Haibo Chen 1-6/+6
2022-07-19gpio: pca953x: only use single read/write for No AI modeGravatar Haibo Chen 1-0/+3
2022-07-19gpiolib: acpi: support bias pull disableGravatar Nuno Sá 1-0/+3
2022-07-19gpiolib: of: support bias pull disableGravatar Nuno Sá 1-0/+7
2022-07-19gpiolib: add support for bias pull disableGravatar Nuno Sá 1-2/+6
2022-07-19gpio: 74xx-mmio: use bits.h macros for all masksGravatar Andy Shevchenko 1-1/+2
2022-07-19gpio: 74xx-mmio: Check MMIO_74XX_DIR_IN flag in mmio_74xx_dir_in()Gravatar Andy Shevchenko 1-1/+4
2022-07-19gpio: 74xx-mmio: Make use of device propertiesGravatar Andy Shevchenko 1-3/+4
2022-07-19gpiolib: cdev: compile out HTE unless CONFIG_HTE selectedGravatar Kent Gibson 1-35/+63
2022-07-19gpiolib: cdev: consolidate edge detector configuration flagsGravatar Kent Gibson 1-66/+60
2022-07-19gpiolib: cdev: simplify line event identificationGravatar Kent Gibson 1-29/+15
2022-07-19gpiolib: cdev: replace if-else chains with switchesGravatar Kent Gibson 1-13/+18
2022-07-19gpiolib: cdev: simplify parameter in call to hte_edge_setupGravatar Kent Gibson 1-3/+1
2022-07-19gpiolib: cdev: simplify linereq_freeGravatar Kent Gibson 1-4/+4
2022-07-19gpio: 104-idi-48: unsigned to unsigned int cleanupGravatar Aakash Sen Sharma 1-15/+15
2022-07-19gpio: GPIO_SAMA5D2_PIOBU should depend on ARCH_AT91Gravatar Geert Uytterhoeven 1-0/+1
2022-07-19gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()Gravatar Liang He 1-1/+3
2022-07-19gpio: lp3943: unsigned to unsigned int cleanupGravatar Shinyzenith 1-8/+8
2022-07-19Merge tag 'intel-gpio-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Bartosz Golaszewski 1-25/+18
2022-07-19gpiolib: of: Use device_match_of_node() helperGravatar Andy Shevchenko 1-1/+1
2022-07-19gpio: adp5588: sort header inclusion alphabeticallyGravatar Andy Shevchenko 1-4/+4
2022-07-19gpio: adp5588: Do not use defined value for driver name and compatibleGravatar Andy Shevchenko 1-6/+4
2022-07-19gpio: adp5588: Switch from of headers to mod_devicetable.hGravatar Andy Shevchenko 1-5/+3
2022-07-19gpio: rockchip: add support for rk3588Gravatar Jianqun Xu 1-1/+2
2022-07-19gpio: adnp: Make use of device propertiesGravatar Andy Shevchenko 1-9/+5
2022-07-19gpio: adnp: use simple i2c probe functionGravatar Andy Shevchenko 1-3/+2
2022-07-19gpio: pca9570: add pca9571 supportGravatar Lucas Stach 1-0/+2
2022-07-19gpio: xgs-iproc: Drop if with an always false conditionGravatar Uwe Kleine-König 1-5/+1
2022-07-19gpio: brcmstb: Make .remove() obviously always return 0Gravatar Uwe Kleine-König 1-7/+2
2022-07-19gpio: ucb1400: Remove platform setup and teardown supportGravatar Uwe Kleine-König 1-20/+0
2022-07-19gpio: twl4030: Don't return an error after WARN in .removeGravatar Uwe Kleine-König 1-5/+2
2022-07-19gpio: twl4030: Drop platform teardown callbackGravatar Uwe Kleine-König 1-11/+0
2022-07-19gpio: davinci: Add support for system suspend/resume PMGravatar Devarsh Thakkar 1-0/+83
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Gravatar Andy Shevchenko 1-32/+0
2022-07-18Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Gravatar Linus Torvalds 1-0/+4