aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio
AgeCommit message (Expand)AuthorFilesLines
2017-08-14gpio: mvebu: Fix cause computation in irq handlerGravatar Gregory CLEMENT 1-1/+1
2017-08-14gpio: reject invalid gpio before getting gpio_descGravatar Masami Hiramatsu 1-2/+8
2017-08-02gpio: tegra: fix unbalanced chained_irq_enter/exitGravatar Michał Mirosław 1-3/+3
2017-08-01gpiolib: skip unwanted events, don't convert them to opposite edgeGravatar Bartosz Golaszewski 1-5/+4
2017-08-01gpio: exar: Use correct property prefix and document bindingsGravatar Jan Kiszka 1-1/+1
2017-08-01gpio: gpio-mxc: Fix: higher 16 GPIOs usable as wake sourceGravatar Philipp Rosenberger 1-0/+3
2017-08-01gpio: xgene-sb: select IRQ_DOMAIN_HIERARCHYGravatar Masahiro Yamada 1-0/+1
2017-07-31gpio: lp87565: Set proper output level and direction for direction_outputGravatar Axel Lin 1-22/+24
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+13
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 24-425/+1188
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 4-1065/+406
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-5/+8
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableGravatar Jan Kiszka 1-23/+33
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodGravatar Jan Kiszka 1-1/+1
2017-07-03gpio: exar: Fix iomap requestGravatar Jan Kiszka 1-7/+3
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsGravatar Jan Kiszka 1-3/+0
2017-06-29gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanGravatar Hans de Goede 1-1/+1
2017-06-29Merge tag 'v4.12-rc7' into develGravatar Linus Walleij 3-22/+50
2017-06-29gpio: rcar: Add R8A7743 (RZ/G1M) supportGravatar Biju Das 1-0/+4
2017-06-29gpio: gpio-wcove: Fix GPIO control register offset calculationGravatar Kuppuswamy Sathyanarayanan 1-24/+51
2017-06-29gpiolib: fix filtering out unwanted eventsGravatar Bartosz Golaszewski 1-1/+2
2017-06-21gpio: lp87565: Add support for GPIOGravatar Keerthy 3-0/+201
2017-06-21gpio: dwapb: fix missing first irq for edgeboth irq typeGravatar Xiaoguang Chen 1-1/+2
2017-06-20gpio: mvebu: change compatible string for PWM supportGravatar Ralph Sennhauser 1-3/+3
2017-06-20gpio: exar: Fix reading of directions and valuesGravatar Jan Kiszka 1-4/+4
2017-06-20gpio: exar: Allocate resources on behalf of the platform deviceGravatar Jan Kiszka 1-2/+2
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceGravatar Jan Kiszka 1-1/+1
2017-06-20gpio: mockup: use devm_kcalloc() where applicableGravatar Bartosz Golaszewski 1-4/+4
2017-06-20gpio: mockup: add myself as authorGravatar Bartosz Golaszewski 1-0/+2
2017-06-20gpio: mockup: improve the error messageGravatar Bartosz Golaszewski 1-2/+3
2017-06-20gpio: mockup: don't return magic numbers from probe()Gravatar Bartosz Golaszewski 1-1/+1
2017-06-20gpio: mockup: improve readabilityGravatar Bartosz Golaszewski 1-7/+13
2017-06-20gpio: mockup: refuse to accept an odd number of GPIO rangesGravatar Bartosz Golaszewski 1-1/+1
2017-06-20gpio: mockup: tweak gpio_mockup_event_write()Gravatar Bartosz Golaszewski 1-11/+10
2017-06-20gpio: mockup: improve the debugfs input sanitizationGravatar Bartosz Golaszewski 1-12/+7
2017-06-19mfd: intel_soc_pmic_bxtwc: Remove second level IRQ for gpio deviceGravatar Kuppuswamy Sathyanarayanan 1-1/+13
2017-06-16gpio: mvebu: Add support for the Armada 7K/8K SoCsGravatar Gregory CLEMENT 1-71/+141
2017-06-16gpio: mvebu: fix regmap_update_bits usageGravatar Gregory CLEMENT 1-2/+2
2017-06-16gpio: zynq: Clarify quirk and provide helper functionGravatar Soren Brinkmann 1-6/+15
2017-06-16gpio: merrifield: Remove unused headerGravatar Andy Shevchenko 1-1/+0
2017-06-16gpio: of: Spelling: s/retures/returns/Gravatar Geert Uytterhoeven 1-1/+1
2017-06-09gpio: use class_groups instead of class_attrsGravatar Greg Kroah-Hartman 1-5/+8
2017-06-09gpio: mvebu: fix gpio bank registration when pwm is usedGravatar Richard Genoud 1-0/+7
2017-06-09gpio: mvebu: fix blink counter register selectionGravatar Richard Genoud 1-1/+1
2017-05-31gpio: xra1403: select REGMAP_SPIGravatar Arnd Bergmann 1-0/+1
2017-05-31gpiolib: remove unused variableGravatar Arnd Bergmann 1-2/+0
2017-05-29gpio/pinctrl: ingenic: depend on OFGravatar Linus Walleij 1-0/+1
2017-05-29gpio: adp5588: move header file out of I2C realmGravatar Wolfram Sang 1-1/+1
2017-05-29gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Gravatar Bartosz Golaszewski 1-3/+13
2017-05-29gpio: sta2x11: check the return value of irq_alloc_generic_chip()Gravatar Bartosz Golaszewski 1-2/+10