summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* am33xx: board: Refactor USB initialization into separate functionAlexandru Gagniuc2017-07-111-4/+10
* configs: am335x_evm: Enable FASTBOOT based on kconfigAlexandru Gagniuc2017-07-119-4/+32
* ARM: ti816x: Fix enabling GPIO0, enable GPIO1 as wellTom Rini2017-07-112-1/+8
* ti816x: Enable ethernet supportTom Rini2017-07-111-0/+5
* mtd: nand: make nand_info array staticGrygorii Strashko2017-07-112-2/+1
* armv8: fsl-layerscape: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-6/+9
* board: toradex: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-5/+9
* board: BuR: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* board: ronetix: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-2/+2
* board: atmel: use get_nand_dev_by_index()Grygorii Strashko2017-07-119-9/+9
* cmd: mvebu: bubt: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-8/+6
* mtd: nand: drv: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-2/+2
* net: fm: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* net: phy: cortina: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+2
* cmd: nand: remove direct access to struct mtd_info->privGrygorii Strashko2017-07-111-1/+1
* fs: use get_nand_dev_by_index()Grygorii Strashko2017-07-113-5/+18
* common: use get_nand_dev_by_index()Grygorii Strashko2017-07-112-3/+4
* cmd: jffs2: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-3/+4
* cmd: bootm: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-1/+1
* dfu: dfu_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-7/+5
* common: env_nand: use get_nand_dev_by_index()Grygorii Strashko2017-07-111-12/+21
* cmd: nand: abstract global variable usage for dm conversionMugunthan V N2017-07-114-41/+65
* 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
| * tegra: video: Time the LCD initSimon Glass2017-07-111-0/+2
| * dm: core: Add functions to obtain node's address/size cellsSimon Glass2017-07-118-6/+128
| * dm: core: Add dev_read_enabled() to check if a device is enabledSimon Glass2017-07-112-0/+29
| * dm: core: Add dev_read_resource() to read device resourcesSimon Glass2017-07-113-1/+50
| * dm: core: Add ofnode_read_string_count()Simon Glass2017-07-113-1/+39
| * binman: Put our local modules ahead of system modulesSimon Glass2017-07-111-5/+4
| * dtoc: Add testsSimon Glass2017-07-117-4/+411