summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: fix resource unwinding order in error pathBartosz Golaszewski2024-03-011-4/+4
* gpiolib: Fix the error path order in gpiochip_add_data_with_key()Andy Shevchenko2024-03-011-1/+1
* gpio: 74x164: Enable output pins after registers are resetArturas Moskvinas2024-03-011-2/+2
* gpiolib: Handle no pin_ranges in gpiochip_generic_config()Emil Renner Berthing2024-02-201-0/+5
* gpio: remove GPIO device from the list unconditionally in error pathBartosz Golaszewski2024-02-081-4/+4
* gpio: eic-sprd: Clear interrupt after set the interrupt typeWenhua Lin2024-01-221-4/+28
* gpiolib: acpi: Ignore touchpad wakeup on GPD G1619-04Mario Limonciello2024-01-221-0/+14
* Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-187-98/+111
|\
| * gpiolib: revert the attempt to protect the GPIO device list with an rwsemBartosz Golaszewski2024-01-174-89/+97
| * gpio: EN7523: fix kernel-doc warningsRandy Dunlap2024-01-151-3/+3
| * gpio: mlxbf3: add an error code check in mlxbf3_gpio_probeSu Hui2024-01-151-0/+2
| * gpio: rtd: Fix signedness bug in probeDan Carpenter2024-01-151-6/+9
* | Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-181-2/+2
|\ \ | |/ |/|
| * backlight: hx8357: Convert to agnostic GPIO APIAndy Shevchenko2023-12-131-2/+2
* | gpiolib: replace the GPIO device mutex with a read-write semaphoreBartosz Golaszewski2024-01-043-11/+11
* | gpiolib: remove the GPIO device from the list when it's unregisteredBartosz Golaszewski2024-01-041-3/+3
* | gpio: nuvoton: Add Nuvoton NPCM sgpio driverJim Liu2024-01-033-0/+627
* | gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCsTzuyi Chang2024-01-033-0/+618
* | gpio: pmic-eic-sprd: Configure the bit corresponding to the EIC through offsetWenhua Lin2024-01-031-9/+10
* | gpio: dwapb: Use generic request, free and set_configEmil Renner Berthing2024-01-021-4/+9
* | gpio: sysfs: drop tabs from local variable declarationsBartosz Golaszewski2023-12-271-33/+32
* | gpiolib: drop tabs from local variable declarationsBartosz Golaszewski2023-12-271-20/+18
* | gpiolib: remove extra_checksBartosz Golaszewski2023-12-271-22/+9
* | gpio: tps65219: don't use CONFIG_DEBUG_GPIOBartosz Golaszewski2023-12-271-9/+9
* | gpiolib: cdev: replace locking wrappers for gpio_device with guardsKent Gibson2023-12-271-158/+47
* | gpiolib: cdev: replace locking wrappers for config_mutex with guardsKent Gibson2023-12-271-39/+24
* | gpiolib: cdev: allocate linereq using kvzalloc()Kent Gibson2023-12-271-2/+2
* | gpiolib: cdev: include overflow.hKent Gibson2023-12-271-0/+1
* | Merge tag 'v6.7-rc7' into gpio/for-nextBartosz Golaszewski2023-12-273-14/+29
|\ \
| * | gpio: dwapb: mask/unmask IRQ when disable/enale itxiongxin2023-12-211-4/+8
| * | gpiolib: cdev: add gpio_device locking wrapper around gpio_ioctl()Kent Gibson2023-12-211-4/+12
| * | gpiolib: sysfs: Fix error handling on failed exportBoerge Struempfel2023-12-011-6/+9
| |/
* | gpiolib: cdev: reduce locking in gpio_desc_to_lineinfo()Kent Gibson2023-12-191-38/+36
* | gpiolib: cdev: improve documentation of get/set valuesKent Gibson2023-12-191-1/+23
* | gpiolib: cdev: fully adopt guard() and scoped_guard()Kent Gibson2023-12-191-86/+57
* | gpiolib: remove debounce_period_us from struct gpio_descKent Gibson2023-12-192-8/+0
* | gpiolib: cdev: relocate debounce_period_us from struct gpio_descKent Gibson2023-12-191-23/+142
* | Merge tag 'intel-gpio-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Bartosz Golaszewski2023-12-183-59/+22
|\ \
| * | gpio: tangier: simplify locking using cleanup helpersRaag Jadav2023-11-201-40/+14
| * | gpio: tangier: unexport suspend/resume handlesRaag Jadav2023-11-132-7/+2
| * | gpio: elkhartlake: reuse pm_ops from Intel Tangier driverRaag Jadav2023-11-131-13/+1
| * | gpio: tangier: use EXPORT_NS_GPL_SIMPLE_DEV_PM_OPS() helperRaag Jadav2023-11-132-0/+6
| |/
* | gpio: mmio: Clean up headersAndy Shevchenko2023-12-181-13/+11
* | gpio: mmio: Make use of device propertiesAndy Shevchenko2023-12-181-18/+7
* | gpiolib: use a mutex to protect the list of GPIO devicesBartosz Golaszewski2023-12-184-100/+90
* | gpiolib: rename static functions that are called with the lock takenBartosz Golaszewski2023-12-181-4/+4
* | gpio: xilinx: remove excess kernel docBartosz Golaszewski2023-12-181-1/+0
* | gpiolib: allocate memory atomically with a spinlock heldBartosz Golaszewski2023-12-151-1/+9
* | gpio: sim: implement the dbg_show() callbackBartosz Golaszewski2023-12-081-0/+22
* | Merge tag 'gpio-remove-gpiochip_is_requested-for-v6.8-rc1' into gpio/for-nextBartosz Golaszewski2023-12-084-25/+43
|\ \