aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-14gpio: vf610: add imx7ulp supportDong Aisheng1-3/+44
2017-08-14gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva1-2/+2
2017-08-14gpio: omap : Add missing clk_unprepare().Arvind Yadav1-0/+2
2017-08-14gpio: mb86s7x: Handle return value of clk_prepare_enable.Arvind Yadav1-1/+3
2017-08-14gpio: it87: add support for IT8772F Super I/O.Diego Elio Pettenò1-0/+3
2017-08-14gpio: tegra: Use unsigned int where possibleThierry Reding1-32/+24
2017-08-14gpio: tegra: Fix checkpatch warningsThierry Reding1-12/+20
2017-08-14gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding1-2/+2
2017-08-14gpio: tegra: Remove unnecessary checkThierry Reding1-9/+2
2017-08-14gpio: sysfs: Fixup kerneldocThierry Reding1-4/+4
2017-08-14gpio: acpi: Fixup kerneldocThierry Reding1-2/+2
2017-08-14gpio: devres: Improve kerneldocThierry Reding1-0/+3
2017-08-14gpio: of: Improve kerneldocThierry Reding1-4/+3
2017-08-14gpio: Cleanup kerneldocThierry Reding1-22/+60
2017-08-14gpio: tegra: Use platform_get_irq()Thierry Reding1-5/+5
2017-08-14gpio: tegra: Use platform_irq_count()Thierry Reding1-7/+6
2017-08-14gpio: Convert to using %pOF instead of full_nameRob Herring10-35/+31
2017-08-14gpio: davinci: Convert prinkt to dev_errKeerthy1-2/+1
2017-08-14gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataKeerthy1-2/+12
2017-08-14gpio: altera-a10sr: constify gpio_chip structureGustavo A. R. Silva1-1/+1
2017-08-14gpio: gpio-mxc: gpio_set_wake_irq() use proper return valuesPhilipp Rosenberger1-5/+6
2017-08-14gpio: rcar: add gen[123] fallback compatibility stringsSimon Horman1-0/+10
2017-08-14gpio: replace __maybe_unused in gpiolib.h with static inlineMasahiro Yamada1-1/+1
2017-08-14gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko1-1/+2
2017-08-14gpio: pxa: remove gpio_to_irq() from hw irq handlersGrygorii Strashko1-3/+5
2017-08-14gpiolib: allow gpio irqchip to map irqs dynamicallyGrygorii Strashko1-23/+6
2017-08-14gpiolib: request the gpio before querying its directionTimur Tabi1-0/+11
2017-08-14gpio: pca953x: remove incorrect le16_to_cpu callsAndy Shevchenko1-5/+3
2017-08-14gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT1-1/+1
2017-08-14gpio: reject invalid gpio before getting gpio_descMasami Hiramatsu1-2/+8
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław1-3/+3
2017-08-01gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski1-5/+4
2017-08-01gpio: exar: Use correct property prefix and document bindingsJan Kiszka1-1/+1
2017-08-01gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourcePhilipp Rosenberger1-0/+3
2017-08-01gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHYMasahiro Yamada1-0/+1
2017-07-31gpio: lp87565: Set proper output level and direction for direction_outputAxel Lin1-22/+24
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-1/+13
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds24-425/+1188
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-1065/+406
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-5/+8
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka1-23/+33
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka1-1/+1
2017-07-03gpio: exar: Fix iomap requestJan Kiszka1-7/+3
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka1-3/+0
2017-06-29gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanHans de Goede1-1/+1
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij3-22/+50
2017-06-29gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das1-0/+4
2017-06-29gpio: gpio-wcove: Fix GPIO control register offset calculationKuppuswamy Sathyanarayanan1-24/+51
2017-06-29gpiolib: fix filtering out unwanted eventsBartosz Golaszewski1-1/+2
2017-06-21gpio: lp87565: Add support for GPIOKeerthy3-0/+201