aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mvebu.c
AgeCommit message (Expand)AuthorFilesLines
2015-01-15gpio: mvebu: Fix probe cleanup on errorGravatar Andrew Lunn 1-6/+17
2015-01-15gpio: mvebu: checkpatch fixesGravatar Andrew Lunn 1-35/+42
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+0
2014-11-03gpio: mvebu: add suspend/resume supportGravatar Thomas Petazzoni 1-0/+99
2014-10-20gpio: drop owner assignment from platform_driversGravatar Wolfram Sang 1-1/+0
2014-05-09gpio: mvebu: Remove initcall-based driver initializationGravatar Ezequiel Garcia 1-6/+1
2014-05-09gpio: mvebu: Make of_device_id array constGravatar Jingoo Han 1-1/+1
2014-05-09gpio: mvebu: remove unnecessary OOM messagesGravatar Jingoo Han 1-3/+1
2014-02-12gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibilityGravatar Thomas Petazzoni 1-0/+7
2014-01-02gpio: mvebu: Do not hard code error codeGravatar Sachin Kamat 1-1/+1
2013-12-09Merge tag 'v3.13-rc3' into develGravatar Linus Walleij 1-1/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanGravatar Linus Walleij 1-1/+1
2013-11-25gpio: mvebu: make mvchip->irqbase signed for error handlingGravatar Dan Carpenter 1-1/+1
2013-08-16drivers/gpio: simplify use of devm_ioremap_resourceGravatar Julia Lawall 1-6/+1
2013-06-25gpio: mvebu: Use irq_get_trigger_type() to get IRQ flagsGravatar Javier Martinez Canillas 1-1/+1
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceGravatar Wolfram Sang 1-5/+0
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-13/+72
2013-03-27gpio: mvebu: add dbg_show functionGravatar Simon Guinot 1-0/+59
2013-03-27gpio: gpio-mvebu.c: fix checkpatch errorsGravatar Laurent Navet 1-13/+13
2013-03-08gpio: mvebu: Add clk support to prevent lockupGravatar Andrew Lunn 1-0/+7
2013-01-25Merge 3.8-rc5 into driver-core-nextGravatar Greg Kroah-Hartman 1-10/+2
2013-01-22gpio: Convert to devm_ioremap_resource()Gravatar Thierry Reding 1-8/+8
2013-01-17gpio: mvebu: Don't free chip label memoryGravatar Thierry Reding 1-6/+0
2012-12-19gpio/mvebu-gpio: Make mvebu-gpio depend on OF_CONFIGGravatar Gregory CLEMENT 1-17/+0
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+2
2012-12-11Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Gravatar Linus Torvalds 1-4/+5
2012-11-28gpio: remove use of __devinitdataGravatar Bill Pemberton 1-1/+1
2012-11-28gpio: remove use of __devinitGravatar Bill Pemberton 1-1/+1
2012-11-17mvebu-gpio: Disable blinking when enabling a GPIO for outputGravatar Jamie Lentin 1-0/+23
2012-11-08gpio: mvebu: Set free callback for gpio_chipGravatar Axel Lin 1-2/+3
2012-10-30Merge tag 'gpio-fixes-v3.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+3
2012-10-30GPIO: mvebu-gpio: Don't initialize the mask_cacheGravatar Andrew Lunn 1-1/+1
2012-10-26gpio/mvebu: convert to use irq_domain_add_simple()Gravatar Linus Walleij 1-2/+2
2012-10-24gpio: mvebu: correctly set the value in direction_output()Gravatar Thomas Petazzoni 1-0/+2
2012-10-17gpio: mvebu: Add missing breaks in mvebu_gpio_irq_set_typeGravatar Axel Lin 1-0/+3
2012-09-22gpio: introduce gpio-mvebu driver for Marvell SoCsGravatar Thomas Petazzoni 1-0/+679