summaryrefslogtreecommitdiff
path: root/arch
Commit message (Expand)AuthorAgeLines
...
| | * | tegra: spi: pull register structs out of headersAllen Martin2013-03-25-99/+0
| | * | tegra: spi: rename tegra SPI driversAllen Martin2013-03-25-6/+6
| | * | tegra: remove support for UART SPI switchAllen Martin2013-03-25-48/+1
| * | | Merge branch 'u-boot-samsung/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-26-1/+134
| |\ \ \ | | |/ / | |/| |
| | * | Exynos5: TMU: Add hardware trippingAkshay Saraswat2013-03-12-0/+16
| | * | Exynos5: FDT: Add TMU device node valuesAkshay Saraswat2013-03-12-0/+5
| | * | Exynos5: TMU: Add driver for Thermal Management UnitAkshay Saraswat2013-03-12-0/+58
| | * | EXYNOS: Correct ordering of SPL machine_paramsSimon Glass2013-03-12-1/+2
| | * | EXYNOS5: Add function to enable XXTI clock sourceRajeshwari Shinde2013-03-08-0/+28
| | * | EXYNOS5: Add function to setup set ps holdRajeshwari Shinde2013-02-20-0/+25
| * | | Merge branch 'u-boot-ti/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-24-361/+1342
| |\ \ \
| | * | | arm: Correct CONFIG_STANDALONE_LOAD_ADDR for AM33XX/OMAP* platformsTom Rini2013-03-24-1/+1
| | * | | am335x_evm: Add better timings for the new BeagleBoard DDR3 partTom Rini2013-03-24-0/+17
| | * | | ti814x_evm: add ti814x evm board supportMatt Porter2013-03-24-2/+2
| | * | | am33xx: support ti814x mmc reference clockMatt Porter2013-03-24-0/+5
| | * | | am33xx: add dmm support to emif4 libraryMatt Porter2013-03-24-0/+22
| | * | | am33xx: add ti814x specific register definitionsMatt Porter2013-03-24-21/+71
| | * | | am33xx: refactor am33xx mux support and add ti814x supportMatt Porter2013-03-24-227/+566
| | * | | am33xx: refactor am33xx clocks and add ti814x supportMatt Porter2013-03-24-33/+502
| | * | | am33xx: refactor emif4/ddr to support multiple EMIF instancesMatt Porter2013-03-24-72/+140
| | * | | am33xx: convert defines from am33xx-specific to generic namesMatt Porter2013-03-24-7/+7
| | * | | am33xx: Add required includes to some omap/am33xx codeTom Rini2013-03-24-0/+4
| | * | | ARM: AM33XX: Fix typo that causes an AM duplication in CPU name.Enric Balletbo i Serra2013-03-24-1/+1
| | * | | am335x: Enable DDR PHY dynamic power down bit for DDR3 boardsVaibhav Hiremath2013-03-24-0/+1
| | * | | am33xx:ddr:Fix config_sdram to work for all DDRSteve Kipisz2013-03-22-1/+4
| | * | | Initialise correct GPMC WAITx irq for AM33xxMark Jackson2013-03-22-1/+1
| | * | | Allow AM335x MPU core clock speed to be specified in the board config fileMark Jackson2013-03-22-2/+5
| * | | | ARM: implement erratum 716044 workaroundStephen Warren2013-03-22-0/+6
| |/ / /
| * | | ARM: rpi_b: enable SD controller, add related env/cmdsStephen Warren2013-03-20-0/+26
| * | | mmc: add bcm2835 driverStephen Warren2013-03-20-0/+24
| * | | ARM: bcm2835: add mailbox driverStephen Warren2013-03-20-1/+572
* | | | x86: Move PCI init before SPI initSimon Glass2013-03-19-4/+4
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2013-03-18-6330/+8566
|\ \ \ | | |/ | |/|
| * | Merge branch 'u-boot-tegra/master' into 'u-boot-arm/master'Albert ARIBAUD2013-03-15-869/+987
| |\ \
| | * | Tegra114: Dalmore: Add pad config tables/code based on pinmux codeTom Warren2013-03-14-14/+280
| | * | Tegra114: fdt: Move aliases from dtsi to dts file as per other TegrasTom Warren2013-03-14-8/+0
| | * | Tegra114: Fix/update GP padcfg register structTom Warren2013-03-14-8/+26
| | * | Tegra114: pinmux: Fix bad CAM_MCLK func 3 table entryTom Warren2013-03-14-1/+1
| | * | Tegra: MMC: Added/update SDMMC registers/base addresses for T20/T30Tom Warren2013-03-14-6/+29
| | * | Tegra30: fdt: Add SDMMC (sdhci) nodes for T30 boards (Cardhu for now)Tom Warren2013-03-14-0/+32
| | * | Tegra30: Cardhu: Add pad config tables/code based on pinmux codeTom Warren2013-03-14-2/+261
| | * | Tegra114: pinmux: Update pinmux tables & code, fix a bug w/SDMMC3 initTom Warren2013-03-14-197/+163
| | * | Tegra114: fdt: Sync DT nodes with kernel DT files (GPIO, tegra_car)Tom Warren2013-03-14-1/+18
| | * | ARM: tegra: implement WAR for Tegra114 CPU reset vectorStephen Warren2013-03-14-4/+32
| | * | Tegra30: fdt: Sync DT nodes with kernel DT files (I2C, SPI, GPIO, clock)Tom Warren2013-03-14-34/+56
| | * | Tegra: MMC: Add DT support to MMC driver for all T20 boardsTom Warren2013-03-14-5/+10
| | * | Tegra: fdt: Add/enhance sdhci (mmc) nodes for all T20 DT filesTom Warren2013-03-14-4/+12
| | * | Tegra: fdt: Change /include/ to #include for C preprocessorTom Warren2013-03-14-3/+3
| | * | Tegra114: fdt: Update DT files with I2C info for T114/DalmoreTom Warren2013-03-14-0/+64
| | * | Tegra: I2C: Add T114 clock support to tegra_i2c driverTom Warren2013-03-14-0/+6