| Commit message (Expand) | Author | Age | Lines |
* | arch/arm/include/asm/arch-omap5/clocks.h: Fix GCC 4.2 warnings | Anatolij Gustschin | 2011-12-06 | -8/+8 |
* | arch/arm/cpu/armv7/omap-common/clocks-common.c: Fix GCC 4.6 warnings | Anatolij Gustschin | 2011-12-06 | -5/+3 |
* | arch/arm/cpu/armv7/omap-common/spl.c: Fix GCC 4.2 warnings | Anatolij Gustschin | 2011-12-06 | -2/+3 |
* | MX: serial_mxc: cleanup removing nasty #ifdef | Stefano Babic | 2011-12-06 | -19/+21 |
* | MXS: Add static annotations to dma driver | Marek Vasut | 2011-12-06 | -25/+0 |
* | mx5: Correct a warning in clock.c | Simon Glass | 2011-12-06 | -1/+1 |
* | OMAP3: Add SPL_BOARD_INIT hook | Tom Rini | 2011-12-06 | -0/+13 |
* | OMAP3: Add SPL support to omap3_evm | Tom Rini | 2011-12-06 | -0/+26 |
* | OMAP3: Add SPL support to Beagleboard | Tom Rini | 2011-12-06 | -0/+29 |
* | OMAP3 SPL: Add identify_nand_chip function | Tom Rini | 2011-12-06 | -0/+91 |
* | OMAP3 SPL: Rework memory initalization and devkit8000 support | Tom Rini | 2011-12-06 | -39/+17 |
* | OMAP3: Suffix all Micron memory timing parts with their speed | Tom Rini | 2011-12-06 | -10/+11 |
* | OMAP3: Add optimal SDRC autorefresh control values | Tom Rini | 2011-12-06 | -5/+11 |
* | omap3: mem: Add MCFG helper macro | Tom Rini | 2011-12-06 | -16/+30 |
* | OMAP3: Remove get_mem_type prototype | Tom Rini | 2011-12-06 | -1/+0 |
* | OMAP3: Change mem_ok to clear again after reading back | Tom Rini | 2011-12-06 | -0/+1 |
* | OMAP3: Add a helper function to set timings in SDRC | Tom Rini | 2011-12-06 | -55/+61 |
* | OMAP3: Update SDRC dram_init to always call make_cs1_contiguous() | Tom Rini | 2011-12-06 | -12/+11 |
* | omap3: mem: Comment enable_gpmc_cs_config more | Tom Rini | 2011-12-06 | -3/+13 |
* | arm: printf() is not available in some SPL configurations | Christian Riesch | 2011-12-06 | -0/+2 |
* | arm, davinci: move misc function in arch tree | Heiko Schocher | 2011-12-06 | -1/+151 |
* | arm, davinci, da850: add uart1 tx rx pinmux config | Heiko Schocher | 2011-12-06 | -0/+6 |
* | arm, davinci: move davinci_rtc struct to hardware.h | Heiko Schocher | 2011-12-06 | -0/+39 |
* | arm, davinci: Remove duplication of pinmux configuration code | Christian Riesch | 2011-12-06 | -28/+8 |
* | arm, da850: Add pinmux configurations to the arch tree | Christian Riesch | 2011-12-06 | -0/+217 |
* | arm, davinci: Move pinmux functions from board to arch tree | Christian Riesch | 2011-12-06 | -1/+108 |
* | arm, arm926ejs: always do cpu critical inits | Heiko Schocher | 2011-12-06 | -4/+2 |
* | AM3517: move AM3517 specific mux defines to generic header | Ilya Yanok | 2011-12-06 | -0/+41 |
* | AM35xx: add EMAC support | Ilya Yanok | 2011-12-06 | -0/+104 |
* | arm926ejs: add noop implementation for dcache ops | Ilya Yanok | 2011-12-06 | -1/+76 |
* | davinci_emac: move arch-independent defines to separate header | Ilya Yanok | 2011-12-06 | -289/+4 |
* | omap4: fix IO setting | Aneesh V | 2011-12-06 | -1/+6 |
* | omap4460: add ES1.1 identification | Aneesh V | 2011-12-06 | -1/+12 |
* | omap4: emif: fix error in driver | Aneesh V | 2011-12-06 | -2/+2 |
* | omap: remove I2C from SPL | Aneesh V | 2011-12-06 | -1/+0 |
* | omap4460: fix TPS initialization | Aneesh V | 2011-12-06 | -8/+0 |
* | start.S: remove omap3 specific code from start.S | Aneesh V | 2011-12-06 | -23/+9 |
* | armv7: setup vector | Aneesh V | 2011-12-06 | -0/+17 |
* | armv7: include armv7/cpu.c in SPL build | Aneesh V | 2011-12-06 | -2/+2 |
* | armv7: disable L2 cache in cleanup_before_linux() | Aneesh V | 2011-12-06 | -0/+1 |
* | arm, arm926ejs: Fix clear bss loop for zero length bss | Christian Riesch | 2011-12-06 | -3/+5 |
* | PXA: Rename pxa_dram_init to pxa2xx_dram_init | Marek Vasut | 2011-12-06 | -3/+3 |
* | PXA: Export cpu_is_ and pxa_dram_init functions | Marek Vasut | 2011-12-06 | -0/+29 |
* | PXA: Replace timer driver | Marek Vasut | 2011-12-06 | -52/+35 |
* | PXA: Add cpuinfo display for PXA2xx | Marek Vasut | 2011-12-06 | -0/+134 |
* | PXA: Separate PXA2xx CPU init | Marek Vasut | 2011-12-06 | -73/+31 |
* | PXA: Rename CONFIG_PXA2[57]X to CONFIG_CPU_PXA2[57]X | Marek Vasut | 2011-12-06 | -44/+44 |
* | PXA: Re-add the Dcache locking as RAM for pxa250 | Marek Vasut | 2011-12-06 | -2/+116 |
* | PXA: Rework start.S to be closer to other ARMs | Marek Vasut | 2011-12-06 | -247/+153 |
* | hawkboard: Replace HAWKBOARD_KICK{0, 1}_UNLOCK defines | Christian Riesch | 2011-11-29 | -3/+0 |