summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-2626-10/+1776
| |\ \ \ | | |/ / | |/| |
| | * | mmc:sdhci:fix: Change default interrupts enabled at SDHCI initializationŁukasz Majewski2013-03-121-3/+5
| | * | EXYNOS5: Snow: Add a configuration fileRajeshwari Shinde2013-03-123-0/+38
| | * | EXYNOS5: Add initial DTS file for Snow.Rajeshwari Shinde2013-03-121-0/+58
| | * | Exynos5: FDT: Add a H/W-trip member to TMU nodeAkshay Saraswat2013-03-122-1/+5
| | * | Exynos5: TMU: Add hardware trippingAkshay Saraswat2013-03-123-5/+36
| | * | Exynos5: Config: Enable dtt command for TMUAkshay Saraswat2013-03-121-0/+2
| | * | TMU: Add TMU support in dtt commandAkshay Saraswat2013-03-121-1/+31
| | * | Exynos5: Config: Enable support for Exynos TMU driverAkshay Saraswat2013-03-121-0/+3
| | * | Exynos5: TMU: Add TMU init and status checkAkshay Saraswat2013-03-121-0/+39
| | * | Exynos5: FDT: Add TMU device node valuesAkshay Saraswat2013-03-125-0/+60
| | * | Exynos5: TMU: Add driver for Thermal Management UnitAkshay Saraswat2013-03-124-0/+409
| | * | SMDK5250: FDT: Retrieve board model via DTRajeshwari Shinde2013-03-121-1/+10
| | * | EXYNOS: Correct ordering of SPL machine_paramsSimon Glass2013-03-121-1/+2
| | * | config: Snow: Enable MAX98095 codecRajeshwari Shinde2013-03-081-0/+1
| | * | EXYNOS5: FDT: Add compatible strings for MAX98095Rajeshwari Shinde2013-03-082-0/+2
| | * | EXYNOS5: GPIO to enable MAX98095Rajeshwari Shinde2013-03-081-0/+15
| | * | Sound: Support for MAX98095 codec in driverRajeshwari Shinde2013-03-082-2/+8
| | * | Sound: MAX98095: Add the driver for codecRajeshwari Shinde2013-03-083-0/+862
| | * | EXYNOS5: Add function to enable XXTI clock sourceRajeshwari Shinde2013-03-082-0/+28
| | * | SMDK5250: Add PMIC voltage settingsRajeshwari Shinde2013-02-202-2/+143
| | * | EXYNOS5: Add function to setup set ps holdRajeshwari Shinde2013-02-202-0/+25
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-2449-397/+2037
| |\ \ \
| | * | | mmc: omap_hsmmc.c: only register getcd/getwp callbacks if gpio could be usedPeter Korsgaard2013-03-241-2/+6
| | * | | mmc: mmc_getcd/getwp: use sensible defaultsPeter Korsgaard2013-03-241-4/+12
| | * | | arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platformsTom Rini2013-03-241-1/+1
| | * | | am335x_evm: Add better timings for the new BeagleBoard DDR3 partTom Rini2013-03-242-1/+55
| | * | | ti814x_evm: add ti814x evm board supportMatt Porter2013-03-2411-4/+532
| | * | | ns16550: enable quirks for ti814xMatt Porter2013-03-241-2/+3
| | * | | am33xx: support ti814x mmc reference clockMatt Porter2013-03-241-0/+5
| | * | | am33xx: add dmm support to emif4 libraryMatt Porter2013-03-242-0/+22
| | * | | am33xx: add ti814x specific register definitionsMatt Porter2013-03-247-21/+71
| | * | | am33xx: refactor am33xx mux support and add ti814x supportMatt Porter2013-03-243-227/+566
| | * | | am33xx: refactor am33xx clocks and add ti814x supportMatt Porter2013-03-247-33/+502
| | * | | am33xx: refactor emif4/ddr to support multiple EMIF instancesMatt Porter2013-03-246-76/+144
| | * | | am33xx: convert defines from am33xx-specific to generic namesMatt Porter2013-03-244-13/+13
| | * | | am33xx: Add required includes to some omap/am33xx codeTom Rini2013-03-247-4/+8
| | * | | igep00x0: Enable CONFIG_CMD_BOOTZEnric Balletbo i Serra2013-03-241-1/+2
| | * | | ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.Enric Balletbo i Serra2013-03-241-1/+1
| | * | | am335x: Enable DDR PHY dynamic power down bit for DDR3 boardsVaibhav Hiremath2013-03-242-2/+5
| | * | | am33xx:ddr:Fix config_sdram to work for all DDRSteve Kipisz2013-03-221-1/+4
| | * | | am335x_evm: Add more variables and switch to DT booting.Koen Kooi2013-03-221-5/+10
| | * | | am335x_evm: Enable CMD_EXT4 and CMD_FS_GENERIC, add bootpart to envKoen Kooi2013-03-221-4/+6
| | * | | am335x_evm: add support for BeagleBone Black DT nameKoen Kooi2013-03-221-0/+2
| | * | | Initialise correct GPMC WAITx irq for AM33xxMark Jackson2013-03-221-1/+1
| | * | | Allow AM335x MPU core clock speed to be specified in the board config fileMark Jackson2013-03-222-2/+9
| | * | | cm-t35: add support for loading splash image from NANDNikita Kiryanov2013-03-222-0/+65
| * | | | ARM: tegra: enable workaround for ARM erratum 716044Stephen Warren2013-03-221-0/+1
| * | | | ARM: implement erratum 716044 workaroundStephen Warren2013-03-222-0/+7
| |/ / /
| * | | ARM: rpi_b: enable SD controller, add related env/cmdsStephen Warren2013-03-203-3/+117
OpenPOWER on IntegriCloud