summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli2022-07-291-1/+1
* gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen2022-07-291-4/+7
* gpio: pca953x: use the correct range when do regmap syncHaibo Chen2022-07-291-6/+6
* gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-291-0/+3
* gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter2022-06-291-3/+4
* MIPS: Remove repetitive increase irq_err_counthuhai2022-06-291-2/+0
* gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-221-4/+3
* gpio: pca953x: use the correct register address to do regcache syncHaibo Chen2022-06-141-8/+11
* pinctrl/rockchip: support deferring other gpio paramsCaleb Connolly2022-06-091-8/+16
* gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren2022-06-091-0/+5
* gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König2022-05-251-0/+3
* gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen2022-05-251-2/+6
* gpio: mvebu: drop pwm base assignmentBaruch Siach2022-05-121-7/+0
* gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu2022-05-121-2/+2
* gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu2022-05-121-5/+2
* gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev2022-05-121-1/+1
* gpio: Request interrupts after IRQ is initializedMario Limonciello2022-04-271-2/+2
* gpiolib: acpi: use correct format charactersLinus Torvalds2022-04-201-2/+2
* gpio: Restrict usage of GPIO chip irq members before initializationShreeya Patel2022-04-131-0/+19
* Revert "gpio: Revert regression in sysfs-gpio (gpiolib.c)"Bartosz Golaszewski2022-04-081-0/+10
* gpio: Revert regression in sysfs-gpio (gpiolib.c)Marcelo Roberto Jimenez2022-04-081-10/+0
* gpio: Return EPROBE_DEFER if gc->to_irq is NULLShreeya Patel2022-03-161-0/+10
* gpio: ts4900: Do not set DAT and OE togetherMark Featherston2022-03-161-5/+19
* gpiolib: acpi: Convert ACPI value of debounce to microsecondsAndy Shevchenko2022-03-162-2/+14
* gpio: tegra186: Fix chip_data type confusionMarc Zyngier2022-03-021-4/+10
* gpio: rockchip: Reset int_bothedge when changing triggerSamuel Holland2022-03-021-27/+29
* gpio: sifive: use the correct register to read output valuesNiklas Cassel2022-02-161-1/+1
* gpiolib: Never return internal error codes to user spaceAndy Shevchenko2022-02-163-8/+17
* gpio: aggregator: Fix calling into sleeping GPIO controllersGeert Uytterhoeven2022-02-161-4/+14
* gpio: mpc8xxx: Fix an ignored error return from platform_get_irq()Yang Li2022-02-081-1/+1
* gpio: idt3243x: Fix an ignored error return from platform_get_irq()Yang Li2022-02-081-1/+1
* gpio: idt3243x: Fix IRQ check in idt_gpio_probeMiaoqian Lin2022-01-271-2/+2
* gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probeMiaoqian Lin2022-01-271-2/+2
* gpio: aspeed-sgpio: Convert aspeed_sgpio.lock to raw_spinlockIwona Winiarska2022-01-271-16/+16
* gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlockIwona Winiarska2022-01-271-26/+26
* gpiolib: acpi: Do not set the IRQ type if the IRQ is already in useHans de Goede2022-01-271-4/+11
* gpio: gpio-aspeed-sgpio: Fix wrong hwirq base in irq handlerSteven Lee2022-01-111-1/+1
* gpio: dln2: Fix interrupts when replugging the deviceNoralf Trønnes2021-12-291-10/+9
* gpio: virtio: remove timeoutVincent Whitchurch2021-12-291-5/+1
* gpio: rockchip: needs GENERIC_IRQ_CHIP to fix build errorsRandy Dunlap2021-11-251-0/+1
* gpio: realtek-otto: fix GPIO line IRQ offsetSander Vanheule2021-11-181-1/+1
* gpio: mlxbf2.c: Add check for bgpio_init failureAsmaa Mnebhi2021-10-251-0/+5
* gpio: xgs-iproc: fix parsing of ngpios propertyJonas Gorski2021-10-251-1/+1
* gpio: mockup: Convert to use software nodesAndy Shevchenko2021-10-061-3/+18
* gpio: pca953x: Improve bias settingAndy Shevchenko2021-10-061-7/+9
* gpio: 74x164: Add SPI device ID tableMark Brown2021-10-061-0/+8
* Merge tag 'gpio-fixes-for-v5.15-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-301-9/+2
|\
| * gpio: pca953x: do not ignore i2c errorsAndrey Gusakov2021-09-291-9/+2
* | Merge tag 'pinctrl-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-281-0/+22
|\ \ | |/ |/|
| * gpio/rockchip: fetch deferred output settings on probeHeiko Stuebner2021-09-181-0/+22