summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* env: Switch env_nand, env_mmc and env_ubi to env_import_redundFiach Antaw2017-07-223-110/+16
* env: Add generic redundant environment implementationFiach Antaw2017-07-222-0/+56
* tests: test_dfu.py: Add example udev rule for host_usb_dev_nodeTom Rini2017-07-221-0/+7
* tools/fw_env: use fsync to ensure that data is physically storedMichael Heimpold2017-07-221-0/+12
* mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-191-1/+1
* mmc: add static to spl_mmc_get_device_index()Masahiro Yamada2017-07-191-1/+1
* power: regulator: lp87565: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: lp873x: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: s5m8767: get_enable should return integerKeerthy2017-07-191-2/+2
* power: sandbox: fixed: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: rk8xx: get_enable should return integerKeerthy2017-07-191-3/+3
* power: regulator: tps65090: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: pfuze100: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: palmas: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: max77686: get_enable should return integerKeerthy2017-07-191-2/+2
* power: regulator: act8846: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: fixed: get_enable should return integerKeerthy2017-07-191-1/+1
* regulator: Change get_enable return type to integer from boolKeerthy2017-07-192-5/+5
* mmc: rpmb: update size format for write_counterKever Yang2017-07-191-1/+1
* mmc: use new hwpart API when CONFIG_BLK enabledKever Yang2017-07-191-0/+4
* ARM: Mark AE boards orphanMarek Vasut2017-07-184-8/+8
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2017-07-18291-1810/+1997
|\
| * mx6cuboxi: Move CONFIG_CMD_SATA to KconfigFabio Estevam2017-07-142-1/+1
| * mx6sabreauto: Make Ethernet functional againFabio Estevam2017-07-131-0/+33
| * imx: cx9020: try pxe boot, if no vmlinuz on mmcPatrick Bruenn2017-07-122-0/+6
| * imx: cx9020: use fdt_addr_r and ramdisk_addr_rPatrick Bruenn2017-07-121-6/+6
| * mx6sabreauto: Add Falcon mode supportDiego Dorta2017-07-123-0/+83
| * warp: Use PARTUUID to specify the rootfs locationFabio Estevam2017-07-122-2/+4
| * embestmx6boards: Use PARTUUID to specify the rootfs locationFabio Berton2017-07-121-1/+5
| * mx6cuboxi: Use PARTUUID to specify the rootfs locationFabio Berton2017-07-121-0/+2
| * wandboard: Use PARTUUID to specify the rootfs locationFabio Berton2017-07-121-0/+2
| * mx6sabre: Use PARTUUID to specify the rootfs locationFabio Estevam2017-07-125-4/+5
| * mx6sabreauto: Do not enable WEIM by defaultFabio Estevam2017-07-123-2/+11
| * 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