summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ARM: tegra: pull Tegra210 SoC DT from Linux v4.7Stephen Warren2016-09-273-252/+880
* ARM: tegra: pull Tegra124 SoC DT from Linux v4.7Stephen Warren2016-09-273-7/+55
* ARM: tegra: pull Tegra114 SoC DT from Linux v4.7Stephen Warren2016-09-274-131/+655
* ARM: tegra: pull Tegra30 SoC DT from Linux v4.7Stephen Warren2016-09-278-144/+783
* ARM: tegra: pull Tegra20 SoC DT from Linux v4.7Stephen Warren2016-09-272-4/+4
* ARM: tegra: remove "0, " from DT unit addressesStephen Warren2016-09-277-82/+82
* mmc: tegra: Add DM_MMC support to Tegra MMC driverTom Warren2016-09-275-243/+70
* ARM: tegra: set MMC pin mux in board_init()Stephen Warren2016-09-271-7/+5
* mmc: tegra: priv struct and naming cleanupStephen Warren2016-09-272-157/+161
* mmc: tegra: don't use periph_id in pad_init_mmc()Stephen Warren2016-09-271-4/+3
* mmc: tegra: move pad_init_mmc() into MMC driverStephen Warren2016-09-274-36/+28
* mmc: tegra: use correct alias for SDHCI/MMC nodesStephen Warren2016-09-2726-53/+53
* ARM: tegra: fdt: Add 'non-removable' property to all eMMC nodesTom Warren2016-09-2713-0/+13
* ARM: tegra: increase console buffer size and sys args numBryan Wu2016-09-271-2/+3
* Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-09-26130-885/+4733
|\
| * armv7: ls102xa: Rename GIC_ADDR and DCSR_RCPM_ADDRYork Sun2016-09-262-4/+4
| * armv7: ls1021a: Convert CONFIG_LS1_DEEP_SLEEP to Kconfig optionYork Sun2016-09-264-2/+5
| * armv8: ls1046ardb_emmc: Fix a typo in defconfigYork Sun2016-09-261-1/+1
| * Convert CONFIG_SYS_FSL_ERRATUM_A010315 to Kconfig optionYork Sun2016-09-265-2/+17
| * armv8: ls1012a: Convert CONFIG_LS1012A to Kconfig option ARCH_LS1021AYork Sun2016-09-268-10/+17
| * driver: ddr: fsl_mmdc: Pass board parameters through data structureYork Sun2016-09-268-73/+87
| * armv8: ls1046a: Convert CONFIG_LS1046A to Kconfig option ARCH_LS1046AYork Sun2016-09-268-6/+12
| * armv8: ls1046aqds: Add LS1046AQDS board supportShaohui Xie2016-09-1425-5/+1866
| * armv8: ls1046ardb: Add LS1046ARDB board supportMingkai Hu2016-09-1422-0/+1470
| * armv8: ls1046a: disable SATA ECC in DCSRShaohui Xie2016-09-141-0/+4
| * armv8: ls1046a: Enable DDR erratum for ls1046aShengzhou Liu2016-09-141-0/+6
| * armv8: fsl-layerscape: spl: remove BSS clearing and board_init_rQianyu Gong2016-09-141-5/+0
| * armv8: fsl-layerscape: add define CONFIG_STANDALONE_LOAD_ADDR for standalone appShaohui Xie2016-09-141-0/+2
| * armv8: fsl-layerscape: Increase L2 Data RAM latency and L2 Tag RAM latencyMingkai Hu2016-09-141-0/+15
| * Export memset for standalone AQ FW load appsShaohui Xie2016-09-142-1/+2
| * ddr: fsl: fix a compile issueShaohui Xie2016-09-141-1/+6
| * driver/ddr/fsl: Add general MMDC driver and reuse common MMDC driver for ls1012aShengzhou Liu2016-09-1411-409/+262
| * armv7:ls1021a: Enable workaround for DDR erratum A-009942Shengzhou Liu2016-09-142-1/+7
| * nxp: ls102xa: add LS1 PSCI system suspendHongbo Zhang2016-09-146-2/+284
| * nxp: ls102xa: add EPU Finite State MachineHongbo Zhang2016-09-142-0/+165
| * nxp: ls102xa: add registers definition for system sleepHongbo Zhang2016-09-143-1/+60
| * armv7: psci: make v7_flush_dcache_all public for all psci codeHongbo Zhang2016-09-142-3/+5
| * armv8: ls2080a: Remove debug server supportYork Sun2016-09-1410-323/+1
| * fsl-layerscape: Add workaround for PCIe erratum A010315Hou Zhiqiang2016-09-1412-0/+65
| * fsl: csu: add an API to set R/W permission to PCIeHou Zhiqiang2016-09-143-0/+30
| * fsl: csu: add an API to set individual device access permissionHou Zhiqiang2016-09-142-14/+21
| * arm: fsl-layerscape: move forward the non-secure access permission setupHou Zhiqiang2016-09-1410-36/+10
| * fsl: serdes: ensure accessing the initialized maps of serdes protocolHou Zhiqiang2016-09-1423-9/+276
| * ls1043ardb: PPA: add PPA validation in case of secure bootSumit Garg2016-09-142-0/+39
| * board: ls1043ardb: move sec_init to board_initSumit Garg2016-09-141-15/+17
| * driver/ddr/fsl: Revise workaround A008511 for A009803York Sun2016-09-141-36/+47
| * driver/ddr/fsl: Add more debug registersYork Sun2016-09-144-6/+5
| * armv8: fsl-layerscape: Update ddr erratum a008336Shengzhou Liu2016-09-141-2/+4
| * net: fm: fix spi flash probe for using driver modelQianyu Gong2016-09-141-0/+10
* | kconfig: introduce kconfig for UBIHeiko Schocher2016-09-26174-76/+251