summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-08300-6025/+2417
|\ \
| * \ Merge tag 'dmaengine-fix-5.1-rc3' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds2019-03-311-3/+1
| |\ \
| | * | dmaengine: stm32-mdma: Revert "dmaengine: stm32-mdma: Add a check on read_u32...Pierre-Yves MORDRET2019-03-251-3/+1
| | |/
| * | Merge tag 'led-fixes-for-5.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-03-302-11/+13
| |\ \
| | * | leds: trigger: netdev: use memcpy in device_name_storeRasmus Villemoes2019-03-301-1/+2
| | * | leds: pca9532: fix a potential NULL pointer dereferenceKangjie Lu2019-03-301-2/+6
| | * | leds: trigger: netdev: fix refcnt leak on interface renameRafał Miłecki2019-03-261-8/+5
| | |/
| * | Merge tag 'gpio-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2019-03-306-16/+25
| |\ \
| | * \ Merge tag 'gpio-v5.1-rc3-fixes-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Walleij2019-03-293-9/+7
| | |\ \
| | | * | gpio: mockup: use simple_read_from_buffer() in debugfs read callbackBartosz Golaszewski2019-03-281-8/+2
| | | * | gpio: mockup: fix debugfs readBartosz Golaszewski2019-03-271-4/+6
| | | * | Revert "gpio: use new gpio_set_config() helper in more places"Andrew Jeffery2019-03-271-2/+2
| | | * | gpio: aspeed: fix a potential NULL pointer dereferenceKangjie Lu2019-03-251-0/+2