summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mvebu.c
Commit message (Expand)AuthorAge
* gpio: mvebu: implement get_directionBaruch Siach2019-01-10
* Merge tag 'gpio-v4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2018-12-28
|\
| * gpio: Pass a flag to gpiochip_request_own_desc()Linus Walleij2018-12-14
* | gpio: mvebu: only fail on missing clk if pwm is actually to be usedUwe Kleine-König2018-12-21
|/
* gpio: mvebu: Use the proper APIsLinus Walleij2018-05-16
* gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT2017-08-14
* Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds2017-07-07
|\
| * gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT2017-06-16
| * gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT2017-06-16
| * gpio: mvebu: switch to regmap for register accessThomas Petazzoni2017-05-23
| * gpio: mvebu: sort header includeGregory CLEMENT2017-05-23
* | gpio: mvebu: change compatible string for PWM supportRalph Sennhauser2017-06-20
* | gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud2017-06-09
* | gpio: mvebu: fix blink counter register selectionRichard Genoud2017-06-09
|/
* gpio: mvebu: Add limited PWM supportAndrew Lunn2017-04-24
* gpio: mvebu: use BIT macro instead of bit shiftingRalph Sennhauser2017-03-23
* gpio: mvebu: let the compiler inlineRalph Sennhauser2017-03-16
* gpio: mvebu: extra whitespace fixesRalph Sennhauser2017-03-16
* gpio: mvebu: checkpatch: whitespace fixesRalph Sennhauser2017-03-16
* gpio: mvebu: checkpatch: unsigned int fixesRalph Sennhauser2017-03-16
* gpio: mvebu: start multiline block comments with blank lineRalph Sennhauser2017-03-16
* gpio: mvebu: checkpatch: block comment fixesRalph Sennhauser2017-03-16
* gpio: mvebu: fix warning when building on 64-bitRussell King2017-01-11
* gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe2016-11-01
* gpio: mvebu: make explicitly non-modularPaul Gortmaker2016-03-31
* gpio: mvebu: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan2016-02-23
* gpio: mvebu: use gpiochip data pointerLinus Walleij2016-01-05
* gpio: change member .dev to .parentLinus Walleij2015-11-19
* gpio: replace trivial implementations of request/free with generic oneJonas Gorski2015-10-16
* genirq: Remove irq argument from irq flow handlersThomas Gleixner2015-09-16
* gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner2015-07-14
* gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu2015-07-14
* gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner2015-07-14
* gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT2015-04-08
* gpio: mvebu: Fix probe cleanup on errorAndrew Lunn2015-01-15
* gpio: mvebu: checkpatch fixesAndrew Lunn2015-01-15
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-14
|\
| * gpio: drop owner assignment from platform_driversWolfram Sang2014-10-20
* | gpio: mvebu: add suspend/resume supportThomas Petazzoni2014-11-03
|/
* gpio: mvebu: Remove initcall-based driver initializationEzequiel Garcia2014-05-09
* gpio: mvebu: Make of_device_id array constJingoo Han2014-05-09
* gpio: mvebu: remove unnecessary OOM messagesJingoo Han2014-05-09
* gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibilityThomas Petazzoni2014-02-12
* gpio: mvebu: Do not hard code error codeSachin Kamat2014-01-02
* Merge tag 'v3.13-rc3' into develLinus Walleij2013-12-09
|\
| * gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter2013-11-25
* | gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij2013-12-04
|/
* drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall2013-08-16
* gpio: mvebu: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas2013-06-25
* drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-18