summaryrefslogtreecommitdiffstats
path: root/drivers/gpio
AgeCommit message (Expand)AuthorLines
2017-07-07Merge (most of) tag 'mfd-next-4.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+13
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-425/+1188
2017-07-06Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1065/+406
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-5/+8
2017-07-03gpio-exar/8250-exar: Make set of exported GPIOs configurableJan Kiszka-23/+33
2017-07-03gpio-exar/8250-exar: Rearrange gpiochip parenthoodJan Kiszka-1/+1
2017-07-03gpio: exar: Fix iomap requestJan Kiszka-7/+3
2017-07-03gpio-exar/8250-exar: Do not even instantiate a GPIO device for Commtech cardsJan Kiszka-3/+0
2017-06-29gpio: acpi: Skip _AEI entries without a handler rather then aborting the scanHans de Goede-1/+1
2017-06-29Merge tag 'v4.12-rc7' into develLinus Walleij-22/+50
2017-06-29gpio: rcar: Add R8A7743 (RZ/G1M) supportBiju Das-0/+4
2017-06-29gpio: gpio-wcove: Fix GPIO control register offset calculationKuppuswamy Sathyanarayanan-24/+51
2017-06-29gpiolib: fix filtering out unwanted eventsBartosz Golaszewski-1/+2
2017-06-21gpio: lp87565: Add support for GPIOKeerthy-0/+201
2017-06-21gpio: dwapb: fix missing first irq for edgeboth irq typeXiaoguang Chen-1/+2
2017-06-20gpio: mvebu: change compatible string for PWM supportRalph Sennhauser-3/+3
2017-06-20gpio: exar: Fix reading of directions and valuesJan Kiszka-4/+4
2017-06-20gpio: exar: Allocate resources on behalf of the platform deviceJan Kiszka-2/+2
2017-06-20gpio-exar/8250-exar: Fix passing in of parent PCI deviceJan Kiszka-1/+1
2017-06-20gpio: mockup: use devm_kcalloc() where applicableBartosz Golaszewski-4/+4
2017-06-20gpio: mockup: add myself as authorBartosz Golaszewski-0/+2
2017-06-20gpio: mockup: improve the error messageBartosz Golaszewski-2/+3
2017-06-20gpio: mockup: don't return magic numbers from probe()Bartosz Golaszewski-1/+1
2017-06-20gpio: mockup: improve readabilityBartosz Golaszewski-7/+13
2017-06-20gpio: mockup: refuse to accept an odd number of GPIO rangesBartosz Golaszewski-1/+1
2017-06-20gpio: mockup: tweak gpio_mockup_event_write()Bartosz Golaszewski-11/+10
2017-06-20gpio: mockup: improve the debugfs input sanitizationBartosz Golaszewski-12/+7
2017-06-19mfd: intel_soc_pmic_bxtwc: Remove second level IRQ for gpio deviceKuppuswamy Sathyanarayanan-1/+13
2017-06-16gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT-71/+141
2017-06-16gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT-2/+2
2017-06-16gpio: zynq: Clarify quirk and provide helper functionSoren Brinkmann-6/+15
2017-06-16gpio: merrifield: Remove unused headerAndy Shevchenko-1/+0
2017-06-16gpio: of: Spelling: s/retures/returns/Geert Uytterhoeven-1/+1
2017-06-09gpio: use class_groups instead of class_attrsGreg Kroah-Hartman-5/+8
2017-06-09gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud-0/+7
2017-06-09gpio: mvebu: fix blink counter register selectionRichard Genoud-1/+1
2017-05-31gpio: xra1403: select REGMAP_SPIArnd Bergmann-0/+1
2017-05-31gpiolib: remove unused variableArnd Bergmann-2/+0
2017-05-29gpio/pinctrl: ingenic: depend on OFLinus Walleij-0/+1
2017-05-29gpio: adp5588: move header file out of I2C realmWolfram Sang-1/+1
2017-05-29gpio: ml-ioh: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski-3/+13
2017-05-29gpio: sta2x11: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski-2/+10
2017-05-29gpio: pch: check the return value of irq_alloc_generic_chip()Bartosz Golaszewski-3/+12
2017-05-29gpio: mockup: support irqmask and irqunmaskBartosz Golaszewski-6/+20
2017-05-29gpio: mockup: be quiet unless something goes wrongBartosz Golaszewski-3/+0
2017-05-29gpio: mockup: add prefixes to the direction enumBartosz Golaszewski-4/+4
2017-05-29gpio: mockup: fix direction valuesBartosz Golaszewski-2/+2
2017-05-29gpiolib: Re-use bitmap_fill() instead of open coded loopAndy Shevchenko-3/+2
2017-05-29gpio: acpi: Split out acpi_gpio_get_irq_resource() helperAndy Shevchenko-5/+18
2017-05-29gpio: acpi: Override GPIO initialization flagsAndy Shevchenko-6/+67