aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
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
2022-07-19gpio: 104-idi-48: unsigned to unsigned int cleanupAakash Sen Sharma1-15/+15
2022-07-19gpio: GPIO_SAMA5D2_PIOBU should depend on ARCH_AT91Geert Uytterhoeven1-0/+1
2022-07-19gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data()Liang He1-1/+3
2022-07-19gpio: lp3943: unsigned to unsigned int cleanupShinyzenith1-8/+8
2022-07-19Merge tag 'intel-gpio-v5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-25/+18
2022-07-19gpiolib: of: Use device_match_of_node() helperAndy Shevchenko1-1/+1
2022-07-19gpio: adp5588: sort header inclusion alphabeticallyAndy Shevchenko1-4/+4
2022-07-19gpio: adp5588: Do not use defined value for driver name and compatibleAndy Shevchenko1-6/+4
2022-07-19gpio: adp5588: Switch from of headers to mod_devicetable.hAndy Shevchenko1-5/+3
2022-07-19gpio: rockchip: add support for rk3588Jianqun Xu1-1/+2
2022-07-19gpio: adnp: Make use of device propertiesAndy Shevchenko1-9/+5
2022-07-19gpio: adnp: use simple i2c probe functionAndy Shevchenko1-3/+2
2022-07-19gpio: pca9570: add pca9571 supportLucas Stach1-0/+2
2022-07-19gpio: xgs-iproc: Drop if with an always false conditionUwe Kleine-König1-5/+1
2022-07-19gpio: brcmstb: Make .remove() obviously always return 0Uwe Kleine-König1-7/+2
2022-07-19gpio: ucb1400: Remove platform setup and teardown supportUwe Kleine-König1-20/+0
2022-07-19gpio: twl4030: Don't return an error after WARN in .removeUwe Kleine-König1-5/+2
2022-07-19gpio: twl4030: Drop platform teardown callbackUwe Kleine-König1-11/+0
2022-07-19gpio: davinci: Add support for system suspend/resume PMDevarsh Thakkar1-0/+83
2022-07-19gpiolib: devres: Get rid of unused devm_gpio_free()Andy Shevchenko1-32/+0
2022-07-18Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds1-0/+4
2022-07-12gpio: sim: fix the chip_name configfs itemBartosz Golaszewski1-11/+5
2022-07-11gpio: thunderx: Don't directly include asm-generic/msi.hMarc Zyngier1-2/+0
2022-07-10gpio: gpiolib: Allow free() callback to be overriddenLad Prabhakar1-3/+6
2022-07-10gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier6-69/+48
2022-07-07gpiolib: cdev: fix null pointer dereference in linereq_free()Kent Gibson1-3/+4
2022-07-05gpio: vf610: fix compilation errorLeon Romanovsky1-0/+1
2022-06-24Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-19/+14
2022-06-23gpio: mxs: Fix header commentStefan Wahren1-1/+1
2022-06-23gpio: grgpio: Fix device removingUwe Kleine-König1-13/+1
2022-06-23gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter1-3/+4
2022-06-21gpio: pch: Change PCI device macrosAndy Shevchenko1-9/+10
2022-06-21gpio: pch: Use dev_err_probe()Andy Shevchenko1-16/+8
2022-06-21MIPS: Remove repetitive increase irq_err_counthuhai1-2/+0
2022-06-17gpiolib: cdev: Fix kernel doc for struct lineAndy Shevchenko1-0/+4