Age | Commit message (Expand) | Author | Files | Lines |
2020-09-17 | gpiolib: Fix line event handling in syscall compatible mode | Andy Shevchenko | 1 | -4/+30 |
2020-09-14 | gpiolib: unexport devprop_gpiochip_set_names() | Bartosz Golaszewski | 3 | -64/+47 |
2020-09-14 | gpiolib: generalize devprop_gpiochip_set_names() for device properties | Bartosz Golaszewski | 4 | -22/+14 |
2020-09-14 | gpiolib: switch to simpler IDA interface | Bartosz Golaszewski | 1 | -3/+3 |
2020-09-11 | gpiolib: convert to use DEFINE_SEQ_ATTRIBUTE macro | Andy Shevchenko | 1 | -16/+3 |
2020-09-09 | gpio: mockup: fix resource leak in error path | Bartosz Golaszewski | 1 | -0/+2 |
2020-09-09 | gpio: siox: explicitly support only threaded irqs | Ahmad Fatoum | 1 | -0/+1 |
2020-09-09 | gpio: tc35894: Disable Direct KBD interrupts to enable gpio irq | dillon min | 1 | -2/+16 |
2020-09-09 | gpio: tc35894: fix up tc35894 interrupt configuration | dillon min | 1 | -1/+1 |
2020-08-31 | gpio: sprd: Clear interrupt when setting the type as edge | Taiping Lai | 1 | -0/+3 |
2020-08-28 | gpio: zynq: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -5/+3 |
2020-08-28 | gpio: pisosr: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -6/+3 |
2020-08-28 | gpio: pca953x: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -6/+3 |
2020-08-28 | gpio: omap: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -4/+1 |
2020-08-28 | gpio: davinci: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -6/+2 |
2020-08-28 | gpio: bcm-kona: Simplify with dev_err_probe() | Krzysztof Kozlowski | 1 | -4/+1 |
2020-08-27 | gpio: dwapb: Use resource managed GPIO-chip add data method | Serge Semin | 1 | -35/+2 |
2020-08-27 | gpio: dwapb: Get clocks by means of resource managed interface | Serge Semin | 1 | -16/+32 |
2020-08-27 | gpio: dwapb: Get reset control by means of resource managed interface | Serge Semin | 1 | -6/+29 |
2020-08-27 | gpio: dwapb: Discard ACPI GPIO-chip IRQs request | Serge Semin | 1 | -4/+0 |
2020-08-27 | gpio: dwapb: Discard GPIO-to-IRQ mapping function | Serge Semin | 1 | -10/+0 |
2020-08-27 | gpio: dwapb: Convert driver to using the GPIO-lib-based IRQ-chip | Serge Semin | 2 | -94/+111 |
2020-08-27 | gpio: dwapb: Add max GPIOs macro | Serge Semin | 1 | -4/+4 |
2020-08-27 | gpio: dwapb: Move MFD-specific IRQ handler | Serge Semin | 1 | -5/+5 |
2020-08-27 | gpio: dwapb: Add ngpios DT-property support | Serge Semin | 1 | -1/+2 |
2020-08-24 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 6 | -13/+11 |
2020-08-19 | gpio: omap: Fix warnings if PM is disabled | Tony Lindgren | 1 | -2/+2 |
2020-08-18 | gpio: aggregator: Refactor ->{get, set}_multiple() to make Sparse happy | Andy Shevchenko | 1 | -27/+43 |
2020-08-18 | gpio: stp-xway: automatically drive GPHY leds on ar10 and grx390 | Aleksander Jan Bajkowski | 1 | -6/+48 |
2020-08-05 | Merge tag 'gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 48 | -1579/+1949 |
2020-08-04 | gpio: wcove: Request IRQ after all initialisation done | Andy Shevchenko | 1 | -7/+7 |
2020-08-04 | gpio: crystalcove: Free IRQ on error path | Andy Shevchenko | 1 | -15/+3 |
2020-08-04 | gpio: pca953x: Request IRQ after all initialisation done | Andy Shevchenko | 1 | -11/+11 |
2020-08-04 | gpio: don't use same lockdep class for all devm_gpiochip_add_data users | Ahmad Fatoum | 1 | -5/+8 |
2020-08-04 | gpio: max732x: Use irqchip template | Linus Walleij | 1 | -15/+15 |
2020-08-04 | gpio: stmpe: Move chip registration | Linus Walleij | 1 | -6/+6 |
2020-07-30 | gpio: rcar: Use irqchip template | Linus Walleij | 1 | -7/+10 |
2020-07-29 | Merge remote-tracking branch 'spi/for-5.9' into spi-next | Mark Brown | 1 | -4/+6 |
2020-07-23 | gpio: pci-idio-16: Use irqchip template | Linus Walleij | 1 | -11/+22 |
2020-07-23 | gpio: pcie-idio-24: Use irqchip template | Linus Walleij | 1 | -7/+10 |
2020-07-23 | gpio: 104-idio-16: Use irqchip template | Linus Walleij | 1 | -11/+22 |
2020-07-23 | gpio: 104-idi-48: Use irqchip template | Linus Walleij | 1 | -11/+22 |
2020-07-23 | gpio: 104-dio-48e: Use irqchip template | Linus Walleij | 1 | -12/+23 |
2020-07-23 | gpio: ws16c48: Use irqchip template | Linus Walleij | 1 | -14/+25 |
2020-07-23 | gpio: omap: improve coding style for pin config flags | Drew Fustini | 1 | -4/+9 |
2020-07-23 | gpio: dln2: Use irqchip template | Linus Walleij | 1 | -7/+10 |
2020-07-22 | Merge tag 'intel-gpio-v5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Walleij | 6 | -59/+70 |
2020-07-22 | gpio: sch: Add a blank line between declaration and code | Abanoub Sameh | 1 | -0/+1 |
2020-07-22 | gpio: sch: changed every 'unsigned' to 'unsigned int' | Abanoub Sameh | 1 | -11/+11 |
2020-07-22 | gpio: ich: changed every 'unsigned' to 'unsigned int' | Abanoub Sameh | 1 | -13/+13 |