aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-07-12dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan1-0/+25
2017-07-12mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan2-0/+10
2017-07-12mmc: fsl_esdhc: correct type of wp_enablePeng Fan1-1/+1
2017-07-12imx6_spl: Add u-boot-dtb.img for SPL payloadJagan Teki1-1/+5
2017-07-12mx6sabreauto: Update to SPL only modeVanessa Maegima15-555/+38
2017-07-12mx6qsabreauto: Add SPL supportVanessa Maegima4-115/+581
2017-07-12mx6cuboxi: Add support for sataPeter Robinson2-0/+17
2017-07-12mx7dsabresd: Set VLD04 output to 2.8V in PMIC initialization.Gautam Bhat1-0/+6
2017-07-12mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam2-5/+1
2017-07-12net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann1-11/+13
2017-07-12icorem6_rqs: Rename icorem6_rqs config fileJagan Teki2-1/+1
2017-07-12dt-bindings: Document the Broadcom STB wake-up timer nodeFlorian Fainelli1-0/+22
2017-07-12serial: mxc: Add debug uart supportJagan Teki3-0/+38
2017-07-12serial: mxc: Code cleanupJagan Teki1-97/+94
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki1-26/+24
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki1-20/+17
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki1-5/+3
2017-07-12serial: mxc: Use RFDIV in dm-codeJagan Teki1-3/+3
2017-07-12serial: mxc: Add common mxc_uart reg spaceJagan Teki1-66/+49
2017-07-12imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULLStefan Agner1-0/+4
2017-07-12ot1200: enable CONFIG_IMX_THERMAL for detailed thermal informationChristian Gmeiner3-0/+7
2017-07-12mx6sabresd: Fix guard file symbolFabio Estevam1-3/+3
2017-07-12wandboard: Remove unnecessary delayFabio Estevam1-2/+0
2017-07-12cm_fx6: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam1-1/+1
2017-07-12cgtqmx6eval: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam1-1/+1
2017-07-12mx6slevk_spl: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam1-1/+1
2017-07-12mx6sabresd: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam1-1/+1
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini282-1978/+3277
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini125-595/+5044
2017-07-11dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada1-2/+2
2017-07-11dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada1-0/+1
2017-07-11dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada1-9/+5
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada8-11/+10
2017-07-11dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada1-9/+3
2017-07-11dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada1-5/+5
2017-07-11dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada1-0/+5
2017-07-11fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini1-0/+4
2017-07-11tegra: fdt: Ensure that the console UART is enabledSimon Glass17-0/+68
2017-07-11tegra: Show a debug message if the LCD PMIC fails to startSimon Glass1-1/+3
2017-07-11dm: serial: Add livetree supportSimon Glass1-3/+15
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass1-40/+44
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass1-10/+5
2017-07-11tegra: Fix up include file orderingSimon Glass2-16/+10
2017-07-11video: simple-panel: Add a little more debuggingSimon Glass1-0/+2
2017-07-11dm: video: Update pwm_backlight to support livetreeSimon Glass1-10/+12
2017-07-11dm: video: Sync display on backspaceSimon Glass1-0/+1
2017-07-11tegra: nyan-big: Enable bootstageSimon Glass1-0/+5
2017-07-11dm: Fix error handling when unflattening the DTSimon Glass1-1/+6
2017-07-11tegra: nyan-big: Enable the debug UARTSimon Glass1-0/+4
2017-07-11tegra: video: Time the LCD initSimon Glass1-0/+2