summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x/common.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-24ARM: delete struct sys_timerStephen Warren1-5/+1
2012-11-21arm: orion5x: basic Device Tree supportThomas Petazzoni1-2/+2
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds1-2/+2
2012-10-01Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-2/+2
2012-10-01Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-10/+0
2012-09-26ARM: Orion5x: Fix too small coherent pool.Andrew Lunn1-0/+7
2012-09-22Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson1-2/+2
2012-09-22Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson1-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 UART registration functionsThomas Petazzoni1-4/+2
2012-09-21arm: mach-orion5x: use IOMEM() for base address definitionsThomas Petazzoni1-8/+11
2012-09-19ARM: orion: move platform_data definitionsArnd Bergmann1-2/+2
2012-09-12Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson1-1/+2
2012-08-15ARM: Orion: Set eth packet size csum offload limitArnaud Patard (Rtp)1-1/+2
2012-07-26ARM: orion5x: use fixed PCI i/o mappingRob Herring1-10/+0
2012-05-26Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+22
2012-05-14Orion5x: Fix Section mismatch warningsAndrew Lunn1-1/+1
2012-05-08ARM: Orion: UART: Get the clock rate via clk_get_rate().Andrew Lunn1-2/+2
2012-05-08ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn1-1/+1
2012-05-08ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn1-1/+1
2012-05-08ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn1-1/+3
2012-05-08ARM: Orion: Add clocks using the generic clk infrastructure.Andrew Lunn1-0/+15
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2012-02-09ARM: orion: Fix USB phy for orion5x.Andrew Lunn1-1/+3
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-16/+7
2012-01-05ARM: restart: orion5x: use new restart hookRussell King1-0/+12
2011-12-13ARM: Orion: Remove address map info from all platform data structuresAndrew Lunn1-10/+5
2011-12-13ARM: Orion: mbus_dram_info consolidationAndrew Lunn1-5/+6
2011-12-13ARM: Orion: Consolidate the address map setupAndrew Lunn1-6/+1
2011-10-17ARM: platform fixups: remove mdesc argument to fixup functionRussell King1-2/+2
2011-05-16ARM: orion: Consolidate setup of the crypto engine.Andrew Lunn1-29/+7
2011-05-16ARM: orion: Consolidate SATA platform setup.Andrew Lunn1-27/+2
2011-05-16ARM: orion: Consolidate USB platform setup code.Andrew Lunn1-62/+4
2011-05-16ARM: orion: Consolidate the XOR platform setup code.Andrew Lunn1-97/+5
2011-05-16ARM: orion: Consolidate the platform data setup for the watchdog.Andrew Lunn1-16/+1
2011-05-16ARM: orion: Consolidate SPI initialization.Andrew Lunn1-28/+1
2011-05-16ARM: orion: Consolidate I2C initialization.Andrew Lunn1-29/+2
2011-05-16ARM: orion: Consolidate ethernet platform dataAndrew Lunn1-81/+4
2011-05-16ARM: orion: Consolidate the creation of the uart platform data.Andrew Lunn1-76/+5
2011-05-16ARM: orion: Rename some constants to macros to make code more identicalAndrew Lunn1-19/+19
2011-03-03ARM: Remove dependency of plat-orion time code on mach directory includes.Lennert Buytenhek1-1/+9
2010-02-04mach-orion5x/common.c: remove unnecessary (void *) castsH Hartley Sweeten1-2/+2
2009-06-15[ARM] orion5x: register the crypto device on SOCs that support itNicolas Pitre1-1/+9
2009-06-08[ARM] orion5x: add sram support for cryptoSebastian Andrzej Siewior1-0/+36
2009-06-08[ARM] Orion/Kirkwood: rename orion5x_wdt to orion_wdtNicolas Pitre1-3/+3
2009-05-22[ARM] add coherent DMA mask for mv643xx_ethNicolas Pitre1-0/+3
2009-05-21[ARM] Orion: Remove explicit name for platform device resourcesMartin Michlmayr1-2/+0
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang1-2/+2
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+4