aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2018-10-25Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2018-10-23Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 46-847/+1835
2018-10-23Merge tag 'pinctrl-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-405/+1
2018-10-21Merge branch 'regulator-4.20' into regulator-nextGravatar Mark Brown 1-2/+17
2018-10-16gpio: uniphier: include <linux/bits.h> instead of <linux/bitops.h>Gravatar Masahiro Yamada 1-1/+1
2018-10-16gpio: Clarify kerneldoc on gpiochip_set_chained_irqchip()Gravatar Stephen Boyd 1-2/+1
2018-10-16gpio: Remove unused 'irqchip' argument to gpiochip_set_cascaded_irqchip()Gravatar Stephen Boyd 1-6/+2
2018-10-16gpio: Drop parent irq assignment during cascade setupGravatar Stephen Boyd 1-10/+0
2018-10-15gpio: fix SNPS_CREG kconfig dependency warningGravatar Randy Dunlap 1-1/+1
2018-10-12regulator/gpio: Allow nonexclusive GPIO accessGravatar Linus Walleij 1-2/+17
2018-10-12gpiolib: Initialize gdev field before is usedGravatar Ricardo Ribalda Delgado 1-2/+3
2018-10-10gpio: Assign gpio_irq_chip::parents to non-stack pointerGravatar Stephen Boyd 1-1/+2
2018-10-10gpio: fix doc string for devm_gpiochip_add_data() to not talk about irq_chipGravatar Uwe Kleine-König 1-1/+1
2018-10-10gpio: syscon: Fix possible NULL ptr usageGravatar Marek Vasut 1-1/+1
2018-10-10gpiolib: Show correct direction from the beginningGravatar Ricardo Ribalda Delgado 1-14/+13
2018-10-10gpiolib: Add init_valid_mask exported functionGravatar Ricardo Ribalda Delgado 1-2/+14
2018-10-10GPIO: add single-register GPIO via CREG driverGravatar Eugeniy Paltsev 3-0/+202
2018-10-03gpio: mockup: use device properties instead of platform_dataGravatar Bartosz Golaszewski 1-31/+51
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesGravatar Mika Westerberg 1-1/+1
2018-10-02gpio: Slightly more helpful debugfsGravatar Linus Walleij 1-4/+7
2018-10-01gpio: omap: Remove set but not used variable 'dev'Gravatar YueHaibing 1-2/+0
2018-10-01gpio: omap: drop omap_gpio_listGravatar Grygorii Strashko 1-4/+0
2018-10-01Merge tag 'v4.19-rc6' into develGravatar Linus Walleij 4-40/+72
2018-10-01Accept partial 'gpio-line-names' property.Gravatar Christophe Blaess 1-12/+9
2018-10-01gpio: omap: get rid of the conditional PM runtime callsGravatar Grygorii Strashko 1-20/+5
2018-10-01gpio: htc-egpio: Remove set but not used variable 'bit'Gravatar YueHaibing 1-2/+0
2018-10-01gpio: Restore indentation of continued linesGravatar Geert Uytterhoeven 2-14/+14
2018-10-01gpio: Propagate errors from gpiod_set_array_value_complex()Gravatar Geert Uytterhoeven 1-14/+16
2018-10-01gpiolib: Fix incorrect use of find_next_zero_bit()Gravatar Janusz Krzysztofik 1-6/+3
2018-09-28gpio: new driver to work with a 8x12 sioxGravatar Uwe Kleine-König 3-0/+302
2018-09-25gpio: Add comments on single direction chipsGravatar Linus Walleij 1-6/+27
2018-09-25gpiolib: Fix gpio_direction_* for single direction GPIOsGravatar Ricardo Ribalda Delgado 1-8/+28
2018-09-25gpio: Rename devres implementation fileGravatar Linus Walleij 2-1/+1
2018-09-25gpio: Use SPDX header for core libraryGravatar Linus Walleij 9-32/+10
2018-09-25Merge branch 'ib-omap' into develGravatar Linus Walleij 1-104/+227
2018-09-24gpio: omap: Get rid of pm_runtime_irq_safe()Gravatar Tony Lindgren 1-3/+3
2018-09-24gpio: omap: Remove custom PM calls and use cpu_pm insteadGravatar Tony Lindgren 1-70/+108
2018-09-24gpio: omap: Add level wakeup handling for omap4 based SoCsGravatar Tony Lindgren 1-33/+118
2018-09-24gpiolib: Fix array members of same chip processed separatelyGravatar Janusz Krzysztofik 1-10/+25
2018-09-24gpiolib: Fix missing updates of bitmap indexGravatar Janusz Krzysztofik 1-5/+6
2018-09-24gpio: htc-egpio: Unique label per chipGravatar Linus Walleij 1-1/+7
2018-09-20Merge branch 'ib-array-bitmaps' into develGravatar Linus Walleij 3-53/+243
2018-09-20gpio: davinci: Move driver local definitions to driverGravatar Andrew F. Davis 1-0/+28
2018-09-20gpio: davinci: Allocate the correct amount of memory for controllerGravatar Andrew F. Davis 1-6/+4
2018-09-20gpio: davinci: Use dev name for label and automatic base selectionGravatar Andrew F. Davis 1-18/+4
2018-09-18gpiolib: Free the last requested descriptorGravatar Ricardo Ribalda Delgado 1-1/+1
2018-09-17gpio: Get rid of legacy headerGravatar Linus Walleij 2-9/+2
2018-09-17gpio: wm8xxx: Cut down on boilerplateGravatar Linus Walleij 3-15/+3
2018-09-17gpio: wm8xxx: Use the right headerGravatar Linus Walleij 3-3/+3
2018-09-17gpio: xlp: Cut down on boilerplateGravatar Linus Walleij 1-9/+1