summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
Commit message (Expand)AuthorAgeFilesLines
* gpio: davinci: Handle the return value of davinci_gpio_irq_setup functionKeerthy2017-08-141-1/+4
* gpio: vf610: add imx7ulp supportDong Aisheng2017-08-141-3/+44
* gpio: msic: fix error return code in platform_msic_gpio_probe()Gustavo A. R. Silva2017-08-141-2/+2
* gpio: omap : Add missing clk_unprepare().Arvind Yadav2017-08-141-0/+2
* gpio: mb86s7x: Handle return value of clk_prepare_enable.Arvind Yadav2017-08-141-1/+3
* gpio: it87: add support for IT8772F Super I/O.Diego Elio Pettenò2017-08-141-0/+3
* gpio: tegra: Use unsigned int where possibleThierry Reding2017-08-141-32/+24
* gpio: tegra: Fix checkpatch warningsThierry Reding2017-08-141-12/+20
* gpio: tegra: Prefer kcalloc() over kzalloc() with multipliesThierry Reding2017-08-141-2/+2
* gpio: tegra: Remove unnecessary checkThierry Reding2017-08-141-9/+2
* gpio: sysfs: Fixup kerneldocThierry Reding2017-08-141-4/+4
* gpio: acpi: Fixup kerneldocThierry Reding2017-08-141-2/+2
* gpio: devres: Improve kerneldocThierry Reding2017-08-141-0/+3
* gpio: of: Improve kerneldocThierry Reding2017-08-141-4/+3
* gpio: Cleanup kerneldocThierry Reding2017-08-141-22/+60
* gpio: tegra: Use platform_get_irq()Thierry Reding2017-08-141-5/+5
* gpio: tegra: Use platform_irq_count()Thierry Reding2017-08-141-7/+6
* gpio: Convert to using %pOF instead of full_nameRob Herring2017-08-1410-35/+31
* gpio: davinci: Convert prinkt to dev_errKeerthy2017-08-141-2/+1
* gpio: davinci: Use devm_gpiochip_add_data in place of gpiochip_add_dataKeerthy2017-08-141-2/+12
* gpio: altera-a10sr: constify gpio_chip structureGustavo A. R. Silva2017-08-141-1/+1
* gpio: gpio-mxc: gpio_set_wake_irq() use proper return valuesPhilipp Rosenberger2017-08-141-5/+6
* gpio: rcar: add gen[123] fallback compatibility stringsSimon Horman2017-08-141-0/+10
* gpio: replace __maybe_unused in gpiolib.h with static inlineMasahiro Yamada2017-08-141-1/+1
* gpio: tegra: remove gpio_to_irq() from hw irq handlersGrygorii Strashko2017-08-141-1/+2
* gpio: pxa: remove gpio_to_irq() from hw irq handlersGrygorii Strashko2017-08-141-3/+5
* gpiolib: allow gpio irqchip to map irqs dynamicallyGrygorii Strashko2017-08-141-23/+6
* gpiolib: request the gpio before querying its directionTimur Tabi2017-08-141-0/+11
* gpio: pca953x: remove incorrect le16_to_cpu callsAndy Shevchenko2017-08-141-5/+3
* gpio: tegra: fix unbalanced chained_irq_enter/exitMichał Mirosław2017-08-021-3/+3
* gpiolib: skip unwanted events, don't convert them to opposite edgeBartosz Golaszewski2017-08-011-5/+4
* gpio: exar: Use correct property prefix and document bindingsJan Kiszka2017-08-011-1/+1
* gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourcePhilipp Rosenberger2017-08-011-0/+3
* gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHYMasahiro Yamada2017-08-011-0/+1
* gpio: lp87565: Set proper output level and direction for direction_outputAxel Lin2017-07-311-22/+24
* Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-071-1/+13
|\
| * mfd: intel_soc_pmic_bxtwc: Remove second level IRQ for gpio deviceKuppuswamy Sathyanarayanan2017-06-191-1/+13
* | Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-0724-425/+1188
|\ \
| * | gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka2017-07-031-23/+33
| * | gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka2017-07-031-1/+1
| * | gpio: exar: Fix iomap requestJan Kiszka2017-07-031-7/+3
| * | gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka2017-07-031-3/+0
| * | gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das2017-06-291-0/+4
| * | gpio: gpio-wcove: Fix GPIO control register offset calculationKuppuswamy Sathyanarayanan2017-06-291-24/+51
| * | gpio: lp87565: Add support for GPIOKeerthy2017-06-213-0/+201
| * | gpio: dwapb: fix missing first irq for edgeboth irq typeXiaoguang Chen2017-06-211-1/+2
| * | gpio: exar: Fix reading of directions and valuesJan Kiszka2017-06-201-4/+4
| * | gpio: exar: Allocate resources on behalf of the platform deviceJan Kiszka2017-06-201-2/+2
| * | gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka2017-06-201-1/+1
| * | gpio: mockup: use devm_kcalloc() where applicableBartosz Golaszewski2017-06-201-4/+4
OpenPOWER on IntegriCloud