summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* imx: reorganize IMX code as other SOCsStefano Babic2017-07-12259-360/+362
* mmc: fsl_esdhc: drop CONFIG_SYS_FSL_ESDHC_FORCE_VSELECTPeng Fan2017-07-125-9/+1
* dm: mmc: fsl_esdhc: handle vqmmc supplyPeng Fan2017-07-121-0/+25
* mmc: fsl_esdhc: introduce vs18_enable for 1.8V fix I/OPeng Fan2017-07-122-0/+10
* mmc: fsl_esdhc: correct type of wp_enablePeng Fan2017-07-121-1/+1
* imx6_spl: Add u-boot-dtb.img for SPL payloadJagan Teki2017-07-121-1/+5
* mx6sabreauto: Update to SPL only modeVanessa Maegima2017-07-1215-555/+38
* mx6qsabreauto: Add SPL supportVanessa Maegima2017-07-124-115/+581
* mx6cuboxi: Add support for sataPeter Robinson2017-07-122-0/+17
* mx7dsabresd: Set VLD04 output to 2.8V in PMIC initialization.Gautam Bhat2017-07-121-0/+6
* mx6: soc: Move mxs_dma_init() into the mxs nand driverFabio Estevam2017-07-122-5/+1
* net: fec_mxc: fix PHY initialization bug with CONFIG_DM_ETHLothar Waßmann2017-07-121-11/+13
* icorem6_rqs: Rename icorem6_rqs config fileJagan Teki2017-07-122-1/+1
* dt-bindings: Document the Broadcom STB wake-up timer nodeFlorian Fainelli2017-07-121-0/+22
* serial: mxc: Add debug uart supportJagan Teki2017-07-123-0/+38
* serial: mxc: Code cleanupJagan Teki2017-07-121-97/+94
* serial: mxc: Move common baud gen into _mxc_serial_setbrgJagan Teki2017-07-121-26/+24
* serial: mxc: Move common init into _mxc_serial_initJagan Teki2017-07-121-20/+17
* serial: mxc: Move cr1 and cr2 write to mxc_serial_setbrgJagan Teki2017-07-121-5/+3
* serial: mxc: Use RFDIV in dm-codeJagan Teki2017-07-121-3/+3
* serial: mxc: Add common mxc_uart reg spaceJagan Teki2017-07-121-66/+49
* imx: mx6ull: fix USB bmode for i.MX 6UL and 6ULLStefan Agner2017-07-121-0/+4
* ot1200: enable CONFIG_IMX_THERMAL for detailed thermal informationChristian Gmeiner2017-07-123-0/+7
* mx6sabresd: Fix guard file symbolFabio Estevam2017-07-121-3/+3
* wandboard: Remove unnecessary delayFabio Estevam2017-07-121-2/+0
* cm_fx6: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam2017-07-121-1/+1
* cgtqmx6eval: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam2017-07-121-1/+1
* mx6slevk_spl: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam2017-07-121-1/+1
* mx6sabresd: Remove SPL entry from CONFIG_SYS_EXTRA_OPTIONSFabio Estevam2017-07-121-1/+1
* Merge git://git.denx.de/u-boot-dmTom Rini2017-07-11282-1978/+3277
|\
| * dm: ofnode: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-111-2/+2
| * dm: include <dm/util.h> from driver/core/dump.cMasahiro Yamada2017-07-111-0/+1
| * dm: ofnode: simplify ofnode_read_bool()Masahiro Yamada2017-07-111-9/+5
| * dm: ofnode: rename ofnode_read_prop() to ofnode_get_property()Masahiro Yamada2017-07-118-11/+10
| * dm: ofnode: simplify ofnode_read_prop()Masahiro Yamada2017-07-111-9/+3
| * dm: ofnode: use ofnode_read_bool() to check property existenceMasahiro Yamada2017-07-111-5/+5
| * dm: include <dm/util.h> from drivers/core/util.cMasahiro Yamada2017-07-111-0/+5
| * fdt: Check for NULL return from fdt_getprop in 'fdt set'Tom Rini2017-07-111-0/+4
| * tegra: fdt: Ensure that the console UART is enabledSimon Glass2017-07-1117-0/+68
| * tegra: Show a debug message if the LCD PMIC fails to startSimon Glass2017-07-111-1/+3
| * dm: serial: Add livetree supportSimon Glass2017-07-111-3/+15
| * dm: serial: Separate out the core serial-device finding codeSimon Glass2017-07-111-40/+44
| * dm: serial: ns16550: Convert to livetreeSimon Glass2017-07-111-10/+5
| * tegra: Fix up include file orderingSimon Glass2017-07-112-16/+10
| * video: simple-panel: Add a little more debuggingSimon Glass2017-07-111-0/+2
| * dm: video: Update pwm_backlight to support livetreeSimon Glass2017-07-111-10/+12
| * dm: video: Sync display on backspaceSimon Glass2017-07-111-0/+1
| * tegra: nyan-big: Enable bootstageSimon Glass2017-07-111-0/+5
| * dm: Fix error handling when unflattening the DTSimon Glass2017-07-111-1/+6
| * tegra: nyan-big: Enable the debug UARTSimon Glass2017-07-111-0/+4