summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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
| |/ |/|
* | gpiolib: Preserve desc->flags when setting stateChris Packham2019-07-291-6/+11
* | gpiolib: fix incorrect IRQ requesting of an active-low lineeventMichael Wu2019-07-221-2/+4
|/
* Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-07-173-28/+20
|\
| * Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-07-163-20/+19
| |\
| | * gpio: em: remove the gpiochip before removing the irq domainBartosz Golaszewski2019-07-151-18/+15
| | * gpiolib: of: fix a memory leak in of_gpio_flags_quirks()Nishka Dasgupta2019-07-151-0/+1
| | * gpio: davinci: silence error prints in case of EPROBE_DEFERKeerthy2019-07-151-2/+3
| * | Revert "gpio/spi: Fix spi-gpio regression on active high CS"Linus Walleij2019-07-161-8/+1
* | | Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-162-2/+2
|\ \ \ | |/ / |/| |
| * | docs: driver-api: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1