summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-23-16/+0
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-23-55/+55
* treewide: use #include <...> to include public headersMasahiro Yamada2016-09-23-8/+8
* arch, board: squash lines for immediate returnMasahiro Yamada2016-09-23-39/+10
* x86: squash lines for immediate returnMasahiro Yamada2016-09-23-28/+4
* Merge git://git.denx.de/u-boot-rockchipTom Rini2016-09-22-8/+454
|\
| * rk3399: add a empty "sys_proto.h" header fileKever Yang2016-09-22-0/+10
| * rockchip: rk3288: skip lowlevel_init processXu Ziyuan2016-09-22-8/+0
| * dts: rk3399-evb: add regulator-fixed for usb host vbusKever Yang2016-09-22-0/+6
| * dts: rk3399: add dwc3_typec node for rk3399MengDongyang2016-09-22-0/+53
| * rockchip: select DM_USB for rockchip SoCMengDongyang2016-09-22-0/+1
| * rk3288: add arch_cpu_init for rk3288Kever Yang2016-09-22-0/+20
| * rockchip: use dummy byte only enable OF_PLATDATAXu Ziyuan2016-09-22-0/+4
| * dts: rk3399: add pinctrl for sdmmcKever Yang2016-09-22-0/+37
| * pinctrl: add driver for rk3399Kever Yang2016-09-22-0/+321
| * rk3399: syscon: add support for pmugrfKever Yang2016-09-22-0/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-09-22-203/+374
|\ \
| * | ARM: dts: uniphier: sync clock/reset controller nodes with LinuxMasahiro Yamada2016-09-23-181/+301
| * | ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada2016-09-23-7/+71
| * | ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada2016-09-23-15/+2
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini2016-09-22-1/+92
|\ \ \ | |/ / |/| |
| * | ARM64: zynqmp: Fix USB ulpi phy sequenceMichal Simek2016-09-22-4/+0
| * | ARM64: zynqmp: Add support for USB ulpi phy reset via mode pinsMichal Simek2016-09-22-1/+33
| * | ARM64: zynqmp: Add support for DFU from SPLMichal Simek2016-09-22-0/+4
| * | ARM: Add new BOOT_DEVICE_DFU boot modeMichal Simek2016-09-22-0/+1
| * | ARM64: zynqmp: Add USB boot modeMichal Simek2016-09-22-0/+1
| * | ARM64: zynqmp: Force certain bootmode for SPLMichal Simek2016-09-22-0/+57
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-mipsTom Rini2016-09-21-74/+904
|\ \ | |/ |/|
| * MIPS: Hang if run on a secondary CPUPaul Burton2016-09-21-1/+27
| * MIPS: Fix cache maintenance in relocate_code & simplifyPaul Burton2016-09-21-26/+21
| * boston: Introduce support for the MIPS Boston development boardPaul Burton2016-09-21-0/+241
| * MIPS: Ensure cache ops complete in mips_cache_resetPaul Burton2016-09-21-0/+2
| * MIPS: Clear hazard between TagLo writes & cache opsPaul Burton2016-09-21-0/+1
| * MIPS: Ensure Config.K0=2 applies before any memory accessesPaul Burton2016-09-21-0/+1
| * MIPS: Malta: Enable CM & L2 supportPaul Burton2016-09-21-0/+2
| * MIPS: Join the coherent domain when a CM is presentPaul Burton2016-09-21-0/+43
| * MIPS: L2 cache supportPaul Burton2016-09-21-6/+291
| * MIPS: Map CM Global Control RegistersPaul Burton2016-09-21-0/+88
| * MIPS: Define register names for cache initPaul Burton2016-09-21-19/+23
| * MIPS: If we don't need DDR for cache init, init cache firstPaul Burton2016-09-21-0/+9
| * MIPS: Preserve Config implementation-defined bitsPaul Burton2016-09-21-2/+4
| * MIPS: Enable use of the instruction cache earlierPaul Burton2016-09-21-8/+13
| * MIPS: Probe cache line sizes once during bootPaul Burton2016-09-21-18/+45
| * MIPS: ath79: Use mach_cpu_init instead of arch_cpu_initPaul Burton2016-09-21-1/+1
| * mips: Add MIPSfpga platform supportZubair Lutfullah Kakakhel2016-09-21-0/+15
| * mips: xilfpga: Add device tree filesZubair Lutfullah Kakakhel2016-09-21-0/+84
* | PowerPC: Update MIP405/MIP405T to use Kconfig betterTom Rini2016-09-20-3/+9
* | Kconfig: Move config IDENT_STRING to KconfigSiva Durga Prasad Paladugu2016-09-20-34/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-09-18-1025/+1148
|\
| * ARM: uniphier: update DRAM init code for LD20 SoCMasahiro Yamada2016-09-19-62/+447