summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-05-1146-723/+756
|\
| * gpio: sch: Remove write-only core_baseJan Kiszka2019-04-231-5/+0
| * gpio: pxa: Make two symbols staticYueHaibing2019-04-231-2/+2
| * gpiolib: acpi: Respect pin bias settingAndy Shevchenko2019-04-232-0/+14
| * gpiolib: acpi: Add acpi_gpio_update_gpiod_lookup_flags() helperAndy Shevchenko2019-04-233-6/+19
| * gpiolib: acpi: Set pin value, based on bias, more accuratelyAndy Shevchenko2019-04-231-9/+17
| * gpiolib: acpi: Change type of dflagsAndy Shevchenko2019-04-231-2/+2
| * gpiolib: Introduce GPIO_LOOKUP_FLAGS_DEFAULTAndy Shevchenko2019-04-233-7/+9
| * gpiolib: Make use of enum gpio_lookup_flags consistentAndy Shevchenko2019-04-234-23/+24
| * gpio: pca953x: add support for pca6416Alexandre Belloni2019-04-111-0/+2
| * gpio: pca953x: add pcal6416 to the of_device_id tableAlexandre Belloni2019-04-111-0/+1
| * gpio: gpio-omap: Remove conditional pm_runtime handling for GPIO interruptsRussell King2019-04-111-16/+2
| * gpio: gpio-omap: configure edge detection for level IRQs for idle wakeupRussell King2019-04-111-79/+11
| * Merge tag 'gpio-v5.2-updates-for-linus-part1' of git://git.kernel.org/pub/scm...Linus Walleij2019-04-089-125/+278
| |\
| | * gpio: mlxbf: remove unused including <linux/version.h>YueHaibing2019-04-081-1/+0
| | * gpiolib: Don't WARN on gpiod_put() for optional GPIOAndy Shevchenko2019-04-041-1/+2
| | * gpiolib: acpi: Fix references in kernel doc and amendAndy Shevchenko2019-04-011-20/+25
| | * gpio: mxc: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-011-3/+1
| | * gpio: mlxbf: Add dependency on 64BIT to Kconfig entryShravan Kumar Ramani2019-03-271-1/+1
| | * gpio: gpio-omap: add check for off wake capable gpiosTony Lindgren2019-03-271-8/+17
| | * gpio: gpio-omap: always scan for triggered non-wakeup capable interruptsTony Lindgren2019-03-271-8/+0
| | * gpio: gpio-omap: limit errata 1.101 handling to wkup domain gpios onlyTony Lindgren2019-03-271-12/+16
| | * gpio: add driver for Mellanox BlueField GPIO controllerShravan Kumar Ramani2019-03-263-0/+161
| | * gpio: 74x164: Convert to use SPDX identifierAndy Shevchenko2019-03-261-4/+1
| | * gpio: 74x164: Remove linux/init.h and sort headersAndy Shevchenko2019-03-261-5/+4
| | * gpio: 74x164: Make use of device propertiesAndy Shevchenko2019-03-261-4/+4
| | * gpio: mockup: move the driver out of the IOMEM drivers sectionBartosz Golaszewski2019-03-221-12/+12
| | * gpio: mockup: drop unneeded dependencies from KconfigBartosz Golaszewski2019-03-221-3/+1
| | * gpio: pca953x: Add support for CAT9554Geert Uytterhoeven2019-03-221-0/+1
| | * gpio: vf610: Don't use explicit &pdev->dev in vf610_gpio_probe()Andrey Smirnov2019-03-181-3/+3
| | * gpio: vf610: Use devres to remove gpiochipAndrey Smirnov2019-03-181-14/+1
| | * gpio: vf610: Use devres to disable clk_gpioAndrey Smirnov2019-03-181-2/+4
| | * gpio: vf610: Use devres to disable clk_portAndrey Smirnov2019-03-181-6/+10
| | * gpio: vf610: Simplify vf610_gpio_get()Andrey Smirnov2019-03-181-7/+5
| | * gpio: vf610: Simplify vf610_gpio_set()Andrey Smirnov2019-03-181-4/+2
| | * gpio: vf610: Do not share irq_chipAndrey Smirnov2019-03-181-14/+12
| * | gpio: pca953x: Configure wake-up path when wake-up is enabledGeert Uytterhoeven2019-04-081-5/+16
| * | gpio: of: Optimize quirk checksGeert Uytterhoeven2019-04-081-6/+5
| * | Merge tag 'v5.1-rc3' into develLinus Walleij2019-04-086-16/+25
| |\ \
| * | | gpio: mmio: Drop bgpio_dir_invertedLinus Walleij2019-04-081-7/+0
| * | | gpio: mmio: Fix bgpio_get_set & bgpio_get_set_multipleJan Kotas2019-04-051-19/+2
| * | | gpio: Set proper argument value to set_configMaxime Ripard2019-04-051-1/+13
| * | | gpio: omap: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
| * | | gpio: omap: avoid clang warningArnd Bergmann2019-04-051-278/+263
| * | | gpio: zynq: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
| * | | drivers: gpio: xlp: devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-6/+1
| * | | drivers: gpio: zx: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
| * | | drivers: gpio: xgene-sb: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1
| * | | drivers: gpio: vf610: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-5/+2
| * | | drivers: gpio: uniphier: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-051-3/+1