summaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | gpio: pca953x: Switch to use device_get_match_data()Andy Shevchenko2019-08-021-12/+8
| | * | | | gpio: mxc: Use devm_clk_get_optional instead of devm_clk_getAnson Huang2019-08-021-6/+3
| | * | | | gpio: ixp4xx: remove redundant dev_err messageDing Xiang2019-07-311-3/+1
| | * | | | gpio: em: use a helper variable for &pdev->devBartosz Golaszewski2019-07-221-18/+19
| | | |/ / | | |/| |
| * | | | gpio: zynq: Pass irqchip when adding gpiochipLinus Walleij2019-08-271-16/+21
| * | | | gpio: mt7621: Pass irqchip when adding gpiochipLinus Walleij2019-08-231-16/+17
| * | | | gpio: ftgpio: Fix an error handling path in 'ftgpio_gpio_probe()'Christophe JAILLET2019-08-231-2/+4
| * | | | gpio: aspeed: Add SGPIO driverHongwei Zhang2019-08-231-0/+533
| * | | | gpio: tqmx86: Pass irqchip when adding gpiochipLinus Walleij2019-08-231-17/+24
| * | | | gpio: vf610: Pass irqchip when adding gpiochipLinus Walleij2019-08-231-12/+14
| * | | | gpio: zx: Pass irqchip when adding gpiochipLinus Walleij2019-08-231-17/+17
| * | | | gpio: mpc8xxx: add ls1088a platform special functionSong Hui2019-08-231-0/+1
| * | | | gpio/ixp4xx: Register the base PA instead of its VA in fwnodeMarc Zyngier2019-08-211-1/+1
| * | | | gpio: ftgpio: Move hardware initializationLinus Walleij2019-08-201-4/+4
| * | | | gpio: Use callback presence to determine need of valid_maskLinus Walleij2019-08-201-3/+1
| * | | | gpio: Pass mask and size with the init_valid_mask()Linus Walleij2019-08-201-3/+5
| * | | | gpio: mockup: don't depend twice on GPIOLIBUwe Kleine-König2019-08-201-1/+0
| * | | | gpio: aspeed: Pass irqchip when adding gpiochipLinus Walleij2019-08-151-31/+29
| * | | | gpio: hlwd: Pass irqchip when adding gpiochipLinus Walleij2019-08-151-28/+30
| * | | | gpio: xlp: Pass irqchip when adding gpiochipLinus Walleij2019-08-151-14/+15
| * | | | gpio: cadence: Pass irqchip when adding gpiochipLinus Walleij2019-08-151-15/+21
| * | | | gpio: thunderx: Switch to GPIOLIB_IRQCHIPLinus Walleij2019-08-152-107/+57
| * | | | gpio: ixp4xx: Convert to hierarchical GPIOLIB_IRQCHIPLinus Walleij2019-08-152-216/+63
| * | | | gpio: Add support for hierarchical IRQ domainsLinus Walleij2019-08-151-12/+308
| * | | | gpio: remove ks8695 driverArnd Bergmann2019-08-102-285/+0
| * | | | gpio: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-0510-27/+8
| * | | | gpio: madera: Add support for Cirrus Logic CS47L92Charles Keepax2019-08-051-0/+5
| * | | | gpio: madera: Add support for Cirrus Logic CS47L15Richard Fitzgerald2019-08-051-0/+3
| * | | | gpio: madera: Use local copy of pdataCharles Keepax2019-08-051-2/+2
| * | | | gpio: arizona: Use local copy of pdataCharles Keepax2019-08-051-2/+2
| * | | | gpio: viperboard: Replace 'unsigned' with 'unsigned int'Hennie Muller2019-08-051-10/+10
| * | | | gpio: refactor gpiochip_allocate_mask() with bitmap_alloc()Masahiro Yamada2019-08-031-3/+3
| * | | | gpio: mpc8xxx: Add ls1028a device specify function.Song Hui2019-08-031-0/+31
| * | | | gpio: of: Fix hard-assigned valid_mask for OF caseStephen Boyd2019-08-013-5/+5
| * | | | gpiolib-acpi: Move acpi_dev_add_driver_gpios() et al to consumer.hAndy Shevchenko2019-07-311-0/+7
| * | | | gpiolib: acpi: Split ACPI stuff to gpiolib-acpi.hAndy Shevchenko2019-07-317-93/+109
| * | | | gpio: max77650: add MODULE_ALIAS()Bartosz Golaszewski2019-07-291-0/+1
| * | | | gpio: of: Break out OF-only codeLinus Walleij2019-07-284-132/+167
| * | | | gpio: bd70528: remove redundant assignment to variable retColin Ian King2019-07-281-1/+1
| * | | | gpio: bd70528: fix spelling misstake "debouce" -> "debounce"Colin Ian King2019-07-281-1/+1
| |/ / /
* | | | gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklistHans de Goede2019-09-111-4/+38
* | | | gpiolib: of: fix fallback quirks handlingDmitry Torokhov2019-09-101-18/+9
* | | | gpio: fix line flag validation in lineevent_createKent Gibson2019-09-091-5/+3
* | | | gpio: fix line flag validation in linehandle_createKent Gibson2019-09-091-0/+8
* | | | gpio: mockup: add missing single_release()Wei Yongjun2019-09-091-0/+1
* | | | gpio: pca953x: use pca953x_read_regs instead of regmap_bulk_readDavid Jander2019-08-281-6/+3
* | | | gpio: pca953x: correct type of reg_directionDavid Jander2019-08-281-3/+3
| |/ / |/| |
* | | gpio: Fix irqchip initialization orderLinus Walleij2019-08-231-15/+15
* | | gpio: of: fix Freescale SPI CS quirk handlingAndreas Kemnade2019-08-171-1/+1
* | | gpiolib: never report open-drain/source lines as 'input' to user-spaceBartosz Golaszewski2019-08-141-2/+4
| |/ |/|