aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpio/gpio-mvebu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-16gpio: mvebu: Use the proper APIsLinus Walleij1-12/+8
2017-08-14gpio: mvebu: Fix cause computation in irq handlerGregory CLEMENT1-1/+1
2017-07-07Merge tag 'gpio-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds1-208/+332
2017-06-20gpio: mvebu: change compatible string for PWM supportRalph Sennhauser1-3/+3
2017-06-16gpio: mvebu: Add support for the Armada 7K/8K SoCsGregory CLEMENT1-71/+141
2017-06-16gpio: mvebu: fix regmap_update_bits usageGregory CLEMENT1-2/+2
2017-06-09gpio: mvebu: fix gpio bank registration when pwm is usedRichard Genoud1-0/+7
2017-06-09gpio: mvebu: fix blink counter register selectionRichard Genoud1-1/+1
2017-05-23gpio: mvebu: switch to regmap for register accessThomas Petazzoni1-191/+245
2017-05-23gpio: mvebu: sort header includeGregory CLEMENT1-8/+8
2017-04-24gpio: mvebu: Add limited PWM supportAndrew Lunn1-12/+315
2017-03-23gpio: mvebu: use BIT macro instead of bit shiftingRalph Sennhauser1-16/+17
2017-03-16gpio: mvebu: let the compiler inlineRalph Sennhauser1-11/+7
2017-03-16gpio: mvebu: extra whitespace fixesRalph Sennhauser1-7/+6
2017-03-16gpio: mvebu: checkpatch: whitespace fixesRalph Sennhauser1-0/+1
2017-03-16gpio: mvebu: checkpatch: unsigned int fixesRalph Sennhauser1-6/+7
2017-03-16gpio: mvebu: start multiline block comments with blank lineRalph Sennhauser1-2/+4
2017-03-16gpio: mvebu: checkpatch: block comment fixesRalph Sennhauser1-8/+16
2017-01-11gpio: mvebu: fix warning when building on 64-bitRussell King1-1/+1
2016-11-01gpio/mvebu: Use irq_domain_add_linearJason Gunthorpe1-49/+43
2016-03-31gpio: mvebu: make explicitly non-modularPaul Gortmaker1-3/+2
2016-02-23gpio: mvebu: Use devm_gpiochip_add_data() for gpio registrationLaxman Dewangan1-8/+3
2016-01-05gpio: mvebu: use gpiochip data pointerLinus Walleij1-15/+8
2015-11-19gpio: change member .dev to .parentLinus Walleij1-1/+1
2015-10-16gpio: replace trivial implementations of request/free with generic oneJonas Gorski1-12/+2
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-14gpio/mvebu: Prepare mvebu_gpio_irq_handler for irq argument removalThomas Gleixner1-1/+1
2015-07-14gpio: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-14gpio/mvebu: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+2
2015-04-08gpio: mvebu: Fix mask/unmask managment per irq chip typeGregory CLEMENT1-8/+16
2015-01-15gpio: mvebu: Fix probe cleanup on errorAndrew Lunn1-6/+17
2015-01-15gpio: mvebu: checkpatch fixesAndrew Lunn1-35/+42
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-03gpio: mvebu: add suspend/resume supportThomas Petazzoni1-0/+99
2014-10-20gpio: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09gpio: mvebu: Remove initcall-based driver initializationEzequiel Garcia1-6/+1
2014-05-09gpio: mvebu: Make of_device_id array constJingoo Han1-1/+1
2014-05-09gpio: mvebu: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-02-12gpio: mvebu: use chained_irq_{enter,exit} for GIC compatibilityThomas Petazzoni1-0/+7
2014-01-02gpio: mvebu: Do not hard code error codeSachin Kamat1-1/+1
2013-12-09Merge tag 'v3.13-rc3' into develLinus Walleij1-1/+1
2013-12-04gpio/pinctrl: make gpio_chip members typed booleanLinus Walleij1-1/+1
2013-11-25gpio: mvebu: make mvchip->irqbase signed for error handlingDan Carpenter1-1/+1
2013-08-16drivers/gpio: simplify use of devm_ioremap_resourceJulia Lawall1-6/+1
2013-06-25gpio: mvebu: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-1/+1
2013-05-18drivers/gpio: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-05-06Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-13/+72
2013-03-27gpio: mvebu: add dbg_show functionSimon Guinot1-0/+59
2013-03-27gpio: gpio-mvebu.c: fix checkpatch errorsLaurent Navet1-13/+13
2013-03-08gpio: mvebu: Add clk support to prevent lockupAndrew Lunn1-0/+7