summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mv78xx0
AgeCommit message (Expand)AuthorFilesLines
2019-08-14ARM: orion/mvebu: unify debug-ll virtual addressesArnd Bergmann1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-15clk: Remove io.h from clk-provider.hStephen Boyd1-0/+1
2018-11-23PCI: consolidate PCI config entry in drivers/pciChristoph Hellwig1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-28ARM/PCI: Convert PCI scan API to pci_scan_root_bus_bridge()Lorenzo Pieralisi1-5/+11
2017-01-27ARM: mv78xx0: fix possible PCI buffer overflowArnd Bergmann1-1/+1
2016-09-14ARM: mv78xx0: simplify ethernet device creationArnd Bergmann1-7/+2
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij1-1/+1
2016-04-27ARM: mv78xx0: Remove CLK_IS_ROOTStephen Boyd1-2/+1
2016-03-20Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-4/+2
2016-02-25ARM: mv78xx0: avoid unused function warningArnd Bergmann1-3/+2
2016-02-08Merge tag 'mvebu-cleanup-4.6-1' of git://git.infradead.org/linux-mvebu into n...Olof Johansson1-1/+2
2016-02-08ARM: drop unused Makefile.boot of Multiplatform SoCsMasahiro Yamada1-3/+0
2016-01-25ARM: mv78xx0: use "depends on" instead of "if" after promptMasahiro Yamada1-1/+2
2015-12-07ARM: mv78xx0: multiplatform supportArnd Bergmann3-48/+13
2015-12-07ARM: mv78xx0: clean up mach/*.h headersArnd Bergmann12-32/+10
2015-12-07ARM: orion: use SPARSE_IRQ everywhereArnd Bergmann5-1/+6
2015-12-07ARM: orion: always use MULTI_IRQ_HANDLERArnd Bergmann2-41/+33
2015-03-19PCI: Cleanup control flowBjorn Helgaas1-8/+4
2014-04-05Merge tag 'drivers-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds1-0/+1
2014-04-05Merge tag 'soc-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-1/+1
2014-02-22ARM: orion: Move cache-feroceon-l2.h out of plat-orionAndrew Lunn1-1/+1
2014-02-22watchdog: orion: Make RSTOUT register a separate resourceEzequiel Garcia1-0/+1
2014-02-18Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ...Olof Johansson1-9/+0
2013-12-20ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, tooUwe Kleine-König1-9/+0
2013-12-03ARM: mv78xx0: delete local <mach/gpio.h> headerLinus Walleij1-9/+0
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-12/+11
2013-08-25ARM: debug: move 8250 debug include into arch/arm/include/debug/Russell King1-8/+0
2013-08-25ARM: debug: provide 8250 debug uart phys/virt address configuration optionsRussell King1-10/+0
2013-08-25ARM: debug: provide 8250 debug uart register shift configuration optionRussell King1-1/+0
2013-08-06ARM: mv78xx0: Move to ID based window creationThomas Petazzoni1-12/+11
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeRobin Holt2-2/+4
2013-04-15arm: mach-mv78xx0: convert to use the mvebu-mbus driverThomas Petazzoni5-106/+29
2013-02-05Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson1-1/+0
2013-01-14Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson1-1/+1
2013-01-11ARM: remove unused arch_decomp_wdog()Shawn Guo1-1/+0
2013-01-03ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-24ARM: delete struct sys_timerStephen Warren5-9/+5
2012-10-07Merge branch 'late/fixes' into fixesOlof Johansson2-2/+2
2012-10-07ARM: mv78xx0: correct addr_map_cfg __initdata annotationArnd Bergmann1-1/+1
2012-10-07ARM: mv78xx0: mark mv78xx0_timer_init as __init_refokArnd Bergmann1-1/+1
2012-09-22Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson6-64/+65
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson1-2/+2
2012-09-21arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni1-2/+2
2012-09-21arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni1-3/+2
2012-09-21arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni1-2/+1
2012-09-21arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni1-8/+4
2012-09-21arm: mach-mv78xx0: use IOMEM() for base address definitionsThomas Petazzoni6-24/+31