summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: legacy: Kill GPIOF_DIR_* definitionsAndy Shevchenko2024-09-021-1/+1
* gpiolib: legacy: Kill GPIOF_INIT_* definitionsAndy Shevchenko2024-09-021-2/+1
* gpio: stmpe: Simplify with dev_err_probe()Shen Lichuan2024-09-021-4/+3
* gpio: ath79: remove support for platform dataBartosz Golaszewski2024-09-021-16/+6
* gpio: ath79: use generic device property gettersBartosz Golaszewski2024-09-021-4/+4
* gpio: ath79: add missing headerBartosz Golaszewski2024-09-021-0/+1
* gpio: ath79: order headers alphabeticallyBartosz Golaszewski2024-09-021-4/+4
* gpio: pca953x: Print the error code on read/write failuresFabio Estevam2024-08-211-2/+2
* gpio: virtuser: Use GPIO_LOOKUP_IDX() macroAndy Shevchenko2024-08-211-9/+4
* gpiolib: Replace gpio_suffix_count with NULL-terminated arrayAndy Shevchenko2024-08-202-8/+6
* gpiolib: swnode: Make use of for_each_gpio_property_name()Andy Shevchenko2024-08-201-24/+14
* gpiolib: swnode: Introduce swnode_gpio_get_reference() helperAndy Shevchenko2024-08-201-7/+13
* gpiolib: swnode: Unify return code variable nameAndy Shevchenko2024-08-201-4/+4
* gpiolib: Introduce for_each_gpio_property_name() helperAndy Shevchenko2024-08-203-40/+19
* Merge tag 'ib-mfd-gpio-pwm-v6.12' of ssh://gitolite.kernel.org/pub/scm/linux/...Bartosz Golaszewski2024-08-193-0/+237
|\
| * gpio: adp5585: Add Analog Devices ADP5585 supportHaibo Chen2024-08-013-0/+237
* | gpio: of: simplify with scoped for each OF child loopKrzysztof Kozlowski2024-08-191-8/+3
* | gpio: vf610: add get_direction() supportHaibo Chen2024-08-051-0/+19
* | gpio: gpio-vf610: use u32 mask to handle 32 number gpiosHaibo Chen2024-08-051-6/+6
* | gpio: Use of_property_present()Rob Herring (Arm)2024-08-011-4/+4
* | gpio: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-07-292-2/+2
|/
* Merge tag 'gpio-fixes-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-07-271-1/+1
|\
| * gpio: virtuser: avoid non-constant format stringArnd Bergmann2024-07-191-1/+1
* | Merge tag 'devicetree-fixes-for-6.11-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-07-271-4/+1
|\ \
| * | of: remove internal arguments from of_property_for_each_u32()Luca Ceresoli2024-07-251-4/+1
* | | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-251-1/+1
|\ \ \ | |/ / |/| |
| * | driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman2024-07-031-1/+1
* | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-07-191-5/+5
|\ \ \ | |_|/ |/| |
| * | virtio: rename virtio_find_vqs_info() to virtio_find_vqs()Jiri Pirko2024-07-171-2/+2
| * | virtio: convert the rest virtio_find_vqs() users to virtio_find_vqs_info()Jiri Pirko2024-07-171-5/+5
* | | Merge tag 'gpio-updates-for-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-1616-104/+2312
|\ \ \
| * | | gpio: mc33880: Convert comma to semicolonChen Ni2024-07-101-1/+1
| * | | gpio: virtuser: actually use the "trimmed" local variableBartosz Golaszewski2024-07-101-3/+3
| * | | gpio: virtuser: new virtual testing driver for the GPIO APIBartosz Golaszewski2024-07-093-0/+1820
| * | | gpio: sim: lock GPIOs as interrupts when they are requestedBartosz Golaszewski2024-07-041-1/+24
| * | | gpiolib: unexport gpiochip_get_desc()Bartosz Golaszewski2024-07-022-1/+1
| * | | gpio: add sloppy logic analyzer using pollingWolfram Sang2024-07-013-0/+364
| * | | gpio: ath79: convert to dynamic GPIO base allocationShiji Yang2024-06-261-2/+0
| * | | gpiolib: put gpio_suffixes in a single compilation unitBartosz Golaszewski2024-06-144-5/+10
| * | | gpio: sim: use devm_mutex_init()Bartosz Golaszewski2024-06-111-10/+1
| * | | gpio: sim: drop kernel.h includeBartosz Golaszewski2024-06-111-1/+1
| * | | gpio: sim: use device_match_name() instead of strcmp(dev_name(...Bartosz Golaszewski2024-06-111-12/+12
| * | | gpiolib: Show more info for interrupt only lines in debugfsAndy Shevchenko2024-06-041-2/+2
| * | | gpiolib: Return label, if set, for IRQ only lineAndy Shevchenko2024-06-041-6/+6
| * | | gpiolib: make gpiochip_set_desc_names() return voidBartosz Golaszewski2024-06-031-8/+4
| * | | gpio: pca953x: Add support for TI TCA9535 variantFabio Estevam2024-06-031-0/+1
| * | | gpio: brcmstb: Allow building driver for ARCH_BCM2835Peter Robinson2024-06-031-1/+1
| * | | gpiolib: cdev: Cleanup kfifo_out() error handlingKent Gibson2024-05-301-26/+27
| * | | gpiolib: cdev: Refactor allocation of linereq events kfifoKent Gibson2024-05-301-13/+13
| * | | gpiolib: cdev: Add INIT_KFIFO() for linereq eventsKent Gibson2024-05-301-0/+1