summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | gpio: gpiolib: Allow free() callback to be overriddenLad Prabhakar2022-07-101-3/+6
| * | | | gpio: Remove dynamic allocation from populate_parent_alloc_arg()Marc Zyngier2022-07-106-69/+48
* | | | | Merge tag 'gpio-fixes-for-v5.19-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-07-222-9/+15
|\ \ \ \ \
| * | | | | gpio: gpio-xilinx: Fix integer overflowSrinivas Neeli2022-07-221-1/+1
| * | | | | gpio: pca953x: use the correct register address when regcache sync during initHaibo Chen2022-07-191-4/+7
| * | | | | gpio: pca953x: use the correct range when do regmap syncHaibo Chen2022-07-191-6/+6
| * | | | | gpio: pca953x: only use single read/write for No AI modeHaibo Chen2022-07-191-0/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'hte/for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/teg...Linus Torvalds2022-07-181-0/+4
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | gpiolib: cdev: Fix kernel doc for struct lineAndy Shevchenko2022-06-171-0/+4
* | | | | gpio: sim: fix the chip_name configfs itemBartosz Golaszewski2022-07-121-11/+5
* | | | | gpiolib: cdev: fix null pointer dereference in linereq_free()Kent Gibson2022-07-071-3/+4
* | | | | gpio: vf610: fix compilation errorLeon Romanovsky2022-07-051-0/+1
* | | | | Merge tag 'gpio-fixes-for-v5.19-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-244-19/+14
|\ \ \ \ \
| * | | | | gpio: mxs: Fix header commentStefan Wahren2022-06-231-1/+1
| * | | | | gpio: grgpio: Fix device removingUwe Kleine-König2022-06-231-13/+1
| * | | | | gpio: winbond: Fix error code in winbond_gpio_get()Dan Carpenter2022-06-231-3/+4
| * | | | | gpio: realtek-otto: Make the irqchip immutableSander Vanheule2022-06-131-2/+8
| | |/ / / | |/| | |
* / | | | MIPS: Remove repetitive increase irq_err_counthuhai2022-06-211-2/+0
|/ / / /
* | | / gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin2022-06-101-4/+3
| |_|/ |/| |
* | | gpio: dln2: make irq_chip immutableAndy Shevchenko2022-06-061-9/+14
* | | gpio: sch: make irq_chip immutableAndy Shevchenko2022-06-061-13/+22
* | | gpio: merrifield: make irq_chip immutableAndy Shevchenko2022-06-061-7/+15
* | | gpio: wcove: make irq_chip immutableAndy Shevchenko2022-06-061-2/+8
* | | gpio: crystalcove: Join function declarations and long linesAndy Shevchenko2022-06-061-14/+7
* | | gpio: crystalcove: Use specific type and API for IRQ numberAndy Shevchenko2022-06-061-4/+5
* | | gpio: crystalcove: make irq_chip immutableAndy Shevchenko2022-06-061-15/+25
| |/ |/|
* | Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-054-34/+358
|\|
| * gpiolib: cdev: Add hardware timestamp clock typeDipen Patel2022-05-041-33/+219
| * gpio: tegra186: Add HTE supportDipen Patel2022-05-041-1/+80
| * gpiolib: Add HTE supportDipen Patel2022-05-042-0/+59
* | Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-06-032-27/+11
|\ \
| * | gpio: adp5588: Remove support for platform setup and teardown callbacksUwe Kleine-König2022-06-021-19/+0
| * | gpio: pca953x: use the correct register address to do regcache syncHaibo Chen2022-06-011-8/+11
* | | Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-282-8/+26
|\ \ \
| * \ \ Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij2022-05-054-21/+75
| |\ \ \
| * \ \ \ Merge tag 'v5.18-rc5' into develLinus Walleij2022-05-013-12/+33
| |\ \ \ \
| * | | | | gpio/rockchip: handle deferring input-enable pinconfsCaleb Connolly2022-04-221-0/+5
| * | | | | pinctrl/rockchip: support deferring other gpio paramsCaleb Connolly2022-04-221-8/+16
| * | | | | gpiolib: of: Introduce hook for missing gpio-rangesStefan Wahren2022-04-211-0/+5
| | |_|_|/ | |/| | |
* | | | | Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-2636-547/+621
|\ \ \ \ \
| * | | | | gpio: sifive: Make the irqchip immutableGeert Uytterhoeven2022-05-241-4/+10
| * | | | | gpio: rcar: Make the irqchip immutableGeert Uytterhoeven2022-05-241-13/+18
| * | | | | gpio: pcf857x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-14/+21
| * | | | | gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven2022-05-241-12/+23
| * | | | | gpio: dwapb: Make the irqchip immutableGeert Uytterhoeven2022-05-241-14/+24
| * | | | | gpio: sim: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET2022-05-221-2/+2
| * | | | | gpio: ml-ioh: Convert to use managed functions pcim* and devm_*Zheyu Ma2022-05-201-60/+16
| * | | | | gpio: ftgpio: Remove unneeded ERROR check before clk_disable_unprepareWan Jiabing2022-05-161-4/+4
| * | | | | gpio: ws16c48: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-31/+34
| * | | | | gpio: gpio-mm: Utilize iomap interfaceWilliam Breathitt Gray2022-05-141-21/+22