summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | gpiolib: remove gpiochip_is_requested()Bartosz Golaszewski2023-12-081-35/+13
| * | gpio: stmpe: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-1/+5
| * | gpio: wm8994: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-5/+8
| * | gpio: wm831x: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-5/+9
| * | gpiolib: provide gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-0/+29
| |/
* | gpio: sim: fix the email address in MODULE_AUTHOR()Bartosz Golaszewski2023-12-071-1/+1
* | gpio: max730x: don't use kernel-doc marker for regular commentRandy Dunlap2023-12-071-1/+1
* | gpio: ixp4xx: Handle clock output on pin 14 and 15Linus Walleij2023-12-011-1/+50
* | gpio: sysfs: fix forward declaration of struct gpio_deviceBartosz Golaszewski2023-11-281-2/+2
* | Merge branch 'gpio/device_get_label_for_pinctrl' into gpio/for-nextBartosz Golaszewski2023-11-241-0/+14
|\ \
| * | gpiolib: provide gpio_device_get_label()Bartosz Golaszewski2023-11-241-0/+14
| |/
* | gpio: mockup: initialize a managed pointer in placeBartosz Golaszewski2023-11-201-2/+1
* | gpio: sifive: remove unneeded call to platform_set_drvdata()Andrei Coardos2023-11-151-1/+0
|/
* Merge tag 'pwm/for-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-091-1/+0
|\