summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-orion5x/common.c
Commit message (Expand)AuthorAgeFilesLines
* arm: orion5x: basic Device Tree supportThomas Petazzoni2012-11-211-2/+2
* Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-10-071-2/+2
|\
| * Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson2012-09-221-2/+2
| |\
| | * arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni2012-09-211-3/+2
| | * arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni2012-09-211-4/+2
| | * arm: mach-orion5x: use IOMEM() for base address definitionsThomas Petazzoni2012-09-211-8/+11
* | | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-10-011-2/+2
|\ \ \ | |/ /
| * | Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-221-2/+2
| |\ \
| | * | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-2/+2
* | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-10-011-10/+0
|\ \ \ \ | |/ / /
| * | | Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson2012-09-121-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | ARM: orion5x: use fixed PCI i/o mappingRob Herring2012-07-261-10/+0
| | |/ | |/|
* | | ARM: Orion5x: Fix too small coherent pool.Andrew Lunn2012-09-261-0/+7
| |/ |/|
* | ARM: Orion: Set eth packet size csum offload limitArnaud Patard (Rtp)2012-08-151-1/+2
|/
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-5/+22
|\
| * ARM: Orion: UART: Get the clock rate via clk_get_rate().Andrew Lunn2012-05-081-2/+2
| * ARM: Orion: WDT: Add clk/clkdev supportAndrew Lunn2012-05-081-1/+1
| * ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn2012-05-081-1/+1
| * ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn2012-05-081-1/+3
| * ARM: Orion: Add clocks using the generic clk infrastructure.Andrew Lunn2012-05-081-0/+15
* | Orion5x: Fix Section mismatch warningsAndrew Lunn2012-05-141-1/+1
|/
* Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* ARM: orion: Fix USB phy for orion5x.Andrew Lunn2012-02-091-1/+3
* Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-091-16/+7
|\
| * ARM: Orion: Remove address map info from all platform data structuresAndrew Lunn2011-12-131-10/+5
| * ARM: Orion: mbus_dram_info consolidationAndrew Lunn2011-12-131-5/+6
| * ARM: Orion: Consolidate the address map setupAndrew Lunn2011-12-131-6/+1
* | ARM: restart: orion5x: use new restart hookRussell King2012-01-051-0/+12
|/
* ARM: platform fixups: remove mdesc argument to fixup functionRussell King2011-10-171-2/+2
* ARM: orion: Consolidate setup of the crypto engine.Andrew Lunn2011-05-161-29/+7
* ARM: orion: Consolidate SATA platform setup.Andrew Lunn2011-05-161-27/+2
* ARM: orion: Consolidate USB platform setup code.Andrew Lunn2011-05-161-62/+4
* ARM: orion: Consolidate the XOR platform setup code.Andrew Lunn2011-05-161-97/+5
* ARM: orion: Consolidate the platform data setup for the watchdog.Andrew Lunn2011-05-161-16/+1
* ARM: orion: Consolidate SPI initialization.Andrew Lunn2011-05-161-28/+1
* ARM: orion: Consolidate I2C initialization.Andrew Lunn2011-05-161-29/+2
* ARM: orion: Consolidate ethernet platform dataAndrew Lunn2011-05-161-81/+4
* ARM: orion: Consolidate the creation of the uart platform data.Andrew Lunn2011-05-161-76/+5
* ARM: orion: Rename some constants to macros to make code more identicalAndrew Lunn2011-05-161-19/+19
* ARM: Remove dependency of plat-orion time code on mach directory includes.Lennert Buytenhek2011-03-031-1/+9
* mach-orion5x/common.c: remove unnecessary (void *) castsH Hartley Sweeten2010-02-041-2/+2
* [ARM] orion5x: register the crypto device on SOCs that support itNicolas Pitre2009-06-151-1/+9
* [ARM] orion5x: add sram support for cryptoSebastian Andrzej Siewior2009-06-081-0/+36
* [ARM] Orion/Kirkwood: rename orion5x_wdt to orion_wdtNicolas Pitre2009-06-081-3/+3
* [ARM] add coherent DMA mask for mv643xx_ethNicolas Pitre2009-05-221-0/+3
* [ARM] Orion: Remove explicit name for platform device resourcesMartin Michlmayr2009-05-211-2/+0
* dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
* dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang2009-04-071-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-261-1/+4
|\
| * Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-261-0/+7
| |\
OpenPOWER on IntegriCloud