summaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)Author
2024-05-02gpio: tegra186: Fix tegra186_gpio_is_accessible() checkPrathamesh Shete
2024-05-02gpio: tangier: Use correct type for the IRQ chip dataAndy Shevchenko
2024-04-10gpio: cdev: fix missed label sanitizing in debounce_setup()Kent Gibson
2024-04-10gpio: cdev: check for NULL labels when sanitizing them for irqsBartosz Golaszewski
2024-04-10gpio: cdev: sanitize the label before requesting the interruptBartosz Golaszewski
2024-04-10gpiolib: Fix debug messaging in gpiod_find_and_request()Andy Shevchenko
2024-03-26gpiolib: Pass consumer device through to core in devm_fwnode_gpiod_get_index()Stephen Boyd
2024-03-26gpio: vf610: allow disabling the vf610 driverMartin Kaiser
2024-03-01gpio: fix resource unwinding order in error pathBartosz Golaszewski
2024-03-01gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko
2024-03-01gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas
2024-02-20gpiolib: Handle no pin_ranges in gpiochip_generic_config()Emil Renner Berthing
2024-02-08gpio: remove GPIO device from the list unconditionally in error pathBartosz Golaszewski
2024-01-22gpio: eic-sprd: Clear interrupt after set the interrupt typeWenhua Lin
2024-01-22gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04Mario Limonciello
2024-01-18Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2024-01-18Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-17gpiolib: revert the attempt to protect the GPIO device list with an rwsemBartosz Golaszewski
2024-01-15gpio: EN7523: fix kernel-doc warningsRandy Dunlap
2024-01-15gpio: mlxbf3: add an error code check in mlxbf3_gpio_probeSu Hui
2024-01-15gpio: rtd: Fix signedness bug in probeDan Carpenter
2024-01-04gpiolib: replace the GPIO device mutex with a read-write semaphoreBartosz Golaszewski
2024-01-04gpiolib: remove the GPIO device from the list when it's unregisteredBartosz Golaszewski
2024-01-03gpio: nuvoton: Add Nuvoton NPCM sgpio driverJim Liu
2024-01-03gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCsTzuyi Chang
2024-01-03gpio: pmic-eic-sprd: Configure the bit corresponding to the EIC through offsetWenhua Lin
2024-01-02gpio: dwapb: Use generic request, free and set_configEmil Renner Berthing
2023-12-27gpio: sysfs: drop tabs from local variable declarationsBartosz Golaszewski
2023-12-27gpiolib: drop tabs from local variable declarationsBartosz Golaszewski
2023-12-27gpiolib: remove extra_checksBartosz Golaszewski
2023-12-27gpio: tps65219: don't use CONFIG_DEBUG_GPIOBartosz Golaszewski
2023-12-27gpiolib: cdev: replace locking wrappers for gpio_device with guardsKent Gibson
2023-12-27gpiolib: cdev: replace locking wrappers for config_mutex with guardsKent Gibson
2023-12-27gpiolib: cdev: allocate linereq using kvzalloc()Kent Gibson
2023-12-27gpiolib: cdev: include overflow.hKent Gibson
2023-12-27Merge tag 'v6.7-rc7' into gpio/for-nextBartosz Golaszewski
2023-12-21gpio: dwapb: mask/unmask IRQ when disable/enale itxiongxin
2023-12-21gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()Kent Gibson
2023-12-19gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()Kent Gibson
2023-12-19gpiolib: cdev: improve documentation of get/set valuesKent Gibson
2023-12-19gpiolib: cdev: fully adopt guard() and scoped_guard()Kent Gibson
2023-12-19gpiolib: remove debounce_period_us from struct gpio_descKent Gibson
2023-12-19gpiolib: cdev: relocate debounce_period_us from struct gpio_descKent Gibson
2023-12-18Merge tag 'intel-gpio-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski
2023-12-18gpio: mmio: Clean up headersAndy Shevchenko
2023-12-18gpio: mmio: Make use of device propertiesAndy Shevchenko
2023-12-18gpiolib: use a mutex to protect the list of GPIO devicesBartosz Golaszewski
2023-12-18gpiolib: rename static functions that are called with the lock takenBartosz Golaszewski
2023-12-18gpio: xilinx: remove excess kernel docBartosz Golaszewski
2023-12-15gpiolib: allocate memory atomically with a spinlock heldBartosz Golaszewski