summaryrefslogtreecommitdiff
path: root/arch/arm/plat-orion
AgeCommit message (Expand)AuthorFilesLines
2013-05-20ARM: plat-orion: Fix num_resources and id for ge10 and ge11Gregory CLEMENT1-6/+6
2013-05-13ARM: plat-orion: add missing ehci include to common.hSebastian Hesselbarth1-0/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-2/+2
2013-05-07Merge tag 'soc-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-184/+59
2013-05-02Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-5/+11
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-1/+1
2013-04-15arm: plat-orion: remove addr-map codeThomas Petazzoni1-178/+0
2013-04-15arm: mach-mv78xx0: convert to use the mvebu-mbus driverThomas Petazzoni1-2/+0
2013-04-15arm: mach-orion5x: convert to use mvebu-mbus driverThomas Petazzoni1-1/+0
2013-04-15arm: mach-dove: convert to use mvebu-mbus driverThomas Petazzoni1-1/+0
2013-04-15arm: mach-kirkwood: convert to use mvebu-mbus driverThomas Petazzoni1-1/+0
2013-04-15arm: mach-mvebu: convert to use mvebu-mbus driverThomas Petazzoni1-1/+0
2013-04-02Merge branch 'gic' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/...Olof Johansson1-2/+5
2013-03-30Merge tag 'tags/cleanup_for_v3.10' into mvebu/socJason Cooper2-5/+11
2013-03-30ARM: Orion: add dbg_show function to gpio-orion driverSimon Guinot1-0/+59
2013-03-22mv643xx_eth: convert to use the Marvell Orion MDIO driverFlorian Fainelli1-23/+31
2013-03-20arm: plat-orion: use GPIO driver on CONFIG_GPIOLIBAlexandre Courbot1-1/+1
2013-03-17arm: plat-orion: use mv_mbus_dram_info() in PCIe codeThomas Petazzoni1-4/+6
2013-03-17arm: plat-orion: only build addr-map.c when neededThomas Petazzoni1-1/+5
2013-03-08arm: plat-orion: fix address decoding when > 4GB is usedThomas Petazzoni1-2/+5
2013-02-21Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+1
2013-01-23arm: plat-orion: fix printing of "MPP config unavailable on this hardware"Gerlando Falauto1-1/+1
2013-01-14ARM: use clockevents_config_and_register() where possibleShawn Guo1-5/+1
2012-12-14Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds4-129/+69
2012-11-24ARM: Kirkwood: Make use of mvebu pincltl and gpio driversAndrew Lunn1-5/+1
2012-11-21Merge tag 'marvell-hwiocc-for-3.8' of git://github.com/MISL-EBU-System-SW/mai...Jason Cooper2-0/+5
2012-11-21arm: plat-orion: Add coherency attribute when setup mbus targetGregory CLEMENT2-0/+5
2012-11-20dma: mv_xor: remove the pool_size from platform_dataThomas Petazzoni1-16/+2
2012-11-20dma: mv_xor: remove hw_id field from platform_dataThomas Petazzoni1-4/+0
2012-11-20dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni1-2/+2
2012-11-20dma: mv_xor: rename mv_xor_shared_platform_data to mv_xor_platform_dataThomas Petazzoni1-2/+2
2012-11-20dma: mv_xor: rename mv_xor_platform_data to mv_xor_channel_dataThomas Petazzoni1-14/+14
2012-11-20dma: mv_xor: remove 'shared' from mv_xor_platform_dataThomas Petazzoni1-8/+0
2012-11-20arm: plat-orion: remove unused orion_xor_init_channels()Thomas Petazzoni1-20/+0
2012-11-20arm: plat-orion: convert the registration of the xor1 engine to the single dr...Thomas Petazzoni1-52/+42
2012-11-20arm: plat-orion: convert the registration of the xor0 engine to the single dr...Thomas Petazzoni1-52/+42
2012-11-20ARM: Kirkwood: switch to DT clock providersAndrew Lunn1-0/+1
2012-09-28ARM: mvebu: fix build breaks from multi-platform conversionRob Herring1-0/+1
2012-09-22Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson9-34/+30
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson6-105/+2
2012-09-21arm: plat-orion: make bridge_virt_base non-const to support DT use caseThomas Petazzoni1-1/+1
2012-09-21arm: plat-orion: introduce PLAT_ORION_LEGACY hidden config optionThomas Petazzoni1-5/+4
2012-09-21arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni2-9/+6
2012-09-21arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni2-6/+6
2012-09-21arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni2-4/+4
2012-09-21arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni2-10/+10
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann6-105/+2
2012-09-14ARM: orion: move custom gpio functions to orion-gpio.hRob Herring4-3/+4
2012-08-15ARM: Orion: Set eth packet size csum offload limitArnaud Patard (Rtp)2-4/+10
2012-07-27ARM: Orion: Add arch support needed for I2C via DT.Andrew Lunn1-0/+1