aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/armv7
AgeCommit message (Expand)AuthorFilesLines
2012-05-15arm, omap3: fix warm reset serial output on OMAP36xx/AM/DM37xxMatt Porter1-0/+16
2012-05-15omap4: do not enable auxiliary coresTero Kristo1-4/+0
2012-05-15omap4: do not enable fs-usb moduleTero Kristo1-2/+0
2012-05-15tegra2: trivially enable 13 mhz crystal frequencyLucas Stach1-1/+4
2012-05-15tegra: Add keyboard support to funcmuxSimon Glass1-0/+16
2012-05-15tegra: Setup PMC scratch info from ap20 setupYen Lin1-0/+6
2012-05-15tegra: Add warmboot implementationYen Lin4-0/+719
2012-05-15tegra: Add PMU to manage power suppliesJimmy Zhang2-0/+71
2012-05-15tegra: Add EMC support for optimal memory timingsJimmy Zhang2-0/+287
2012-05-15tegra: Add tegra_get_chip_type() to detect SKUSimon Glass1-0/+36
2012-05-15tegra: Add crypto library for warmboot codeYen Lin2-0/+266
2012-05-15tegra: Add functions to access low-level Osc/PLL detailsSimon Glass1-0/+32
2012-05-15tegra: Move ap20.h header into arch locationSimon Glass3-105/+3
2012-05-15Add abs() macro to return absolute valueSimon Glass1-2/+0
2012-05-15i.MX6: add enable_sata_clock()Eric Nelson1-0/+31
2012-05-15i.MX6: Add ANATOP regulator initDirk Behme1-0/+30
2012-05-15mx53loco: Allow to print CPU information at a later stageFabio Estevam1-1/+1
2012-05-15mx5: Add clock config interfaceFabio Estevam1-4/+444
2012-05-15imx-common: Factor out get_ahb_clk()Fabio Estevam3-32/+19
2012-05-15MX53: add function to set SATA clock to internalStefano Babic1-0/+24
2012-05-15MX5: Add definitions for SATA controllerStefano Babic1-0/+2
2012-05-15EXYNOS: add LCD and MIPI DSI clock interface.Donghwa Lee1-0/+184
2012-05-15EXYNOS: definitions of system resgister and power management registers.Donghwa Lee3-1/+103
2012-05-15omap3: Introduce weak misc_init_rTom Rini1-0/+12
2012-05-15omap4+: Remove CONFIG_ARCH_CPU_INITTom Rini1-10/+0
2012-05-15armv7: Use -march=armv7-a and thereby enable Thumb-2Aneesh V1-2/+5
2012-05-15armv7: add appropriate headers for assembly functionsAneesh V9-49/+58
2012-05-15OMAP5: reset: Use cold reset in case of 5430ES1.0SRICHARAN R1-0/+14
2012-05-15OMAP3+: reset: Create a common reset layer.SRICHARAN R1-16/+14
2012-05-15arm: omap5: correct boot device mode7 for eMMCBalaji T K2-0/+2
2012-05-15OMAP5: ddr: Change the ddr device name.SRICHARAN R2-16/+16
2012-05-15OMAP4/5: device: Add support to get the device type.SRICHARAN R1-1/+5
2012-05-15OMAP4/5: Make the sysctrl structure commonSRICHARAN R2-4/+4
2012-05-15OMAP4/5: Make the silicon revision variable common.SRICHARAN R2-13/+13
2012-05-15OMAP5: hwinit: Add the missing break statementSRICHARAN R1-0/+1
2012-05-15OMAP5: palmas: Configure nominal opp vdd valuesSRICHARAN R3-18/+40
2012-05-15OMAP5: emif/ddr: Change emif settings as required for ES1.0 silicon.SRICHARAN R4-26/+118
2012-05-15OMAP5: io: Configure the io settings for omap5430 sevm board.SRICHARAN R1-0/+83
2012-05-15OMAP5: clocks: Change clock settings as required for ES1.0 silicon.SRICHARAN R2-36/+78
2012-05-15OMAP4: scale voltage of core before MPU scalesNishanth Menon1-28/+35
2012-05-15OMAP4460: TPS Ensure SET1 is selected after voltage configurationNishanth Menon3-3/+21
2012-05-15OMAP3+: Introduce generic logic for OMAP voltage controllerNishanth Menon5-45/+146
2012-05-15ARM:OMAP+:MMC: Add parameters to MMC initJonathan Solnit2-3/+3
2012-04-19CMD: Fix CONFIG_CMD_SAVEBP_WRITE_SIZE -> CONFIG_CMD_SPL_WRITE_SIZEMarek Vasut1-1/+1
2012-04-16ARM: add u-boot.imx as target for i.MX SOCsStefano Babic1-0/+3
2012-04-16i.MX6: implement enable_caches()Eric Nelson1-0/+8
2012-03-30arm: Use common .lds file where possibleSimon Glass1-85/+0
2012-03-29arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warningsAnatolij Gustschin1-3/+1
2012-03-29sdrc.c: Fix typo in do_sdrc_init() for SPLTom Rini1-1/+1
2012-03-29tegra: Enhance clock support to handle 16-bit clock divisorsSimon Glass1-22/+41