summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-dove
Commit message (Expand)AuthorAgeFilesLines
* ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge tag 'mvebu' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-142-19/+45
|\
| * arm: dove: Convert Dove to DT XOR DMA engineSebastian Hesselbarth2012-11-201-10/+0
| * dma: mv_xor: change the driver name to 'mv_xor'Thomas Petazzoni2012-11-201-4/+5
| * ARM: dove: switch to DT clock providersSebastian Hesselbarth2012-11-202-15/+50
* | Dove: Fix irq_to_pmu()Russell King - ARM Linux2012-11-211-1/+1
* | Dove: Attempt to fix PMU/RTC interruptsRussell King - ARM Linux2012-11-211-1/+13
|/
* ARM: dove: Add crypto engine to DTSebastian Hesselbarth2012-10-171-1/+0
* ARM: dove: Fix clock names of sata and gbeSebastian Hesselbarth2012-10-171-2/+2
* ARM: dove: Fix tauros2 device tree initSebastian Hesselbarth2012-10-171-1/+2
* ARM: dove: Add pcie clock supportSebastian Hesselbarth2012-10-171-0/+5
* ARM: kirkwood: move new dtbs to common MakefileOlof Johansson2012-09-221-4/+0
* Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson2012-09-225-81/+81
|\
| * arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni2012-09-211-1/+1
| * arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni2012-09-211-3/+2
| * arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni2012-09-211-2/+1
| * arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni2012-09-211-8/+4
| * arm: mach-dove: use IOMEM() for base address definitionsThomas Petazzoni2012-09-216-26/+32
| * arm: mach-dove: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-67/+67
* | Merge branch 'kirkwood/boards' of git://git.infradead.org/users/jcooper/linux...Olof Johansson2012-09-226-32/+194
|\ \
| * | ARM: Dove: allow PCI to be disabledRussell King2012-09-212-2/+6
| * | ARM: dove: SolidRun CuBox DTSebastian Hesselbarth2012-09-211-0/+1
| * | ARM: dove: add device tree descriptorsSebastian Hesselbarth2012-09-211-0/+3
| * | ARM: dove: add device tree based machine descriptorSebastian Hesselbarth2012-09-212-0/+74
| * | ARM: dove: add crypto engineSebastian Hesselbarth2012-09-211-0/+9
| * | ARM: dove: add clock gating controlSebastian Hesselbarth2012-09-212-19/+92
| * | ARM: dove: unify clock setupSebastian Hesselbarth2012-09-211-10/+9
| |/
* | Merge branch 'multiplatform/platform-data' into next/multiplatformOlof Johansson2012-09-221-1/+1
|\ \
| * | ARM: orion: move platform_data definitionsArnd Bergmann2012-09-191-1/+1
* | | Merge tag 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-203-9/+2
|\ \ \
| * | | ARM: make mach/gpio.h headers optionalRob Herring2012-09-141-1/+0
| * | | ARM: orion: move custom gpio functions to orion-gpio.hRob Herring2012-09-143-9/+3
| | |/ | |/|
* | | Merge branch 'next/dt' into next/multiplatformOlof Johansson2012-09-201-1/+1
|\ \ \
| * \ \ Merge branch 'pinmux-dt' of git://gitorious.org/sirfprima2-kernel/sirfprima2-...Olof Johansson2012-09-051-1/+2
| |\ \ \ | | |/ /
| * | | ARM: mmp&dove: modify tauros2_init callChao Xie2012-08-161-1/+1
| | |/ | |/|
* | | Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson2012-09-121-1/+2
|\ \ \ | | |/ | |/|
| * | ARM: Orion: Set eth packet size csum offload limitArnaud Patard (Rtp)2012-08-151-1/+2
| |/
* | Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann2012-08-134-63/+17
|\ \ | |/ |/|
| * ARM: dove: use fixed PCI i/o mappingRob Herring2012-07-264-63/+17
* | ARM: Orion: DT support for IRQ and GPIO ControllersAndrew Lunn2012-07-271-29/+29
* | ARM: Dove: Fixup ge00 initialisationHannes Reinecke2012-07-251-2/+2
|/
* ARM: Orion: Fix WDT compile for Dove and MV78xx0Andrew Lunn2012-07-042-0/+2
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-262-15/+25
|\
| * ARM: Orion: UART: Get the clock rate via clk_get_rate().Andrew Lunn2012-05-081-4/+4
| * ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn2012-05-081-2/+1
| * ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn2012-05-082-3/+4
| * ARM: Orion: Add clocks using the generic clk infrastructure.Andrew Lunn2012-05-081-6/+16
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-222-5/+5
|\ \
| * | Dove: Fix Section mismatch warningsAndrew Lunn2012-05-142-5/+5
| |/
* | ARM: PCI: dove/kirkwood/mv78xx0: use sys->private_dataRussell King2012-05-161-16/+7
OpenPOWER on IntegriCloud