summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: mvebu: Use the proper APIsLinus Walleij2018-05-161-12/+8
* gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT2017-08-141-1/+1
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-071-208/+332
|\
| * gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT2017-06-161-71/+141
| * gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT2017-06-161-2/+2
| * gpio: mvebu: switch to regmap for register accessThomas Petazzoni2017-05-231-191/+245
| * gpio: mvebu: sort header includeGregory CLEMENT2017-05-231-8/+8
* | gpio: mvebu: change compatible string for PWM supportRalph Sennhauser2017-06-201-3/+3
* | gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud2017-06-091-0/+7
* | gpio: mvebu: fix blink counter register selectionRichard Genoud2017-06-091-1/+1
|/
* gpio: mvebu: Add limited PWM supportAndrew Lunn2017-04-241-12/+315
* gpio: mvebu: use BIT macro instead of bit shiftingRalph Sennhauser2017-03-231-16/+17
* gpio: mvebu: let the compiler inlineRalph Sennhauser2017-03-161-11/+7
* gpio: mvebu: extra whitespace fixesRalph Sennhauser2017-03-161-7/+6
* gpio: mvebu: checkpatch: whitespace fixesRalph Sennhauser2017-03-161-0/+1
* gpio: mvebu: checkpatch: unsigned int fixesRalph Sennhauser2017-03-161-6/+7
* gpio: mvebu: start multiline block comments with blank lineRalph Sennhauser2017-03-161-2/+4
* gpio: mvebu: checkpatch: block comment fixesRalph Sennhauser2017-03-161-8/+16
* gpio: mvebu: fix warning when building on 64-bitRussell King2017-01-111-1/+1
* gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe2016-11-011-49/+43
* gpio: mvebu: make explicitly non-modularPaul Gortmaker2016-03-311-3/+2
* gpio: mvebu: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-8/+3
* gpio: mvebu: use gpiochip data pointerLinus Walleij2016-01-051-15/+8
* gpio: change member .dev to .parentLinus Walleij2015-11-191-1/+1
* gpio: replace trivial implementations of request/free with generic oneJonas Gorski2015-10-161-12/+2
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-161-1/+1
* gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner2015-07-141-1/+1
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-141-1/+1
* gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-141-2/+2
* gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT2015-04-081-8/+16
* gpio: mvebu: Fix probe cleanup on errorAndrew Lunn2015-01-151-6/+17
* gpio: mvebu: checkpatch fixesAndrew Lunn2015-01-151-35/+42
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | gpio: mvebu: add suspend/resume supportThomas Petazzoni2014-11-031-0/+99
|/
* gpio: mvebu: Remove initcall-based driver initializationEzequiel Garcia2014-05-091-6/+1
* gpio: mvebu: Make of_device_id array constJingoo Han2014-05-091-1/+1
* gpio: mvebu: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1
* gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibilityThomas Petazzoni2014-02-121-0/+7
* gpio: mvebu: Do not hard code error codeSachin Kamat2014-01-021-1/+1
* Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-091-1/+1
|\
| * gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter2013-11-251-1/+1
* | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-041-1/+1
|/
* drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2013-08-161-6/+1
* gpio: mvebu: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-251-1/+1
* drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-061-13/+72
|\
| * gpio: mvebu: add dbg_show functionSimon Guinot2013-03-271-0/+59
| * gpio: gpio-mvebu.c: fix checkpatch errorsLaurent Navet2013-03-271-13/+13
* | gpio: mvebu: Add clk support to prevent lockupAndrew Lunn2013-03-081-0/+7
|/
OpenPOWER on IntegriCloud