summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | omap: emif: configure emif only when requiredLokesh Vutla2012-12-101-5/+36
| | * | OMAP: Tweak omap-common/Makefile since reset.S -> reset.cRobert P. J. Day2012-12-101-3/+2
| | * | omap4: Add comments on some "#endif"s for readability.Robert P. J. Day2012-12-102-3/+3
| | * | omap3: Add a few comments to "#endif"s for readability.Robert P. J. Day2012-12-102-4/+4
| | * | Pass sdrc timing values through board_sdrc_timings structurePeter Barada2012-12-102-22/+27
| | * | am33xx: add ELM supportMansoor Ahamed2012-12-104-0/+311
| | * | am33xx: NAND supportIlya Yanok2012-12-109-0/+370
| | * | OMAP: include sys_proto.h from boot-commonIlya Yanok2012-12-101-0/+1
| | * | omap3/mem.c: remove unused definesAndreas Bießmann2012-12-101-14/+0
| | |/
* | | Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini2012-12-2258-441/+2948
|\ \ \ | |/ /
| | |
| | \
| | \
| | \
| *---. \ Merge samsung, imx, tegra into u-boot-arm/masterAlbert ARIBAUD2012-12-22119-706/+3884
| |\ \ \ \ | | |_|_|/ | |/| | |
| | | | * Merge remote-tracking branch 'u-boot/master' into u-boot-arm-mergedAllen Martin2012-12-19113-445/+3766
| | | | |\ | | |_|/ / | |/| | |
| | | * | Merge branch 'master' of git://git.denx.de/u-boot into masterStefano Babic2012-12-0897-419/+3662
| | | |\ \
| | | * | | mxs: SPL: Generalize memory initializationOtavio Salvador2012-12-071-6/+13
| | | * | | mxs: Staticize SPL functionsMarek Vasut2012-12-043-34/+34
| | | * | | mxs: Properly setup VDDD in power supply setup codeMarek Vasut2012-12-042-14/+1
| | | * | | mxs: Implement common function to setup VDDxMarek Vasut2012-12-041-170/+83
| | | * | | mx28: Rename regs-power.h to regs-power-mx28.hMarek Vasut2012-12-042-2/+5
| | | * | | mx28: Remove SET, CLR, TOG ops from PLLxCTRL1 registersMarek Vasut2012-12-041-2/+4
| | * | | | Merge branch 'master' of git://git.denx.de/u-boot into resolveMinkyu Kang2012-12-1097-419/+3662
| | |\ \ \ \ | |/ / / / / | | | | _ / | | | | /
| * | | | Merge branch 'u-boot-imx/master' into 'u-boot-arm/master'Albert ARIBAUD2012-11-258-33/+15
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | mx28: Fix typo in POWER_DCLIMITS_NEGLIMIT_OFFSETMarek Vasut2012-11-241-1/+1
| | * | | mx28: Fix typo in POWER_MINPWR_VBG_OFFMarek Vasut2012-11-241-1/+1
| | * | | mx5: Mark lowlevel_init board-specific codeBenoît Thébaudeau2012-11-191-1/+1
| | * | | mx6: clock: Only show CSPI clock if CSPI is enabledFabio Estevam2012-11-191-0/+2
| | * | | mx5: Print CSPI clock in 'clock' commandFabio Estevam2012-11-191-1/+3
| | * | | mx5: Align SPI CS naming with i.MX53 reference manualFabio Estevam2012-11-191-3/+3
| | * | | ehci-mxc: Add support for i.MX35Benoît Thébaudeau2012-11-161-0/+2
| | * | | ehci-mxc: Define host offsetsBenoît Thébaudeau2012-11-162-0/+2
| | * | | mx31: Move EHCI definitions to ehci-fsl.hBenoît Thébaudeau2012-11-161-26/+0
| * | | | arm: Add control over cachability of memory regionsSimon Glass2012-11-193-11/+82
| * | | | tegra: Add SOC support for display/lcdWei Ni2012-11-194-0/+1107
| * | | | tegra: Add support for PWMSimon Glass2012-11-193-0/+177
| * | | | tegra: fdt: Add LCD definitions for TegraSimon Glass2012-11-191-0/+98
| * | | | tegra: fdt: Add pwm binding and nodeSimon Glass2012-11-191-0/+7
| * | | | tegra: Add display support to funcmuxSimon Glass2012-11-191-0/+37
| * | | | tegra: Use const for pinmux_config_pingroup/table()Simon Glass2012-11-192-4/+4
| * | | | SPI: Add SPI Driver for EXYNOS.Rajeshwari Shinde2012-11-151-0/+78
| * | | | EXYNOS5: Add base address for SPIHatim RV2012-11-151-0/+6
| * | | | EXYNOS: Add clock for SPIHatim RV2012-11-152-0/+126
| * | | | EXYNOS5: Add pinmux support for SPIRajeshwari Shinde2012-11-152-0/+56
| * | | | EXYNOS: Add clock for I2SRajeshwari Shinde2012-11-153-0/+153
| * | | | EXYNOS: Add I2S base addressRajeshwari Shinde2012-11-151-0/+3
| * | | | EXYNOS: Add pinmux for I2SRajeshwari Shinde2012-11-152-0/+14
| * | | | EXYNOS: Add parameters required by I2SRajeshwari Shinde2012-11-151-0/+44
| * | | | EXYNOS: Add I2S registersRajeshwari Shinde2012-11-151-0/+66
| * | | | ARM: arm1176: Define arch_cpu_init() for s3c64xxAshok Kumar Reddy2012-11-152-1/+27
| * | | | dm: wdt: Move s5p watchdog timer to drivers/watchdog/Marek Vasut2012-11-152-60/+0
| * | | | EXYNOS: Clock: Add common function for pll rate calculationMinkyu Kang2012-11-151-64/+38
| * | | | ARCH: EXYNOS: add support to match product idMinkyu Kang2012-11-151-0/+9
OpenPOWER on IntegriCloud