summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mvebu.c
Commit message (Expand)AuthorAgeFilesLines
* gpio: pass lookup and descriptor flags to request_ownLinus Walleij2019-06-071-7/+4Star
* drivers: gpio: mvebu: use devm_platform_ioremap_resource()Enrico Weigelt, metux IT consult2019-04-041-5/+2Star
* gpio: mvebu: implement get_directionBaruch Siach2019-01-101-0/+11
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-291-1/+1
|\
| * gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-141-1/+1
* | gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König2018-12-211-3/+3
|/
* gpio: mvebu: Use the proper APIsLinus Walleij2018-05-161-12/+8Star
* 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/+7Star
* gpio: mvebu: extra whitespace fixesRalph Sennhauser2017-03-161-7/+6Star
* 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/+43Star
* gpio: mvebu: make explicitly non-modularPaul Gortmaker2016-03-311-3/+2Star
* gpio: mvebu: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-231-8/+3Star
* gpio: mvebu: use gpiochip data pointerLinus Walleij2016-01-051-15/+8Star
* 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/+2Star
* 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-151-1/+0Star
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* | gpio: mvebu: add suspend/resume supportThomas Petazzoni2014-11-031-0/+99
|/
* gpio: mvebu: Remove initcall-based driver initializationEzequiel Garcia2014-05-091-6/+1Star
* gpio: mvebu: Make of_device_id array constJingoo Han2014-05-091-1/+1
* gpio: mvebu: remove unnecessary OOM messagesJingoo Han2014-05-091-3/+1Star
* 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/+1Star