aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpio/gpio-mvebu.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-14gpio: mvebu: Fix cause computation in irq handlerGravatar Gregory CLEMENT 1-1/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Gravatar Linus Torvalds 1-208/+332
2017-06-20gpio: mvebu: change compatible string for PWM supportGravatar Ralph Sennhauser 1-3/+3
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-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-23gpio: mvebu: switch to regmap for register accessGravatar Thomas Petazzoni 1-191/+245
2017-05-23gpio: mvebu: sort header includeGravatar Gregory CLEMENT 1-8/+8
2017-04-24gpio: mvebu: Add limited PWM supportGravatar Andrew Lunn 1-12/+315
2017-03-23gpio: mvebu: use BIT macro instead of bit shiftingGravatar Ralph Sennhauser 1-16/+17
2017-03-16gpio: mvebu: let the compiler inlineGravatar Ralph Sennhauser 1-11/+7
2017-03-16gpio: mvebu: extra whitespace fixesGravatar Ralph Sennhauser 1-7/+6
2017-03-16gpio: mvebu: checkpatch: whitespace fixesGravatar Ralph Sennhauser 1-0/+1
2017-03-16gpio: mvebu: checkpatch: unsigned int fixesGravatar Ralph Sennhauser 1-6/+7
2017-03-16gpio: mvebu: start multiline block comments with blank lineGravatar Ralph Sennhauser 1-2/+4
2017-03-16gpio: mvebu: checkpatch: block comment fixesGravatar Ralph Sennhauser 1-8/+16
2017-01-11gpio: mvebu: fix warning when building on 64-bitGravatar Russell King 1-1/+1
2016-11-01gpio/mvebu: Use irq_domain_add_linearGravatar Jason Gunthorpe 1-49/+43
2016-03-31gpio: mvebu: make explicitly non-modularGravatar Paul Gortmaker 1-3/+2
2016-02-23gpio: mvebu: Use devm_gpiochip_add_data() for gpio registrationGravatar Laxman Dewangan 1-8/+3
2016-01-05gpio: mvebu: use gpiochip data pointerGravatar Linus Walleij 1-15/+8
2015-11-19gpio: change member .dev to .parentGravatar Linus Walleij 1-1/+1
2015-10-16gpio: replace trivial implementations of request/free with generic oneGravatar Jonas Gorski 1-12/+2
2015-09-16genirq: Remove irq argument from irq flow handlersGravatar Thomas Gleixner 1-1/+1
2015-07-14gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalGravatar Thomas Gleixner 1-1/+1
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descGravatar Jiang Liu 1-1/+1
2015-07-14gpio/mvebu: Consolidate chained IRQ handler install/removeGravatar Thomas Gleixner 1-2/+2
2015-04-08gpio: mvebu: Fix mask/unmask managment per irq chip typeGravatar Gregory CLEMENT 1-8/+16
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