summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gpiolib: Fix scope-based gpio_device refcountingLukas Wunner2024-01-151-1/+1
* gpio: mlxbf3: add an error code check in mlxbf3_gpio_probeSu Hui2024-01-151-0/+2
* dt-bindings: gpio: xilinx: Fix node address in gpioMichal Simek2024-01-151-1/+1
* gpio: rtd: Fix signedness bug in probeDan Carpenter2024-01-151-6/+9
* Merge tag 'gpio-updates-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-01-1237-701/+2184
|\
| * 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
| * dt-bindings: gpio: add NPCM sgpio driver bindingsJim Liu2024-01-031-0/+87
| * gpio: rtd: Add support for Realtek DHC(Digital Home Center) RTD SoCsTzuyi Chang2024-01-033-0/+618
| * dt-bindings: gpio: realtek: Add realtek,rtd-gpioTzuyi Chang2024-01-031-0/+69
| * 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-271131-7121/+12821
| |\
| * | 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
| | * | Merge patch series "Use the standard _PM_OPS() export macro in Intel Tangier ...Andy Shevchenko2023-11-133-19/+8
| | |\ \
| | | * | 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
| * | | Merge tag 'device_is_big_endian-6.8-rc1' of git://git.kernel.org/pub/scm/linu...Bartosz Golaszewski2023-12-18492-7185/+6834
| |\ \ \
| | * | | device property: Implement device_is_big_endian()Andy Shevchenko2023-12-151-0/+26
| * | | | dt-bindings: gpio: dwapb: allow gpio-rangesEmil Renner Berthing2023-12-181-0/+2
| * | | | 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: remove duplicate inclusionsWang Jinchao2023-12-181-3/+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-089-47/+96
| |\ \ \ \
| | * | | | gpiolib: remove gpiochip_is_requested()Bartosz Golaszewski2023-12-082-36/+13
| | * | | | gpiolib: use gpiochip_dup_line_label() in for_each helpersBartosz Golaszewski2023-12-081-8/+29
| | * | | | pinctrl: sppctl: use gpiochip_dup_line_label()Bartosz Golaszewski2023-12-081-5/+5