summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
...
| * | gpio: of: Fix bogus reference to gpiod_get_count()Geert Uytterhoeven2019-11-221-1/+1
| * | gpiolib: Grammar s/manager/managed/Geert Uytterhoeven2019-11-221-1/+1
| * | gpio: lynxpoint: Setup correct IRQ handlersAndy Shevchenko2019-11-211-0/+6
| * | gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKHans de Goede2019-11-211-2/+3
| * | gpio/mpc8xxx: fix qoriq GPIO readingRussell King2019-11-211-0/+3
| * | gpio: mpc8xxx: Don't overwrite default irq_set_type callbackVladimir Oltean2019-11-211-1/+2
| * | gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsHans de Goede2019-11-151-3/+9
| * | gpiolib: fix coding style in gpiod_hog()Bartosz Golaszewski2019-11-131-3/+3
| * | Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Walleij2019-11-132-30/+56
| |\ \
| | * | gpio: merrifield: Pass irqchip when adding gpiochipAndy Shevchenko2019-11-131-13/+19
| | * | gpio: merrifield: Add GPIO <-> pin mapping ranges via callbackAndy Shevchenko2019-11-131-17/+25
| | * | gpiolib: Introduce ->add_pin_ranges() callbackAndy Shevchenko2019-11-131-0/+12
| * | | Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Linus Walleij2019-11-1310-213/+457
| |\ \ \
| | * | | gpio: mmio: remove untrue leftover commentMatti Vaittinen2019-11-131-1/+0
| | * | | gpio: em: Use platform_get_irq() to obtain interruptsGeert Uytterhoeven2019-11-131-12/+9
| | * | | gpio: tegra186: Add debounce supportThierry Reding2019-11-121-0/+38
| | * | | gpio: tegra186: Program interrupt route mappingThierry Reding2019-11-121-0/+46
| | * | | gpio: tegra186: Derive register offsets from bank/portThierry Reding2019-11-121-95/+100
| | * | | gpio: add new SET_CONFIG ioctl() to gpio chardevKent Gibson2019-11-121-0/+69
| | * | | gpiolib: move validation of line handle flags into helper functionKent Gibson2019-11-121-42/+51
| | * | | gpio: mockup: add set_config to support pull up/downKent Gibson2019-11-121-34/+60
| | * | | gpiolib: add support for biasing output linesKent Gibson2019-11-121-2/+6
| | * | | gpiolib: add support for disabling line biasKent Gibson2019-11-122-10/+52
| | * | | gpiolib: add support for pull up/down to lineevent_createKent Gibson2019-11-121-0/+4
| | * | | gpio: expose pull-up/pull-down line flags to userspaceDrew Fustini2019-11-121-0/+18
| | * | | gpio: rcar: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
| | * | | gpio: em: Use proper irq_chip nameGeert Uytterhoeven2019-11-121-1/+1
| | * | | gpio: bd70528: Add MODULE ALIAS to autoload moduleMatti Vaittinen2019-11-121-0/+1
| | * | | Merge remote-tracking branch 'driver-core/driver-core-next' into gpio/for-nextBartosz Golaszewski2019-11-122-15/+8
| | |\ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'devel' into for-nextLinus Walleij2019-11-0873-373/+1200
| | |\ \ \
| * | | | | gpio: xgs-iproc: Fix platform_no_drv_owner.cocci warningsYueHaibing2019-11-081-1/+0
| | |/ / / | |/| | |
| * | | | Revert "gpio: expose pull-up/pull-down line flags to userspace"Linus Walleij2019-11-081-12/+0
| * | | | gpiolib: No need to call gpiochip_remove_pin_ranges() twiceAndy Shevchenko2019-11-072-5/+3
| * | | | gpio: Use new GPIO_LINE_DIRECTIONMatti Vaittinen2019-11-0760-102/+211
| * | | | gpio: xgs-iproc: Fix section mismatch on device tree match tableMark Brown2019-11-071-1/+1
| * | | | gpiolib: Switch order of valid mask and hw initLinus Walleij2019-11-051-2/+2
| * | | | Merge tag 'v5.4-rc6' into develLinus Walleij2019-11-057-26/+66
| |\ \ \ \
| * | | | | gpio: Add xgs-iproc driverChris Packham2019-10-293-0/+331
| * | | | | gpio: Add RDA Micro GPIO controller supportManivannan Sadhasivam2019-10-293-0/+304
| * | | | | Merge tag 'gpio-v5.5-updates-for-linus-part-1' of git://git.kernel.org/pub/sc...Linus Walleij2019-10-238-94/+63
| |\ \ \ \ \
| | * | | | | gpio: of: don't warn if ignored GPIO flag matches the behaviorLucas Stach2019-10-181-2/+4
| | * | | | | gpio: 104-idi-48e: make array register_offset static, makes object smallerColin Ian King2019-10-091-1/+1
| | * | | | | gpio: htc-egpio: remove redundant error messageBartosz Golaszewski2019-10-091-17/+11
| | * | | | | gpio: htc-egpio: use devm_platform_ioremap_resource()Bartosz Golaszewski2019-10-091-7/+2
| | * | | | | gpio: ath79: use devm_platform_ioremap_resource()Bartosz Golaszewski2019-10-091-7/+3
| | * | | | | gpio: em: use devm_platform_ioremap_resource()Bartosz Golaszewski2019-10-091-12/+8
| | * | | | | gpio: xgene: use devm_platform_ioremap_resource()Bartosz Golaszewski2019-10-091-9/+3
| | * | | | | gpio: xgene: remove redundant error messageBartosz Golaszewski2019-10-091-16/+7
| | * | | | | gpiolib: sanitize flags before allocating memory in lineevent_create()Bartosz Golaszewski2019-10-011-24/+18
| | * | | | | gpio: mxc: Only get the second IRQ when there is more than one IRQAnson Huang2019-10-011-3/+10
| | | |_|_|/ | | |/| | |
OpenPOWER on IntegriCloud