summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpiolib: of: Add quirk for mt2701-cs42448 ASoC soundLinus Walleij2023-11-281-0/+4
* gpiolib: acpi: Add a ignore interrupt quirk for Peaq C1010Hans de Goede2023-11-281-0/+20
* gpio: sim: initialize a managed pointer when declaring itBartosz Golaszewski2023-11-201-2/+2
* gpiolib: acpi: Add missing memset(0) to acpi_get_gpiod_from_data()Andy Shevchenko2023-10-201-0/+1
* gpio: vf610: set value before the direction to avoid a glitchHaibo Chen2023-10-181-2/+2
* gpio: vf610: mask the gpio irq in system suspend and support wakeupHaibo Chen2023-10-181-1/+2
* gpio: aspeed: fix the GPIO number passed to pinctrl_gpio_set_config()Bartosz Golaszewski2023-10-051-1/+1
* gpio: pxa: disable pinctrl calls for MMP_GPIODuje Mihanović2023-10-021-0/+1
* gpio: pmic-eic-sprd: Add can_sleep flag for PMIC EIC chipWenhua Lin2023-09-271-0/+1
* gpio: timberdale: Fix potential deadlock on &tgpio->lockChengfeng Ye2023-09-271-2/+3
* gpio: sim: fix an invalid __free() usageBartosz Golaszewski2023-09-221-37/+23
* gpio: tb10x: Fix an error handling path in tb10x_gpio_probe()Christophe JAILLET2023-09-201-1/+5
* gpio: zynq: restore zynq_gpio_irq_reqres/zynq_gpio_irq_relres callbacksDaniel Mack2023-09-061-2/+24
* Merge tag 'gpio-updates-for-v6.6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-08-2980-2015/+1505
|\
| * gpio: pca953x: add support for TCA9538Liam Beguin2023-08-251-0/+2
| * gpio: pca953x: Use i2c_get_match_data()Biju Das2023-08-251-15/+3
| * gpio: mlxbf3: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-08-241-1/+1
| * gpio: pcf857x: Extend match data support for OF tablesBiju Das2023-08-221-15/+14
| * gpio: vf610: switch to dynamic allocat GPIO baseHaibo Chen2023-08-221-2/+1
| * gpiolib: provide and use gpiod_line_state_notify()Bartosz Golaszewski2023-08-223-16/+14
| * gpio: cdev: wake up lineevent poll() on device unbindBartosz Golaszewski2023-08-211-0/+22
| * gpio: cdev: wake up linereq poll() on device unbindBartosz Golaszewski2023-08-211-0/+23
| * gpio: cdev: wake up chardev poll() on device unbindBartosz Golaszewski2023-08-211-2/+27
| * gpiolib: add a second blocking notifier to struct gpio_deviceBartosz Golaszewski2023-08-213-0/+5
| * gpio: cdev: open-code to_gpio_chardev_data()Bartosz Golaszewski2023-08-211-7/+2
| * gpiolib: rename the gpio_device notifierBartosz Golaszewski2023-08-213-14/+14
| * gpio: mlxbf3: Support add_pin_ranges()Asmaa Mnebhi2023-08-211-0/+24
| * gpio: mxc: Use helper function devm_clk_get_optional_enabled()Li Zetao2023-08-211-8/+1
| * gpio: pca9570: fix kerneldocBartosz Golaszewski2023-08-211-1/+1
| * gpio: sim: simplify code with cleanup helpersBartosz Golaszewski2023-08-181-169/+85
| * gpio: sim: replace memmove() + strstrip() with skip_spaces() + strim()Bartosz Golaszewski2023-08-151-7/+4
| * gpio: sim: simplify gpio_sim_device_config_live_store()Bartosz Golaszewski2023-08-121-2/+1
| * gpio: mxc: release the parent IRQ in runtime suspendShenwei Wang2023-08-111-12/+29
| * gpio: mxs: fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-111-1/+1
| * gpio: imx-scu: Use ARRAY_SIZE for array lengthRajeshwar R Shinde2023-08-111-1/+2
| * gpio: ws16c48: Migrate to the regmap APIWilliam Breathitt Gray2023-08-112-367/+188
| * gpio: pcie-idio-24: Migrate to the regmap APIWilliam Breathitt Gray2023-08-112-430/+250
| * gpio: idio-16: Remove unused legacy interfaceWilliam Breathitt Gray2023-08-112-195/+1
| * gpio: pci-idio-16: Migrate to the regmap APIWilliam Breathitt Gray2023-08-112-234/+62
| * gpio: 104-idio-16: Migrate to the regmap APIWilliam Breathitt Gray2023-08-112-224/+64
| * gpio: idio-16: Migrate to the regmap APIWilliam Breathitt Gray2023-08-113-0/+184
| * gpio: sim: use sysfs_streq() and avoid an strdup()Bartosz Golaszewski2023-08-111-12/+3
| * gpio: xra1403: remove redundant of_match_ptr()Zhu Wang2023-08-031-2/+2
| * gpio: raspberrypi-exp: remove redundant of_match_ptr()Zhu Wang2023-08-031-2/+2
| * gpio: max3191x: remove redundant of_match_ptr()Zhu Wang2023-08-031-3/+1
| * gpio: lpc32xx: remove redundant CONFIG_OF and of_match_ptr()Zhu Wang2023-08-031-3/+1
| * gpio: ixp4xx: remove redundant of_match_ptr()Zhu Wang2023-08-031-1/+1
| * gpio: clps711x: remove redundant of_match_ptr()Zhu Wang2023-08-031-2/+2
| * gpio: altera-a10sr: remove redundant of_match_ptrZhu Wang2023-08-031-1/+2
| * gpio: max732x: remove redundant CONFIG_OF and of_match_ptr()Zhu Wang2023-08-031-5/+1