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