aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2012-02-15omap_hsmmc: Wait for CMDI to be clearTom Rini4-4/+4
2012-02-12Changes to move hawkboard to the new spl infrastructureSughosh Ganu3-11/+26
2012-02-12arm, arm926ejs: Enable icache only if CONFIG_SYS_ICACHE_OFF is not definedChristian Riesch1-1/+4
2012-02-12arm, arm926ejs: Add option CONFIG_SYS_EXCEPTION_VECTORS_HIGHChristian Riesch1-1/+6
2012-02-12arm, arm926ejs: Flush the data cache before disabling itSughosh Ganu1-4/+8
2012-02-12arm, arm926ejs: Do cpu critical inits only for boards that require itChristian Riesch1-2/+4
2012-02-12arm, davinci: Add lowlevel_init for SoCs other than DM644XChristian Riesch1-0/+4
2012-02-12ARMV7: Fix duplicate use of "b" parameter in ACTIM_CTRLA definitionPeter Barada1-28/+29
2012-02-12OMAP4460: Reduce MPU clock speed from 920 to 700Aneesh V1-11/+11
2012-02-12davinci: add support for printing clock frequencyHadli, Manjunath3-1/+44
2012-02-12davinci: remove macro CONFIG_DISPLAY_CPUINFOHadli, Manjunath1-44/+0
2012-02-12omap3: fix comment typosPeter Meerwald1-2/+2
2012-02-12AM3517: Changed default clock rate for AM3517Schuyler Patton1-1/+1
2012-02-12OMAP4: clock-common: Move the usb dppl configuration to new funcGovindraj.R1-21/+33
2012-02-12OMAP3+: Clock: Adding ehci clock enablingGovindraj.R4-0/+30
2012-02-12ehci-omap: Clean up added ehci-omap.cGovindraj.R3-24/+212
2012-02-12ARM: EXYNOS: Add support for Exynos5 based SoCsChander Kashyap6-12/+854
2012-02-12Exynos: Clock.c: Use CONFIG_SYS_CLK_FREQ macroChander Kashyap1-5/+1
2012-02-12S5P: support generic watchdog timerMinkyu Kang5-1/+124
2012-02-12ARMV7: Exynos4: Add supoort power for Exynos4HeungJun, Kim2-0/+231
2012-02-12ARMV7: Exynos4: Add watchdog.h for Exynos4HeungJun, Kim1-0/+53
2012-02-12Exynos: Fix ARM Clock frequency calculationChander Kashyap1-6/+9
2012-02-12Exynos: PWM: Add TCMPB3 field in pwm structureChander Kashyap1-1/+1
2012-02-12bugfix: all Marvell specific build fails due to undefined reference to `get_t...Prafulla Wadaskar4-0/+72
2012-02-12arm, arm-kirkwood: disable l2c before linux bootMichael Walle4-0/+46
2012-02-12orion5x: add USB host ehci-marvell supportAlbert ARIBAUD1-0/+12
2012-02-12Remove kirkwood-specifics from marvell EHCI driverAlbert ARIBAUD1-0/+12
2012-02-12Rename ehci-kirkwood as ehci-marvellAlbert ARIBAUD1-1/+1
2012-02-12i.mx: i.mx5: update imx_get_mac_from_fuse functionJason Liu1-1/+1
2012-02-12mx28: Show CPU frequencyFabio Estevam1-1/+2
2012-02-12mmc: access mxcmmc from mx31 boardsHelmut Raiger6-24/+50
2012-02-12i.mx6: mx6x_pins: Fix uart txd definitionsTroy Kisky1-24/+12
2012-02-12arm, davinci: add timer defines for tcr fieldHeiko Schocher1-0/+13
2012-02-12arm, davinci: add workaround for not resetting DMA bus and VPSS modulesHeiko Schocher4-4/+61
2012-02-12OMAP SPL: Fix missing timer_init() call in OMAP4 s_init()Dechesne, Nicolas1-0/+2
2012-02-12OMAP3: Correct get_sdr_cs_offset maskTom Rini1-1/+1
2012-02-12arm: omap3: Define save_boot_params in lowlevel_init.S for SPL onlyPali Rohár1-2/+2
2012-02-12arm, davinci: add PLL0 prediv to da850 lowlevel setupBen Gardiner2-1/+9
2012-02-12tegra2: Enable data cacheSimon Glass1-0/+8
2012-02-12tegra: Add SDMMC support to funcmuxSimon Glass2-0/+71
2012-02-12tegra: Add I2C support to funcmuxSimon Glass2-0/+47
2012-02-12tegra: Add enum to select from available funcmux configsSimon Glass3-6/+17
2012-02-12tegra: Adjust funcmux config test to permit expansionSimon Glass2-25/+38
2012-02-12tegra2: Fix default RAM size selection in odmdataStephen Warren1-1/+1
2012-02-12tegra2: Fix conflicting pinmux for UARTAStephen Warren1-0/+12
2012-01-23ARM: AM33XX: Add i2c supportPatil, Rachna4-1/+89
2012-01-16overo: add SPL supportAndreas Müller1-0/+26
2012-01-16omap_rev_string: output to stdoutAndreas Müller5-17/+11
2012-01-16OMAP SPL: call timer_init in s_init to make udelay work earlierAndreas Müller2-2/+2
2012-01-16ARM:AM33XX: Add SPL support for AM335X EVMChandan Nath12-107/+206