summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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 'pwm/for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10 days3-0/+237
|\ \ \ \ | | |/ / | |/| |
| * | | gpio: adp5585: Add Analog Devices ADP5585 supportHaibo Chen2024-08-013-0/+237
| |/ /
* | | gpio: modepin: Enable module autoloadingLiao Chen2024-09-021-0/+1
* | | gpio: rockchip: fix OF node leak in probe()Krzysztof Kozlowski2024-09-021-0/+1
| |/ |/|
* | gpio: mlxbf3: Support shutdown() functionAsmaa Mnebhi2024-08-101-0/+14
|/
* 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-1516-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
| * | | gpio: rdc321x: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-05-301-3/+3
| * | | gpio: amd8111: Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-05-301-1/+3
| * | | gpio: syscon: do not report bogus errorEtienne Buira2024-05-291-11/+16
| * | | gpio: prevent potential speculation leaks in gpio_device_get_desc()Hagar Hemdan2024-05-271-1/+2
* | | | gpiolib: of: add polarity quirk for TSC2005Dmitry Torokhov2024-07-051-0/+8
* | | | gpio: mmio: do not calculate bgpio_bits via "ngpios"Shiji Yang2024-07-031-2/+0
* | | | gpiolib: of: fix lookup quirk for MIPS LantiqDmitry Torokhov2024-07-021-2/+12
| |/ / |/| |
* | | gpiolib: cdev: Ignore reconfiguration without directionKent Gibson2024-06-271-5/+7
* | | gpiolib: cdev: Disallow reconfiguration without direction (uAPI v1)Kent Gibson2024-06-271-6/+10
* | | gpio: graniterapids: Add missing raw_spinlock_init()Aapo Vienamo2024-06-261-0/+2
* | | gpio: davinci: Validate the obtained number of IRQsAleksandr Mishin2024-06-241-0/+5
* | | gpio: pca953x: fix pca953x_irq_bus_sync_unlock raceIan Ray2024-06-211-0/+2
| |/ |/|
* | gpio: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-074-0/+4