summaryrefslogtreecommitdiff
path: root/arch/arm/cpu
AgeCommit message (Expand)Author
2012-04-16ARM926EJS: Fix cache.c to comply with checkpatch.plMarek Vasut
2012-04-16ARM926EJS: Make asm routines volatile in cache opsMarek Vasut
2012-04-16ARM1136: MX35: Make asm routines volatile in cache opsStefano Babic
2012-04-16ARM: add u-boot.imx as target for i.MX SOCsStefano Babic
2012-04-16DMA: Split the APBH DMA init into block and channel initMarek Vasut
2012-04-16ARM: 926ejs: use debug() for misaligned addressesStefano Babic
2012-04-16ARM1136: add cache flush and invalidate operationsAnatolij Gustschin
2012-04-16i.MX6: implement enable_caches()Eric Nelson
2012-03-30arm: Use common .lds file where possibleSimon Glass
2012-03-30arm: add a common .lds link scriptSimon Glass
2012-03-29arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix build warningsAnatolij Gustschin
2012-03-29sdrc.c: Fix typo in do_sdrc_init() for SPLTom Rini
2012-03-29tegra: Enhance clock support to handle 16-bit clock divisorsSimon Glass
2012-03-29tegra: Rename NV_PA_PMC_BASE to TEGRA2_PMC_BASESimon Glass
2012-03-29tegra: usb: Add support for Tegra USB peripheralSimon Glass
2012-03-29tegra: fdt: Add function to return peripheral/clock IDSimon Glass
2012-03-29tegra: fdt: Add Tegra2x device tree file from kernelSimon Glass
2012-03-29arm: Tegra2: Fix ELDK42 gcc failure with inline asm stack pointer loadTom Warren
2012-03-29i.MX28: Enable caches by defaultMarek Vasut
2012-03-29ARM926EJS: Implement cache operationsMarek Vasut
2012-03-28nhk8815: fix build errorsAnatolij Gustschin
2012-03-28ARM: highbank: add reset supportRob Herring
2012-03-28ARM: highbank: Add boot counter supportRob Herring
2012-03-28ARM: highbank: fix us_to_tick calculationRob Herring
2012-03-28ARM: highbank: add missing get_tbclkRob Herring
2012-03-27ARM: fix s3c2410 timer codeDavid Müller (ELSOFT AG)
2012-03-27SPL: call cleanup_before_linux() before booting LinuxStefano Babic
2012-03-27OMAP3: SPL: do not call I2C init if no I2C is set.Stefano Babic
2012-03-27Add cache functions to SPL for armv7Stefano Babic
2012-03-27omap/spl: change output of spl_parse_image_headerSimon Schwarz
2012-03-27omap-common/spl: Add linux boot to SPLSimon Schwarz
2012-03-27omap-common: Add NAND SPL linux bootingSimon Schwarz
2012-03-27mx53: Make PLL2 to be the parent of UART clockFabio Estevam
2012-03-27mx6: Read silicon revision from registerFabio Estevam
2012-03-27i.MX28: Drop __naked function from spl_mem_initMarek Vasut
2012-03-27i.MX28: Make the stabilization delays shorterMarek Vasut
2012-03-27mx6: Fix reset cause for Power On Reset caseFabio Estevam
2012-03-27i.MX28: Enable additional DRAM address bitsMarek Vasut
2012-03-27mx31: add "ARM11P power gating" to get_reset_causeHelmut Raiger
2012-03-26IXP: Squash warnings in IXP NPEMarek Vasut
2012-03-26IXP: Make IXP buildable with arm-linux- toolchainsMarek Vasut
2012-03-26SPL: Add YMODEM over UART load supportMatt Porter
2012-03-26spl.c: Use __noreturn decoratorTom Rini
2012-03-26Fix erroneous 32-bit access to hw_clkctrl_frac0 and hw_clkctrl_frac1 registersRobert Delien
2012-03-26Renamed mx28_register to mx28_register_32 to prepare for mx28_register_8Robert Delien
2012-03-26i.MX28: Reformat the DRAM memory configuration dataMarek Vasut
2012-03-26usb/ehci: Add USB support for the MX6QWolfgang Grandegger
2012-03-26i.mx28: Replaced magic numbers for scratch register addresses with register d...Robert Delien
2012-03-26PXA: Fix missing get_tbclk() breaking vpac boardsMarek Vasut
2012-03-19usb: replace wait_ms() with mdelay()Mike Frysinger