aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion/gpio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-03ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init()Andy Shevchenko1-6/+2
2020-07-18ARM: orion/gpio: Make use of for_each_requested_gpio()Andy Shevchenko1-6/+2
2016-10-17ARM/orion/gpio: Replace three seq_printf() calls by seq_puts() in orion_gpio_dbg_show()Markus Elfring1-3/+3
2016-02-19ARM: plat-orion: use gpiochip data pointerLinus Walleij1-15/+9
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-07-13ARM/orion/gpio: Prepare gpio_irq_handler for irq argument removalThomas Gleixner1-1/+1
2015-07-13ARM, irq: Use irq_desc_get_xxx() to avoid redundant lookup of irq_descJiang Liu1-1/+1
2015-07-13ARM/orion: Consolidate chained IRQ handler install/removeThomas Gleixner1-2/+3
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+2
2014-12-08Merge branch 'device-properties'Rafael J. Wysocki1-1/+2
2014-11-26ARM: orion: convert the irq_reg_{readl,writel} calls to the new APIGregory CLEMENT1-4/+4
2014-11-04leds: leds-gpio: Convert gpio_blink_set() to use GPIO descriptorsMika Westerberg1-1/+2
2014-11-01ARM: orion: Fix for certain sequence of request_irq can cause irq stormEvgeniy Dushistov1-4/+32
2014-04-26ARM: orion: remove no longer needed gpio DT codeThomas Petazzoni1-48/+0
2013-06-25arm: orion: Use irq_get_trigger_type() to get IRQ flagsJavier Martinez Canillas1-1/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-1/+1
2013-03-30ARM: Orion: add dbg_show function to gpio-orion driverSimon Guinot1-0/+59
2012-09-14ARM: orion: move custom gpio functions to orion-gpio.hRob Herring1-1/+1
2012-07-27ARM: Orion: DT support for IRQ and GPIO ControllersAndrew Lunn1-41/+125
2012-05-15orion/kirkwood: create a generic function for gpio led blinkingArnaud Patard (Rtp)1-0/+23
2012-05-15kirkwood/orion: fix orion_gpio_set_blinkArnaud Patard (Rtp)1-2/+2
2011-12-19ARM: plat-orion: make gpiochip label uniqueHolger Brunck1-1/+5
2011-07-07genirq: replace irq_gc_ack() with {set,clr}_bit variants (fwd)Simon Guinot1-1/+1
2011-05-16arm: orion: Use generic irq chipThomas Gleixner1-76/+36
2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner1-2/+2
2011-03-29arm: Cleanup the irq namespaceThomas Gleixner1-3/+3
2011-03-29arm: Cleanup irq_desc accessThomas Gleixner1-15/+10
2011-03-03ARM: Remove dependency of plat-orion GPIO code on mach directory includes.Lennert Buytenhek1-146/+310
2011-01-13ARM: plat-orion: irq_data conversion.Lennert Buytenhek1-19/+18
2009-06-08[ARM] orion: convert gpio to use gpiolibErik Benada1-119/+75
2009-02-19[ARM] Orion: make gpio /input/output validation separateNicolas Pitre1-9/+20
2009-02-17[ARM] 5401/1: Orion: fix edge triggered GPIO interrupt supportNicolas Pitre1-48/+25
2008-12-20[ARM] Orion: share GPIO IRQ handling codeLennert Buytenhek1-0/+176
2008-12-20[ARM] Orion: share GPIO handling codeLennert Buytenhek1-0/+239