aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-09-01tegra20: rename tegra2 -> tegra20Allen Martin46-81/+81
2012-09-01ARM: add basic support for the Broadcom BCM2835 SoCStephen Warren8-0/+304
2012-09-01ARM: arm1176: enable instruction cache in arch_cpu_init()Stephen Warren1-0/+7
2012-09-01snowball: Adding board specific cache cleanup routineMathieu J. Poirier1-0/+26
2012-09-01armv7: Adding cpu specific cache managmenentMathieu J. Poirier1-0/+8
2012-09-01u8500: Enabling power to MMC device on AB8500 V2Mathieu J. Poirier2-28/+89
2012-09-01u8500: Moving processor-specific functions to cpu area.Mathieu J. Poirier2-0/+81
2012-09-01snowball: applying power to LAN and GBF controllersMathieu J. Poirier2-3/+15
2012-09-01snowball: Moving to ux500.v2 addess scheme for PRCMU accessMathieu J. Poirier3-32/+71
2012-09-01snowball: Adding CPU clock initialisationMathieu J. Poirier3-4/+37
2012-09-01snowball: Adding architecture dependent initialisationMathieu J. Poirier4-6/+91
2012-09-01u8500: Moving prcmu to cpu directoryMathieu J. Poirier3-1/+220
2012-09-01snowball: Add support for ux500 based snowball boardMathieu J. Poirier2-0/+212
2012-09-01davinci, c6x: Always use C version of reset codeTom Rini3-84/+34
2012-09-01am33xx evm: Update secure_emif_sdram_config during ddr initSatyanarayana, Sandhya3-1/+7
2012-09-01da8xx/hawkboard: Add support for ohci host controllerSughosh Ganu3-0/+111
2012-09-01armv7: Make lowlevel_init.S's lowlevel_init do ABI compatible stackTom Rini1-0/+1
2012-09-01omap4/5/am33xx: Make lowlevel_init available to all armv7 platformsTom Rini7-24/+57
2012-09-01am33xx: Add support, update omap3 McSPI driverTom Rini1-0/+5
2012-09-01am33xx: Correct MMC1, remove MMC2 supportTom Rini3-4/+9
2012-09-01i.MX28: bug fixes in PMU configuration codeStathis Voukelatos1-6/+6
2012-09-01MX28: Move the u-boot.bd info CPUDIR/SOCDIRMarek Vasut1-0/+14
2012-09-01mxs: rename mx28.c to mxs.c as it is common to i.MX233 and i.MX28 SoCsOtavio Salvador2-1/+1
2012-09-01mxs: Clarify why we poweroff in case of brownout in 5v conflictOtavio Salvador1-0/+4
2012-09-01mxs: Reowork SPL to use 'mxs' prefix for methodsOtavio Salvador7-112/+112
2012-09-01mxs: prefix register structs with 'mxs' prefixOtavio Salvador22-124/+124
2012-09-01mxs: prefix register acessor macros with 'mxs' prefixOtavio Salvador20-517/+517
2012-09-01mxs: reorganize source directory for easy sharing of code in i.MXS SoCsOtavio Salvador37-1/+1
2012-09-01MX28: use a clear name for DDR2 initializationOtavio Salvador1-6/+6
2012-09-01MX28: extend print_cpuinfo() to use chip informationOtavio Salvador2-2/+40
2012-09-01imx: Use a clear identification of an unidentified CPU typeOtavio Salvador1-2/+2
2012-09-01Enable the EMAC clock in at91_macb_hw_init().Markus Hubig1-0/+4
2012-09-01arm : Atmel : add at91sam9x5ek board supportBo Shen7-2/+508
2012-09-01DaVinci DA8xx: fix set_cpu_clk_info()Laurence Withers1-9/+14
2012-09-01DaVinci DA8xx: replace magic number for DDR speedLaurence Withers2-1/+4
2012-09-01DaVinci DA850: UART2 clock ID comes from ASYNC3Laurence Withers1-1/+3
2012-09-01DaVinci DA8xx: tidy up clock ID definitionLaurence Withers1-16/+40
2012-09-01dm: Move OMAP GPIO driver to drivers/gpio/Marek Vasut2-246/+0
2012-09-01am33xx: Rework pinmux functionsTom Rini3-53/+33
2012-09-01am33xx evm: Add CONFIG_CMD_EEPROM and relatedTom Rini1-9/+4
2012-09-01am33xx: Add support for TI AM335x StarterKit EVMTom Rini2-2/+40
2012-09-01am33xx: Remove board/ti/am335x/evm.cTom Rini1-0/+173
2012-09-01am33xx: Add DDR3 (Micron MT41J128M16JT-125) timings and supportTom Rini3-0/+60
2012-09-01am33xx: Rework config_ddr to make DDR3 support easier.Tom Rini1-14/+23
2012-09-01am33xx: Move some variables in emif4.c, mark them static.Tom Rini1-4/+3
2012-09-01am33xx: Correct and clean up ddr_regs structTom Rini3-34/+20
2012-09-01am33xx: Do not touch 'ratio1' fieldsTom Rini3-35/+7
2012-09-01am33xx: Rework config_io_ctrl slightlyTom Rini3-27/+8
2012-09-01am33xx: Use emif_regs struct for storing initialization valuesTom Rini3-78/+31
2012-09-01am33xx: Turn a number of 'int' functions to 'void'Tom Rini3-42/+15