summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* power: Rename CONFIG_PMIC_... to CONFIG_POWER_...Simon Glass2014-05-288-11/+11
* exynos: Drop old smdk5250.c fileSimon Glass2014-05-283-367/+125
* exynos: dts: Correct EC interrupt GPIOSimon Glass2014-05-281-2/+2
* ARM: exynos5420: removed undefined gpio structureJaehoon Chung2014-05-161-3/+0
* mmc: s5p_sdhci: add the s5p_sdhci_core_init functionJaehoon Chung2014-05-161-25/+17
* ARM: exynos4: enable the dwmmc configurationJaehoon Chung2014-05-161-0/+3
* mmc: exynos_dw_mmc: enable the DDR modeJaehoon Chung2014-05-161-0/+1
* ARM: dts: exnyos: enable dw-mmc controllerJaehoon Chung2014-05-161-1/+5
* mmc: dw_mmc: support the DDR modeJaehoon Chung2014-05-162-2/+13
* mmc: support the DDR mode for eMMCJaehoon Chung2014-05-162-3/+20
* mmc: remove the unnecessary define and fix the wrong bit controlJaehoon Chung2014-05-162-13/+7
* mmc: exynos_dw_mmc: restore the property into hostJaehoon Chung2014-05-162-73/+133
* ARM: dts: exynos: rename from EXYNOS5_DWMMC to EXYNOS_DWMMCJaehoon Chung2014-05-164-10/+10
* ARM: exynos: clock: modify the set_mmc_clk for exynos4Jaehoon Chung2014-05-162-5/+16
* ARM: exynos: board: change the mmc/sd init sequenceJaehoon Chung2014-05-161-7/+6
* board: trats2: Enable device tree on Trats2Beomho Seo2014-05-162-0/+16
* arm: exynos: clock: Remove exynos4x12_set_mmc_clk functionBeomho Seo2014-05-161-28/+1
* arm: exynos: pinmux: add sdmmc4 gpio configratuionBeomho Seo2014-05-161-6/+29
* arm: goni: enable USB Mass StorageMateusz Zalega2014-05-161-0/+2
* arm: goni: enable GPT commandMateusz Zalega2014-05-161-0/+5
* arm: goni: dfu: Add support for DFU to Goni targetMateusz Zalega2014-05-162-11/+51
* arm: goni: Update configuration for Goni targetMateusz Zalega2014-05-161-26/+30
* Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-1519-412/+565
|\
| * ARM: tegra: use a CPU freq that all SKUs can supportStephen Warren2014-05-134-7/+32
| * ARM: tegra: Venice2 pinmux spreadsheet updatesStephen Warren2014-05-131-5/+9
| * ARM: tegra: update Venice2 pinmuxStephen Warren2014-05-132-316/+266
| * ARM: tegra: clamp inputs on Jetson TK1Stephen Warren2014-05-131-0/+2
| * ARM: tegra: make use of GPIO init table on Jetson TK1Stephen Warren2014-05-132-82/+178
| * ARM: tegra: add function to enable input clamping on tristateStephen Warren2014-05-132-0/+21
| * ARM: tegra: add GPIO initialization table functionStephen Warren2014-05-132-0/+40
| * ARM: tegra: allow pinmux mux option not to be set by init tablesStephen Warren2014-05-135-0/+7
| * ARM: tegra: fix CPU VDD comment in Tegra30 CPU init codeStephen Warren2014-05-131-1/+1
| * ARM: tegra: set CONFIG_SYS_MMC_MAX_DEVICEStephen Warren2014-05-133-7/+15
* | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2014-05-1531-1002/+3002
|\ \
| * | S5P: Exynos: Config: Enable GPIO CMD configAkshay Saraswat2014-05-136-16/+19
| * | S5P: Exynos: Add GPIO pin numbering and rename definitionsAkshay Saraswat2014-05-1319-895/+2899
| * | ARM: Samsung: s5p_goni: maintainer updateMateusz Zalega2014-05-131-1/+1
| * | Exynos5: config: Enable FITAkshay Saraswat2014-05-133-0/+12
| * | samsung: misc: remove download mode info screenPrzemyslaw Marczak2014-05-071-42/+31
| * | samsung: misc: menu: increase delay in menu main loopPrzemyslaw Marczak2014-05-071-1/+1
| * | samsung: misc: add env default option to lcd menuInha Song2014-05-072-0/+4
| * | samsung: misc: add gpt restore option to lcd menuPrzemyslaw Marczak2014-05-072-0/+4
| * | samsung: misc: allows using environmental macros as args in menu commandsPrzemyslaw Marczak2014-05-071-27/+22
| * | ARM: exynos: remove the unused codeJaehoon Chung2014-05-073-18/+7
| * | trats: config: fix: Set default console to ttySAC2Łukasz Majewski2014-05-071-1/+1
| * | trats2: config: fix: Set default console to ttySAC2Łukasz Majewski2014-05-071-1/+1
* | | arm: move exception handling out of start.S filesAlbert ARIBAUD2014-05-1523-2426/+316
* | | arm: remove unused _end_vect and _vectors_end symbolsAlbert ARIBAUD2014-05-155-11/+0
* | | arm: pxa: move SP check from start.S to cpuinfo.cAlbert ARIBAUD2014-05-152-6/+6
* | | arm: move reset_cpu from start.S into cpu.cAlbert ARIBAUD2014-05-154-33/+27