summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-01-22rockchip: Add support for Raxda Rock 2Simon Glass3-0/+13
2016-01-22rockchip: rock2: dts: Make changes for U-BootSimon Glass1-0/+21
2016-01-22rockchip: rock2: Bring in device tree files from LinuxSimon Glass2-0/+458
2016-01-22rockchip: dts: Sync up SPDIF node with LinuxSimon Glass1-0/+21
2016-01-22rockchip: jerry: Enable EDP and HDMI video outputSimon Glass2-0/+6
2016-01-22rockchip: spl: Support full-speed CPU in SPLSimon Glass5-0/+64
2016-01-22rockchip: jerry: Fix the SDRAM timingSimon Glass1-1/+1
2016-01-22rockchip: spl: Drop MMC support code when not neededSimon Glass1-2/+4
2016-01-22rockchip: Tidy up the register-access macrosSimon Glass1-3/+4
2016-01-22rockchip: sdram: Use syscon_get_first_range() where possibleSimon Glass1-14/+3
2016-01-22rockchip: sdram: Tidy up a few commentsSimon Glass1-2/+2
2016-01-22rockchip: Add a simple 'clock' commandSimon Glass1-0/+24
2016-01-22rockchip: Don't skip low-level initSimon Glass2-0/+8
2016-01-22rockchip: video: Add a video-output driverSimon Glass1-0/+349
2016-01-22rockchip: video: Add a display driver for rockchip eDPSimon Glass1-0/+636
2016-01-22rockchip: video: Add a display driver for rockchip HDMISimon Glass1-0/+456
2016-01-22rockchip: Rename the CRU_MODE_CON fieldsSimon Glass1-29/+29
2016-01-22pwm: rockchip: Add a PWM driver for Rockchip SoCsSimon Glass1-0/+41
2016-01-22rockchip: jerry: Enable the Chrome OS ECSimon Glass1-0/+4
2016-01-22rockchip: clk: Make rkclk_get_clk() SoC-specificSimon Glass2-29/+0
2016-01-22rockchip: reset: Use the rk_clr/setreg() interfaceSimon Glass1-2/+2
2016-01-22rockchip: sdram: Use the rk_clr/setreg() interfaceSimon Glass1-4/+3
2016-01-22rockchip: clock: Add a function to find a clock by IDSimon Glass1-0/+12
2016-01-22rockchip: jerry: Disable pmic-int-1 setup to avoid a hangSimon Glass1-1/+4
2016-01-22rockchip: Use pwrseq for MMC start-up on jerrySimon Glass1-4/+11
2016-01-22rockchip: Convert the PMU IOMUX registers into an arraySimon Glass1-4/+8
2016-01-22rockchip: Avoid using MMC code when not booting from MMCSimon Glass1-0/+2
2016-01-22ARM: bootm: Try to use relocated ramdiskJeffy Chen1-1/+11
2016-01-21Merge git://git.denx.de/u-boot-dmTom Rini14-7/+58
2016-01-21Merge branch 'master' of git://git.denx.de/u-boot-i2c; branch 'master' of git...Tom Rini3-12/+16
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa6-0/+30
2016-01-21nds32: Fix compile error.rick3-12/+16
2016-01-21dm: video: test: Add tests for the video uclassSimon Glass1-0/+7
2016-01-21dm: video: sandbox: Convert sandbox to use driver model for videoSimon Glass1-0/+1
2016-01-21arm: ls1021atwr: Enable driver model lpuart serial driverBin Meng2-1/+17
2016-01-21arm: ls1021atwr: Split off board device treeBin Meng3-3/+18
2016-01-21arm: ls1021atwr: Convert to driver model and enable serial supportBin Meng2-4/+4
2016-01-21arm: dts: dra7-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: dra72-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am335x-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am335x-boneblack: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am437x-gp-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: dts: am437x-sk-evm: add tick-timer to chosen nodeMugunthan V N1-0/+1
2016-01-21arm: omap-common: do not build timer when CONFIG_TIMER definedMugunthan V N1-0/+6
2016-01-20stm32: move stm32 specific code to mach-stm32Vikas Manocha17-6/+37
2016-01-20armv7: Add missing newline after OMAP die IDLadislav Michl1-2/+2
2016-01-20m68k: M54418TWR: drop board/freescale/m54418twr/config.mkMasahiro Yamada1-4/+4
2016-01-20arm, ubifs: fix gcc5.x compiler warningHeiko Schocher2-9/+9
2016-01-20ARM: uniphier: remove unneeded if conditionalsMasahiro Yamada1-8/+2
2016-01-20ARM: uniphier: move UMC register macros to umc-regs.hMasahiro Yamada2-48/+27