aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-orion (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-23ARM: orion: fix include pathArnd Bergmann1-1/+1
2022-02-03ARM: orion/gpio: Get rid of unused first parameter in orion_gpio_init()Andy Shevchenko2-8/+3
2020-07-18ARM: orion/gpio: Make use of for_each_requested_gpio()Andy Shevchenko1-6/+2
2020-03-13ARM: orion: replace setup_irq() by request_irq()afzal mohammed1-7/+3
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-04-07ARM: orion: don't use using 64-bit DMA masksArnd Bergmann1-2/+2
2019-01-17ARM: orion5x: Include platform_data/dsa.hFlorian Fainelli1-1/+1
2018-11-02ARM: orion: avoid VLA in orion_mpp_confArnd Bergmann1-1/+6
2018-02-22ARM: orion: fix orion_ge00_switch_board_info initializationArnd Bergmann1-12/+11
2017-03-30ARM: orion5x: only call into phylib when availableArnd Bergmann1-0/+5
2017-02-07ARM: orion: Register DSA switch as a MDIO deviceFlorian Fainelli2-8/+21
2016-10-17ARM/orion/gpio: Replace three seq_printf() calls by seq_puts() in orion_gpio_dbg_show()Markus Elfring1-3/+3
2016-09-14ARM: orion: simplify orion_ge00_switch_initArnd Bergmann2-26/+3
2016-09-14ARM: mvebu/orion: remove NO_IRQ check from device initArnd Bergmann1-23/+29
2016-09-14ARM: mv78xx0: simplify ethernet device creationArnd Bergmann2-10/+4
2016-03-19Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-0/+13
2016-02-19ARM: plat-orion: use gpiochip data pointerLinus Walleij1-15/+9
2016-01-26ARM: orion: implement ARM delay timerRussell King1-0/+13
2015-12-07ARM: orion: always use MULTI_IRQ_HANDLERArnd Bergmann2-2/+0
2015-12-07ARM: orion: move watchdog setup to mach-orion5xArnd Bergmann2-23/+0
2015-10-14Merge tag 'mvebu-fixes-4.3-1' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann1-1/+1
2015-10-06ARM: orion: Fix DSA platform device after mvmdio conversionFlorian Fainelli1-1/+1
2015-09-16genirq: Remove irq argument from irq flow handlersThomas Gleixner1-1/+1
2015-08-05Merge branch 'queue/irq/arm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next/cleanupOlof Johansson1-4/+5
2015-07-17ARM/orion/time: Migrate to new 'set-state' interfaceViresh Kumar1-45/+48
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
2015-05-06ARM: orion: use clkdev_create()Russell King1-5/+1
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-2/+6
2014-12-08Merge branch 'device-properties'Rafael J. Wysocki2-2/+6
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 Westerberg2-2/+6
2014-11-01ARM: orion: Fix for certain sequence of request_irq can cause irq stormEvgeniy Dushistov1-4/+32
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-1/+1
2014-04-26ARM: orion: remove no longer needed gpio DT codeThomas Petazzoni2-49/+0
2014-04-26ARM: orion: remove no longer needed DT IRQ codeThomas Petazzoni2-33/+0
2014-04-26ARM: orion: switch to a per-platform handle_irq() functionThomas Petazzoni1-45/+0
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+6
2014-02-22ARM: orion: Move cache-feroceon-l2.h out of plat-orionAndrew Lunn1-11/+0
2014-02-22watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia1-4/+6
2014-01-31Merge tag 'mvebu-fixes-3.13-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson1-0/+47
2014-01-23Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+2
2014-01-16ARM: orion: provide C-style interrupt handler for MULTI_IRQ_HANDLERSebastian Hesselbarth1-0/+47
2013-11-24ARM: Orion: Add missing includesAndrew Lunn2-4/+6
2013-11-23arm: plat-orion: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-11-21ARM: orion: Switch to sched_clock_register()Stephen Boyd1-2/+2
2013-07-25ARM: plat-orion: add reg offset to DT irq driver stubSebastian Hesselbarth1-1/+1
2013-07-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner2-6/+7