aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-11dm: core: Add functions to obtain node's address/size cellsSimon Glass8-6/+128
2017-07-11dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2-0/+29
2017-07-11dm: core: Add dev_read_resource() to read device resourcesSimon Glass3-1/+50
2017-07-11dm: core: Add ofnode_read_string_count()Simon Glass3-1/+39
2017-07-11binman: Put our local modules ahead of system modulesSimon Glass1-5/+4
2017-07-11dtoc: Add testsSimon Glass7-4/+411
2017-07-11sandbox: Stop printing platdata at the start of SPLSimon Glass2-40/+1
2017-07-11dtoc: Add a comment about string replace in conv_name_to_c()Simon Glass1-0/+3
2017-07-11dtoc: Move the main logic into the dtb_platdata fileSimon Glass2-17/+31
2017-07-11dtoc: Move static functions out of the classSimon Glass1-62/+63
2017-07-11dtoc: Pass include_disabled explicitlySimon Glass2-5/+5
2017-07-11dtoc: Don't handle properties with / in themSimon Glass1-1/+0
2017-07-11dtoc: Fix pylint warningsSimon Glass2-131/+144
2017-07-11dtoc: Split out the main class into its own fileSimon Glass2-405/+414
2017-07-11dtoc: Add a comment at the topSimon Glass1-0/+20
2017-07-11dtoc: Use self._options instead of the global optionsSimon Glass1-2/+2
2017-07-11moveconfig: Allow automatic location and adding of 'imply'Simon Glass1-9/+215
2017-07-11moveconfig: Allow control of which implying configs are shownSimon Glass1-4/+32
2017-07-11moveconfig: Allow piping in 'git show --stat' outputSimon Glass1-0/+2
2017-07-11sandbox: Drop special case console code for sandboxSimon Glass1-13/+0
2017-07-11sandbox: Enable more console optionsSimon Glass4-1/+5
2017-07-11console: Use map_sysmem() for the pre-relocation consoleSimon Glass1-2/+9
2017-07-11test: Add a test for snprintf() and the banner/versionSimon Glass2-0/+84
2017-07-11Allow displaying the U-Boot banner on a video displaySimon Glass3-4/+26
2017-07-11display_options: Refactor to allow obtaining the bannerSimon Glass3-6/+53
2017-07-11x86: Move link to use driver model for SCSISimon Glass4-1/+27
2017-07-11dm: scsi: Drop scsi_init() when driver model is usedSimon Glass1-2/+4