aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2019-12-17Merge tag 'spi-fix-v5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+27
2019-12-04gpio: pca953x: tighten up indentationGravatar Andy Shevchenko 1-11/+11
2019-12-04gpio: pca953x: convert to use bitmap APIGravatar Andy Shevchenko 1-94/+70
2019-12-04gpio: pca953x: use input from regs structure in pca953x_irq_pending()Gravatar Andy Shevchenko 1-1/+1
2019-12-04gpio: pca953x: remove redundant variable and check in IRQ handlerGravatar Andy Shevchenko 1-3/+1
2019-12-04gpio: pca953x: utilize the for_each_set_clump8 macroGravatar William Breathitt Gray 1-10/+7
2019-12-04gpio: max3191x: utilize the for_each_set_clump8 macroGravatar William Breathitt Gray 1-9/+10
2019-12-04gpio: pisosr: utilize the for_each_set_clump8 macroGravatar William Breathitt Gray 1-6/+6
2019-12-04gpio: 74x164: utilize the for_each_set_clump8 macroGravatar William Breathitt Gray 1-10/+9
2019-12-04gpio: uniphier: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-10/+3
2019-12-04gpio: pcie-idio-24: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-69/+40
2019-12-04gpio: pci-idio-16: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-48/+27
2019-12-04gpio: ws16c48: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-53/+20
2019-12-04gpio: gpio-mm: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-52/+21
2019-12-04gpio: 104-idi-48: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-29/+7
2019-12-04gpio: 104-dio-48e: utilize for_each_set_clump8 macroGravatar William Breathitt Gray 1-52/+21
2019-12-03gpiolib: of: Make of_gpio_spi_cs_get_count staticGravatar YueHaibing 1-1/+1
2019-12-01Merge tag 'gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Gravatar Linus Torvalds 76-566/+1664
2019-11-28gpio: Handle counting of Freescale chipselectsGravatar Linus Walleij 1-0/+27
2019-11-27Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-15/+8
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2019-11-25Merge tag 'regulator-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Gravatar Linus Torvalds 2-24/+57
2019-11-25Merge tag 'mips_5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 2-2/+2
2019-11-22Merge branch 'regulator-5.5' into regulator-nextGravatar Mark Brown 2-24/+57
2019-11-22gpio: Add TODO item for regmap helperGravatar Linus Walleij 1-0/+4
2019-11-22gpio: of: Fix bogus reference to gpiod_get_count()Gravatar Geert Uytterhoeven 1-1/+1
2019-11-22gpiolib: Grammar s/manager/managed/Gravatar Geert Uytterhoeven 1-1/+1
2019-11-21gpio: lynxpoint: Setup correct IRQ handlersGravatar Andy Shevchenko 1-0/+6
2019-11-21gpiolib: acpi: Make acpi_gpiochip_alloc_event always return AE_OKGravatar Hans de Goede 1-2/+3
2019-11-21gpio/mpc8xxx: fix qoriq GPIO readingGravatar Russell King 1-0/+3
2019-11-21gpio: mpc8xxx: Don't overwrite default irq_set_type callbackGravatar Vladimir Oltean 1-1/+2
2019-11-15gpiolib: acpi: Print pin number on acpi_gpiochip_alloc_event errorsGravatar Hans de Goede 1-3/+9
2019-11-13gpiolib: fix coding style in gpiod_hog()Gravatar Bartosz Golaszewski 1-3/+3
2019-11-13Merge tag 'intel-gpio-v5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Walleij 2-30/+56
2019-11-13Merge tag 'gpio-v5.5-updates-for-linus-part-2' of git://git.kernel.org/pub/sc...Gravatar Linus Walleij 10-213/+457
2019-11-13Merge tag 'gpio-v5.4-rc8-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Walleij 2-6/+6
2019-11-13gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklistGravatar Hans de Goede 1-0/+17
2019-11-13gpio: merrifield: Pass irqchip when adding gpiochipGravatar Andy Shevchenko 1-13/+19
2019-11-13gpio: merrifield: Add GPIO <-> pin mapping ranges via callbackGravatar Andy Shevchenko 1-17/+25
2019-11-13gpiolib: Introduce ->add_pin_ranges() callbackGravatar Andy Shevchenko 1-0/+12
2019-11-13gpio: mmio: remove untrue leftover commentGravatar Matti Vaittinen 1-1/+0
2019-11-13gpio: em: Use platform_get_irq() to obtain interruptsGravatar Geert Uytterhoeven 1-12/+9
2019-11-12gpio: tegra186: Add debounce supportGravatar Thierry Reding 1-0/+38
2019-11-12gpio: tegra186: Program interrupt route mappingGravatar Thierry Reding 1-0/+46
2019-11-12gpio: tegra186: Derive register offsets from bank/portGravatar Thierry Reding 1-95/+100
2019-11-12gpio: add new SET_CONFIG ioctl() to gpio chardevGravatar Kent Gibson 1-0/+69
2019-11-12gpiolib: move validation of line handle flags into helper functionGravatar Kent Gibson 1-42/+51
2019-11-12gpio: mockup: add set_config to support pull up/downGravatar Kent Gibson 1-34/+60
2019-11-12gpiolib: add support for biasing output linesGravatar Kent Gibson 1-2/+6
2019-11-12gpiolib: add support for disabling line biasGravatar Kent Gibson 2-10/+52