summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mv78xx0
Commit message (Expand)AuthorAgeFilesLines
* arm: mach-mv78xx0: convert to use the mvebu-mbus driverThomas Petazzoni2013-04-155-106/+29Star
* Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li...Olof Johansson2013-02-051-1/+0Star
|\
| * ARM: remove unused arch_decomp_wdog()Shawn Guo2013-01-111-1/+0Star
* | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-1/+1
|\ \
| * | ARM: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
| |/
* / ARM: delete struct sys_timerStephen Warren2012-12-245-9/+5Star
|/
* Merge branch 'late/fixes' into fixesOlof Johansson2012-10-072-2/+2
|\
| * ARM: mv78xx0: correct addr_map_cfg __initdata annotationArnd Bergmann2012-10-071-1/+1
| * ARM: mv78xx0: mark mv78xx0_timer_init as __init_refokArnd Bergmann2012-10-071-1/+1
* | Merge branch 'kirkwood/addr_decode' of git://git.infradead.org/users/jcooper/...Olof Johansson2012-09-226-64/+65
|\ \
| * | arm: plat-orion: use void __iomem pointers for addr-map functionsThomas Petazzoni2012-09-211-2/+2
| * | arm: plat-orion: use void __iomem pointers for time functionsThomas Petazzoni2012-09-211-3/+2Star
| * | arm: plat-orion: use void __iomem pointers for MPP functionsThomas Petazzoni2012-09-211-2/+1Star
| * | arm: plat-orion: use void __iomem pointers for UART registration functionsThomas Petazzoni2012-09-211-8/+4Star
| * | arm: mach-mv78xx0: use IOMEM() for base address definitionsThomas Petazzoni2012-09-216-24/+31
| * | arm: mach-mv78xx0: use plus instead of or for address definitionsThomas Petazzoni2012-09-212-47/+47
| |/
* | 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 'multi-platform-for-3.7' of git://sources.calxeda.com/kernel/linux ...Olof Johansson2012-09-211-0/+1
|\ \ \
| * | | ARM: orion: move custom gpio functions to orion-gpio.hRob Herring2012-09-141-0/+1
| | |/ | |/|
* | | Merge branch 'clk' of git://github.com/hzhuang1/linux into next/cleanupOlof Johansson2012-09-132-3/+5
|\| |
| * | Merge branch 'fixes-for-v3.6' of git://git.infradead.org/users/jcooper/linux ...Arnd Bergmann2012-08-151-2/+4
| |\ \
| | * | ARM: Orion: Set eth packet size csum offload limitArnaud Patard (Rtp)2012-08-151-2/+4
| | |/
| * / ARM: mv78xx0: fix win_cfg_base prototypeArnd Bergmann2012-08-131-1/+1
| |/
* | Merge branch 'cleanup/io-pci' into next/cleanupsArnd Bergmann2012-08-135-118/+45Star
|\ \ | |/ |/|
| * ARM: mv78xx0: use fixed pci i/o mappingRob Herring2012-07-265-118/+45Star
* | ARM: Orion: DT support for IRQ and GPIO ControllersAndrew Lunn2012-07-271-14/+8Star
|/
* ARM: Orion: Fix WDT compile for Dove and MV78xx0Andrew Lunn2012-07-042-0/+3
* Merge tag 'clock' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-261-15/+30
|\
| * ARM: Orion: UART: Get the clock rate via clk_get_rate().Andrew Lunn2012-05-091-4/+4
| * ARM: Orion: Eth: Add clk/clkdev support.Andrew Lunn2012-05-091-4/+4
| * ARM: Orion: SPI: Add clk/clkdev support.Andrew Lunn2012-05-091-0/+2
| * ARM: Orion: Add clocks using the generic clk infrastructure.Andrew Lunn2012-05-091-7/+20
* | ARM: PCI: dove/kirkwood/mv78xx0: use sys->private_dataRussell King2012-05-161-16/+7Star
* | ARM: PCI: get rid of pci_std_swizzle()Russell King2012-05-131-1/+0Star
|/
* Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2012-03-301-2/+0Star
|\
| * ARM: kill off __mem_pciRob Herring2012-03-071-2/+0Star
* | Merge branch 'for-armsoc' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-242-23/+0Star
|\|
| * Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King2012-02-221-6/+0Star
| |\
| | * ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring2012-02-221-6/+0Star
| * | ARM: big removal of now unused arch_idle()Nicolas Pitre2012-01-211-17/+0Star
| |/
* | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-03-231-2/+2
|\ \
| * | arm/PCI: get rid of device resource fixupsBjorn Helgaas2012-02-241-2/+2
| |/
* | ARM: orion: Fix USB phy for orion5x.Andrew Lunn2012-02-101-1/+2
* | ARM: orion: Fix Orion5x GPIO regression from MPP cleanupAndrew Lunn2012-02-101-113/+113
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2012-01-121-4/+4
|\
| * arm/PCI: convert to pci_scan_root_bus() for correct root bus resourcesBjorn Helgaas2012-01-061-4/+4
* | Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-01-095-100/+30Star
|\ \
| * \ Merge branch 'picoxcell/devel' into next/develOlof Johansson2011-12-201-5/+0Star
| |\ \
| * | | ARM: Orion: Remove address map info from all platform data structuresAndrew Lunn2011-12-141-13/+8Star