summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2017-07-11dtoc: Don't handle properties with / in themSimon Glass
2017-07-11dtoc: Fix pylint warningsSimon Glass
2017-07-11dtoc: Split out the main class into its own fileSimon Glass
2017-07-11dtoc: Add a comment at the topSimon Glass
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass