aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)AuthorFilesLines
2011-10-22build: add missing $(AR)->$(cmd_link_o_target) updateMike Frysinger3-3/+3
2011-10-22consolidate mdelay by providing a common function for all usersAnatolij Gustschin1-1/+0
2011-10-17Move timestamp and version files into 'generated' subdirSimon Glass3-6/+3
2011-10-17mx31: make HSP clock for mx3fb driver availableHelmut Raiger1-13/+27
2011-10-15punt unused clean/distclean targetsMike Frysinger1-6/+0
2011-10-09arm920t/s3c24x0/usb_ohci.c: fix warning: variable ... set but not usedWolfgang Denk1-2/+1
2011-09-30zmx25: Fix build warning due to 'get_reset_cause' defined but not usedFabio Estevam1-23/+23
2011-09-30MX5: Clean up the output of "clocks" commandMarek Vasut1-7/+9
2011-09-30MX5: Add AHB clock reporting and fix IPG clock reportingMarek Vasut1-9/+27
2011-09-30MX5: Modify the PLL decoding algorithmMarek Vasut1-10/+56
2011-09-30MX31: Disable watchdog during low-power modesFabio Estevam1-2/+2
2011-09-30MX31: Improve readability for reset causeFabio Estevam1-1/+1
2011-09-30ARM: mx25: Print the source of resetFabio Estevam1-1/+24
2011-09-30ARM: mx25: Print the silicon revisonFabio Estevam1-1/+29
2011-09-30arm, davinci, da8xx: add cpuinfoHeiko Schocher1-2/+14
2011-09-30arm, davinci, am1808: add lowlevel functions for booting from NORHeiko Schocher2-0/+429
2011-09-30arm, davinci: add NOR Boot Configuration WordHeiko Schocher1-0/+9
2011-09-30arm, davinci: add internal WDT support for AM1808 cpusHeiko Schocher1-0/+31
2011-09-30arm, davinci: move davinci_timer in header fileHeiko Schocher1-14/+1
2011-09-30net, davinci_emac: add KSZ8864 switchHeiko Schocher2-1/+69
2011-09-30omap3: Fix compile warningSanjeev Premi1-1/+1
2011-09-30omap-common: reorganize spl.cSimon Schwarz4-177/+247
2011-09-30omap3: implement boot parameter savingSimon Schwarz2-3/+12
2011-09-30omap3: new SPL structure supportSimon Schwarz2-0/+35
2011-09-30omap-common: add nand spl supportSimon Schwarz2-3/+93
2011-09-30omap3: Configure RAM bank 0 if in SPLSimon Schwarz1-1/+31
2011-09-30omap-common/omap4: relocate early UART clock setupSimon Schwarz2-1/+2
2011-09-13led: remove camel casing of led identifiers globallyJason Kridner11-31/+31
2011-09-13omap4: IO settingsAneesh V2-25/+62
2011-09-13omap4: make SDRAM init work for ES1.0 siliconAneesh V2-51/+20
2011-09-13omap: gpio: generic changes after changing APISanjeev Premi1-2/+3
2011-09-13omap: gpio: Use generic APISanjeev Premi1-31/+82
2011-09-12ARMV7: OMAP3: Add 37xx ESx revision numbers.Howard D. Gray1-1/+12
2011-09-12OMAP: Add function to get state of a GPIO outputJoel A Fernandes1-0/+20
2011-09-11Minor coding style cleanup.Wolfgang Denk3-5/+0
2011-09-10tegra2: fix warning: "assert" redefinedWolfgang Denk1-8/+0
2011-09-10KS8695: move TIMER_ definitions before code useGreg Ungerer1-8/+8
2011-09-07PXA: FIX: Deep-sleep return address in stored in PSPRMarek Vasut1-1/+1
2011-09-07MX31: fix missing mxc_get_clk() callStefano Babic1-0/+1
2011-09-07omap24xx: fix 'reset_timer_masked' declaration errorWolfgang Denk1-11/+9
2011-09-07ARM: remove broken "impa7" board.Wolfgang Denk3-102/+5
2011-09-07ARM: remove broken "ep7312" board.Wolfgang Denk3-8/+8
2011-09-07Makefile : fix generation of cpu related asm-offsets.hStefano Babic6-11/+1
2011-09-04dm3730: enable dpll5Eric Benard1-0/+1
2011-09-04da8xx: add support for multiple PLL controllersSudhakar Rajashekhara1-11/+19
2011-09-04omap3:clock: check cpu_family before enabling clks for IVA & CAMVaibhav Hiremath1-4/+10
2011-09-04omap3:clock: configure GFX clock to 200MHz for AM/DM37xVaibhav Hiremath1-1/+1
2011-09-04armv7: cache: remove flush on un-aligned invalidateAneesh V1-6/+8
2011-09-04armv7: stronger barrier for cache-maintenance operationsAneesh V1-6/+6
2011-09-04omap: enable caches at system start-upAneesh V2-0/+16