summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2022-06-10gpio: dwapb: Don't print error on -EPROBE_DEFERSerge Semin1-4/+3
2022-06-06gpio: dln2: make irq_chip immutableAndy Shevchenko1-9/+14
2022-06-06gpio: sch: make irq_chip immutableAndy Shevchenko1-13/+22
2022-06-06gpio: merrifield: make irq_chip immutableAndy Shevchenko1-7/+15
2022-06-06gpio: wcove: make irq_chip immutableAndy Shevchenko1-2/+8
2022-06-06gpio: crystalcove: Join function declarations and long linesAndy Shevchenko1-14/+7
2022-06-06gpio: crystalcove: Use specific type and API for IRQ numberAndy Shevchenko1-4/+5
2022-06-06gpio: crystalcove: make irq_chip immutableAndy Shevchenko1-15/+25
2022-06-05Merge tag 'hte/for-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-34/+358
2022-06-03Merge tag 'gpio-fixes-for-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-27/+11
2022-06-02gpio: adp5588: Remove support for platform setup and teardown callbacksUwe Kleine-König1-19/+0
2022-06-01gpio: pca953x: use the correct register address to do regcache syncHaibo Chen1-8/+11
2022-05-28Merge tag 'pinctrl-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-8/+26
2022-05-26Merge tag 'gpio-updates-for-v5.19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds36-547/+621
2022-05-24gpio: sifive: Make the irqchip immutableGeert Uytterhoeven1-4/+10
2022-05-24gpio: rcar: Make the irqchip immutableGeert Uytterhoeven1-13/+18
2022-05-24gpio: pcf857x: Make the irqchip immutableGeert Uytterhoeven1-14/+21
2022-05-24gpio: pca953x: Make the irqchip immutableGeert Uytterhoeven1-12/+23
2022-05-24gpio: dwapb: Make the irqchip immutableGeert Uytterhoeven1-14/+24
2022-05-23Merge tag 'irq-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-21/+75
2022-05-22gpio: sim: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-2/+2
2022-05-20gpio: ml-ioh: Convert to use managed functions pcim* and devm_*Zheyu Ma1-60/+16
2022-05-20gpio: mvebu/pwm: Refuse requests with inverted polarityUwe Kleine-König1-0/+3
2022-05-20gpio: gpio-vf610: do not touch other bits when set the target bitHaibo Chen1-2/+6
2022-05-16gpio: ftgpio: Remove unneeded ERROR check before clk_disable_unprepareWan Jiabing1-4/+4
2022-05-14gpio: ws16c48: Utilize iomap interfaceWilliam Breathitt Gray1-31/+34
2022-05-14gpio: gpio-mm: Utilize iomap interfaceWilliam Breathitt Gray1-21/+22
2022-05-14gpio: 104-idio-16: Utilize iomap interfaceWilliam Breathitt Gray1-15/+18
2022-05-14gpio: 104-idi-48: Utilize iomap interfaceWilliam Breathitt Gray1-12/+15
2022-05-14gpio: 104-dio-48e: Utilize iomap interfaceWilliam Breathitt Gray1-30/+33
2022-05-14gpio: zevio: drop of_gpio.h headerMoses Christopher Bollavarapu1-11/+14
2022-05-06gpio: pca953x: fix irq_stat not updated when irq is disabled (irq_mask not set)Puyou Lu1-2/+2
2022-05-05Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Walleij4-21/+75
2022-05-05Merge branch 'irq/gpio-immutable' of git://git.kernel.org/pub/scm/linux/kerne...Bartosz Golaszewski4-21/+75
2022-05-05gpio: max77620: Make the irqchip immutableJon Hunter1-3/+6
2022-05-05gpio: pca953xx: Add support for pca6408Justin Chen1-0/+2
2022-05-05gpio: visconti: Fix fwnode of GPIO IRQNobuhiro Iwamatsu1-5/+2
2022-05-05gpio: max732x: Drop unused support for irq and setup code via platform dataUwe Kleine-König1-35/+2
2022-05-04gpiolib: cdev: Add hardware timestamp clock typeDipen Patel1-33/+219
2022-05-04gpio: tegra186: Add HTE supportDipen Patel1-1/+80
2022-05-04gpiolib: Add HTE supportDipen Patel2-0/+59
2022-05-02gpio: vf610: drop the SOC_VF610 dependency for GPIO_VF610Peng Fan1-2/+2
2022-05-02Merge tag 'intel-gpio-v5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Bartosz Golaszewski1-10/+12
2022-05-02gpio: mvebu: drop pwm base assignmentBaruch Siach1-7/+0
2022-05-02gpiolib: of: fix bounds check for 'gpio-reserved-ranges'Andrei Lalaev1-1/+1
2022-05-02gpio: syscon: Remove usage of syscon_regmap_lookup_by_compatibleAlexander Shiyan1-30/+19
2022-05-01Merge tag 'v5.18-rc5' into develLinus Walleij3-12/+33
2022-04-25gpio: pcf857x: Make teardown callback return voidUwe Kleine-König1-11/+3
2022-04-25irq/gpio: ixp4xx: Drop boardfile probe pathLinus Walleij2-29/+13
2022-04-25gpio: use raw spinlock for gpio chip shadowed dataSchspa Shi14-103/+103