summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2017-07-1229-188/+2105
|\
| * arm: mvebu: clearfog: fix chip name commentBaruch Siach2017-07-121-1/+1
| * tools/kwbimage: fix v1 header verificationBaruch Siach2017-07-121-6/+28
| * tools/kwbimage.h: make offset marks style consistentBaruch Siach2017-07-121-31/+31
| * tools/kwbimage: update the list of SoCs using v1 headerBaruch Siach2017-07-121-1/+1
| * arm64: mvebu: use single defconfig for Armada8K development boardsIgal Liberman2017-07-124-142/+53
| * marvell: armada385: Add the Turris Omnia boardMarek Behún2017-07-126-0/+811
| * drivers/misc: Add basic support for ATSHA204A Crypto moduleMarek Behún2017-07-124-0/+486
| * drivers/i2c/muxes/pca954x: Add pca9547 I2C mux supportMarek Behún2017-07-121-3/+39
| * arch/arm/dts: Add Turris Omnia device treeMarek Behún2017-07-122-0/+447
| * orion_wdt: Support for the Orion WatchdogMarek Behún2017-07-123-0/+185
| * driver/ddr: Add support for setting timing in hws_topology_mapMarek Behún2017-07-126-4/+23
* | 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