summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mv78xx0
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | ARM: Orion: Get address map from plat-orion instead of via platform_dataAndrew Lunn2011-12-142-3/+1Star
| * | | ARM: Orion: mbus_dram_info consolidationAndrew Lunn2011-12-144-14/+11Star
| * | | ARM: Orion: Consolidate the address map setupAndrew Lunn2011-12-141-81/+21Star
| | |/ | |/|
* | | Merge branch 'restart' into for-linusRussell King2012-01-056-19/+20
|\ \ \ | |_|/ |/| |
| * | ARM: restart: remove the now empty arch_reset()Russell King2012-01-051-5/+0Star
| * | ARM: restart: mv78xx0: use new restart hookRussell King2012-01-056-14/+20
| |/
* / ARM: big removal of now unused vmalloc.h filesNicolas Pitre2011-11-271-5/+0Star
|/
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-285-14/+4Star
|\
| * ARM: mach-mv78xx0: remove mach/memory.hNicolas Pitre2011-10-131-10/+0Star
| * ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre2011-09-261-1/+1
| * ARM: mach-mv78xx0: convert boot_params to atag_offsetNicolas Pitre2011-08-213-3/+3
* | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c...Linus Torvalds2011-10-272-4/+2Star
|\ \
| * | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2011-08-082-4/+2Star
| |/
* / ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer2011-10-171-1/+1
|/
* Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-301-1/+2
|\
| * PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-221-1/+2
* | Merge branch 'next/cross-platform' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-07-272-7/+3Star
|\ \
| * | ARM: set vga memory base at run-timeRob Herring2011-07-122-3/+3
| * | ARM: convert PCI defines to variablesRob Herring2011-07-121-2/+0Star
| * | ARM: pci: make pcibios_assign_all_busses use pci_has_flagRob Herring2011-07-121-2/+0Star
| |/
* / treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-101-4/+4
|/
* ARM: orion: Refactor the MPP code common in the orion platformAndrew Lunn2011-05-162-61/+3Star
* ARM: orion: Consolidate SATA platform setup.Andrew Lunn2011-05-161-27/+2Star
* ARM: orion: Consolidate USB platform setup code.Andrew Lunn2011-05-161-87/+6Star
* ARM: orion: Consolidate I2C initialization.Andrew Lunn2011-05-161-67/+3Star
* ARM: orion: Consolidate ethernet platform dataAndrew Lunn2011-05-161-206/+12Star
* ARM: orion: Consolidate the creation of the uart platform data.Andrew Lunn2011-05-161-150/+10Star