aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-01-14drivers/pci/pci_mvebu: Fix for boards with X4 lanesPhil Sutter1-0/+2
2016-01-14arm: mvebu: Add runtime detection of UART (xmodem) boot-modeStefan Roese4-20/+24
2016-01-14arm: mvebu: Add runtime boot-device detectionStefan Roese2-7/+39
2016-01-14arm: mvebu: Make local structs static constStefan Roese1-2/+2
2016-01-14arm: mvebu: Move SAR register defines into headerStefan Roese2-16/+24
2016-01-14arm: mvebu: Remove leftover MakefileStefan Roese1-14/+0
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese7-15/+26
2016-01-14arm: mvebu: Consolidate board Kconfig options into one fileStefan Roese2-4/+17
2016-01-14arm: mvebu: Print CPU and SDRAM frequency upon startupStefan Roese3-8/+113
2016-01-14arm: mvebu: Make serdes setup on Armada XP less noisyStefan Roese1-7/+7
2016-01-14arm: mvebu: Don't include "netdev.h" in cpu.cStefan Roese1-1/+0
2016-01-14arm: mvebu: Add support for MV78260Stefan Roese3-5/+29
2016-01-14arm: mvebu: Don't use 0 as board ID as its used for the custom boardsStefan Roese1-1/+1
2016-01-14arm: mvebu: Simplify code in setup_usb_phys() a bitStefan Roese1-5/+5
2016-01-14arm: mvebu: Don't disable cache at startup on Armada XP at allStefan Roese1-12/+13
2016-01-14arm: mvebu: Don't call arch_cpu_init() from SPL at allStefan Roese3-21/+8
2016-01-14arm: mvebu: Add v7_outer_cache_disable function for AXP & A38xStefan Roese1-0/+8
2016-01-14arm: mvebu: Enable L2 cache on Armada XPStefan Roese1-9/+25
2016-01-14arm: mvebu: Add SolidRun ClearFog Armada 38x initial supportStefan Roese4-0/+514
2016-01-14arm: mvebu: Move some defines to common include fileStefan Roese1-0/+6
2016-01-14net: mvneta: Convert to driver modelStefan Roese3-28/+1
2016-01-14arm: mvebu: armada-388-gp.dts: Add ethernet aliasesStefan Roese1-0/+2
2016-01-14arm: mvebu: Add armada-xp-maxbcm.dts for maxbcm boardStefan Roese2-1/+251
2016-01-14arm: mvebu: Add SPI driver model supportStefan Roese7-3/+22
2016-01-14arm: mvebu: Add DM and OF_CONTROL support to SPLStefan Roese8-65/+32
2016-01-14arm: mvebu/kirkwood: Use common timer functionsStefan Roese3-124/+22
2016-01-13arm: dts: am4372: add qspi register maps for memory mapMugunthan V N1-1/+4
2016-01-13arm: dts: dra72-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: dra7-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: am437x-gp-evm: add spi-flash comaptible for flashMugunthan V N1-1/+1
2016-01-13arm: dts: dra7: add qspi register maps for memory map and control moduleMugunthan V N1-2/+5
2016-01-13dts: dra7: add spi alias for qspiMugunthan V N1-0/+1
2016-01-12Merge git://git.denx.de/u-boot-dmTom Rini13-97/+56
2016-01-12sandbox: eth-raw-os.c: Ensure that our interface name is not too longTom Rini1-0/+4
2016-01-12rockchip: Use the debug UART on rk3036Simon Glass3-65/+8
2016-01-12dm: Convert PCI MMC over to use DM PCI APISimon Glass3-6/+6
2016-01-12dm: tegra: net: Convert tegra boards to driver model for EthernetSimon Glass1-0/+1
2016-01-12dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI APISimon Glass1-1/+2
2016-01-12dm: pci: video: Convert video and pci_rom to use DM PCI APISimon Glass1-2/+2
2016-01-12dm: Convert bios_interrupts to use DM PCI APISimon Glass1-13/+23
2016-01-12dm: x86: ivybridge: Convert graphics init to use DM PCI APISimon Glass3-12/+12
2016-01-13ARM: uniphier: add dump command for DDR Multi PHY registersMasahiro Yamada3-0/+339
2016-01-13ARM: uniphier: add DRAM init code for ProXstream2/PH1-LD6bMasahiro Yamada5-0/+826
2016-01-13ARM: uniphier: move headers out of include/mach directoryMasahiro Yamada77-129/+188
2016-01-13ARM: uniphier: move cmd_pinmon.c to boot-mode subdirectoryMasahiro Yamada3-1/+2
2016-01-13ARM: uniphier: move cmd_ddrphy.c to dram subdirectoryMasahiro Yamada3-1/+2
2016-01-13ARM: uniphier: kill bogus header includesMasahiro Yamada13-15/+0
2016-01-08am33xx/am43xx: Add platform data for GPIOsTom Rini1-0/+23
2016-01-08powerpc: Various typo fixes under arch/powerpc/cpu/mpc83xxRobert P. J. Day6-20/+20
2016-01-07test: add sandbox timer to test.dtsThomas Chou1-0/+5