aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-23test/fs: strip noise from filesystem code prior to checking resultsStefan Brüns1-11/+15
2016-09-23test/fs: remove use of undefined WRITE_FILE variableStefan Brüns1-6/+4
2016-09-23test/fs: Restructure file path specification to allow some flexibilityStefan Brüns1-36/+22
2016-09-23cmd/fat: Do not crash on write when <bytes> is not specifiedStefan Brüns1-2/+2
2016-09-23fs/fat: Correct description of determine_fatent functionStefan Brüns1-1/+3
2016-09-23fs/fat: Do not write unmodified fat entries to diskStefan Brüns3-12/+21
2016-09-23fs/fat: Remove two statements without effectStefan Brüns1-4/+1
2016-09-22Merge git://git.denx.de/u-boot-rockchipTom Rini26-26/+1391
2016-09-22ns16650: Make sure we have CONFIG_CLK set before using infrastructureTom Rini2-15/+17
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini31-285/+469
2016-09-23ARM: dts: uniphier: sync clock/reset controller nodes with LinuxMasahiro Yamada13-181/+301
2016-09-23clk: uniphier: allow to have clock node under syscon nodeMasahiro Yamada1-9/+9
2016-09-23clk: uniphier: move U_BOOT_DRIVER entry to core codeMasahiro Yamada3-75/+74
2016-09-23clk: uniphier: constify clock data arrays/structuresMasahiro Yamada3-9/+9
2016-09-23ARM: uniphier: add PLL init code for LD11 SoCMasahiro Yamada7-7/+71
2016-09-23ARM: uniphier: move CONFIG_SPL_* to defconfig or selectMasahiro Yamada8-15/+16
2016-09-22Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini16-208/+188
2016-09-22Merge branch 'master' of git://www.denx.de/git/u-boot-microblazeTom Rini23-31/+563
2016-09-22Makefile: rm u-boot.cfg dependencies are missingStephen Warren2-0/+22
2016-09-22Makefile: use if_change_dep for u-boot.cfgStephen Warren2-2/+2
2016-09-22test/py/tests/test_vboot.py: Add check that we boot the imageTom Rini1-6/+10
2016-09-22image-fit: Fix fit_get_node_from_config semanticsPaul Burton3-3/+3
2016-09-22clk: rk3288: add PWM clock get rateKever Yang1-0/+2
2016-09-22clk: rk3399: add pmucru controller supportKever Yang1-4/+173
2016-09-22rk3399: add a empty "sys_proto.h" header fileKever Yang1-0/+10
2016-09-22rockchip: rk3288: skip lowlevel_init processXu Ziyuan3-8/+1
2016-09-22board: evb-rk3399: enable usb 2.0 host vbus power on board_initKever Yang1-1/+14
2016-09-22config: evb-rk3399: enable fixed regulatorKever Yang1-0/+2
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-22config: rk3399: add usb related configsMengDongyang2-0/+19
2016-09-22usb: host: add Kconfig for USB_XHCI_ROCKCHIPKever Yang1-0/+7
2016-09-22rockchip: select DM_USB for rockchip SoCMengDongyang1-0/+1
2016-09-22usb: xhci-rockchip: add rockchip dwc3 controller driverMengDongyang3-0/+226
2016-09-22rk3288: add arch_cpu_init for rk3288Kever Yang2-0/+20
2016-09-22rk_pwm: remove grf setting code from driverKever Yang1-11/+0
2016-09-22rk_pwm: use clock framework API to get module clockKever Yang1-3/+14
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-22rk3399: enable the pwm2/3 pinctrl in board initKever Yang1-1/+30
2016-09-22config: evb-rk3399: enable pinctrl driverKever Yang1-0/+2
2016-09-22pinctrl: add driver for rk3399Kever Yang4-0/+770
2016-09-22rk3399: syscon: add support for pmugrfKever Yang2-0/+2
2016-09-22configs: fsl: Move SPI/SPI-FLASH configs to defconfigJagan Teki5-5/+9
2016-09-22spi: Kconfig: Move FSL_QSPI entry to non-dm placeJagan Teki1-7/+7
2016-09-22zynqmp: Remove unnnecessary board config file for dc4Siva Durga Prasad Paladugu2-16/+0
2016-09-22ARM64: zynqmp: Use the same name for atf image everywhereMichal Simek1-1/+1
2016-09-22ARM64: zynqmp: Enable CONFIG_AHCI via KconfigMichal Simek5-2/+3
2016-09-22ARM64: zynqmp: Add support for chip ID detectionMichal Simek2-0/+100
2016-09-22fpga: xilinx: zynqmp: Add PL bitstream download support for ZynqMPSiva Durga Prasad Paladugu13-0/+301