summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-12dt-bindings: Document the Broadcom STB wake-up timer nodeFlorian Fainelli
2017-07-12serial: mxc: Add debug uart supportJagan Teki
2017-07-12serial: mxc: Code cleanupJagan Teki
2017-07-12serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Move common init into _mxc_serial_initJagan Teki
2017-07-12serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki
2017-07-12serial: mxc: Use RFDIV in dm-codeJagan Teki
2017-07-12serial: mxc: Add common mxc_uart reg spaceJagan Teki
2017-07-12imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULLStefan Agner
2017-07-12ot1200: enable CONFIG_IMX_THERMAL for detailed thermal informationChristian Gmeiner
2017-07-12mx6sabresd: Fix guard file symbolFabio Estevam
2017-07-12wandboard: Remove unnecessary delayFabio Estevam
2017-07-12cm_fx6: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam
2017-07-12cgtqmx6eval: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam
2017-07-12mx6slevk_spl: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam
2017-07-12mx6sabresd: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam
2017-07-11Merge git://git.denx.de/u-boot-dmTom Rini
2017-07-11Merge branch 'master' of git://git.denx.de/u-boot-rockchipTom Rini
2017-07-11dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada
2017-07-11dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada
2017-07-11dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada
2017-07-11dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada
2017-07-11dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada
2017-07-11dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada
2017-07-11dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada
2017-07-11fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini
2017-07-11tegra: fdt: Ensure that the console UART is enabledSimon Glass
2017-07-11tegra: Show a debug message if the LCD PMIC fails to startSimon Glass
2017-07-11dm: serial: Add livetree supportSimon Glass
2017-07-11dm: serial: Separate out the core serial-device finding codeSimon Glass
2017-07-11dm: serial: ns16550: Convert to livetreeSimon Glass
2017-07-11tegra: Fix up include file orderingSimon Glass
2017-07-11video: simple-panel: Add a little more debuggingSimon Glass
2017-07-11dm: video: Update pwm_backlight to support livetreeSimon Glass
2017-07-11dm: video: Sync display on backspaceSimon Glass
2017-07-11tegra: nyan-big: Enable bootstageSimon Glass
2017-07-11dm: Fix error handling when unflattening the DTSimon Glass
2017-07-11tegra: nyan-big: Enable the debug UARTSimon Glass
2017-07-11tegra: video: Time the LCD initSimon Glass
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass
2017-07-11binman: Put our local modules ahead of system modulesSimon Glass
2017-07-11dtoc: Add testsSimon Glass
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass
2017-07-11dtoc: Move static functions out of the classSimon Glass
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass