Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ep93xx timer: Fix resolution of get_ticks() | Matthias Kaehlcke | 2010-03-22 | 1 | -6/+9 |
* | ep93xx timer: Fix possible overflow in usecs_to_ticks() | Matthias Kaehlcke | 2010-03-22 | 1 | -12/+4 |
* | Prepare v2010.03-rc1 | Wolfgang Denk | 2010-03-12 | 1 | -1/+0 |
* | ep93xx: Refactoring of timer code | Matthias Kaehlcke | 2010-03-07 | 1 | -44/+26 |
* | ep93xx: Fix calculation of sys ticks in clk_to_systicks() | Matthias Kaehlcke | 2010-03-07 | 1 | -2/+4 |
* | prepare joining at91rm9200 into at91 | Jens Scharsig | 2010-02-12 | 5 | -0/+437 |
* | ARM: Add support for EP93xx SoCs | Matthias Kaehlcke | 2010-02-12 | 7 | -0/+610 |
* | new at91_emac network driver (NET_MULTI api) | Jens Scharsig | 2010-01-31 | 2 | -4/+3 |
* | Merge branch 'master' into next | Wolfgang Denk | 2009-12-07 | 1 | -0/+2 |
|\ | |||||
| * | trab: fix warning: implicit declaration of function 'disable_vfd' | Wolfgang Denk | 2009-12-07 | 1 | -0/+2 |
* | | Generic udelay() with watchdog support | Ingo van Lil | 2009-12-05 | 4 | -4/+4 |
* | | arm: A320: Add support for Faraday A320 evaluation board | Po-Yu Chuang | 2009-11-27 | 4 | -0/+313 |
* | | Add a unified s3c24x0 header file | kevin.morfitt@fearnside-systems.co.uk | 2009-11-27 | 6 | -47/+19 |
* | | Move s3c24x0 header files to asm-arm/arch-s3c24x0/ | kevin.morfitt@fearnside-systems.co.uk | 2009-11-27 | 5 | -10/+10 |
|/ | |||||
* | Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code | kevin.morfitt@fearnside-systems.co.uk | 2009-10-13 | 7 | -830/+915 |
* | CONFIG_SYS_HZ fix for ARM902T S3C24X0 Boards | kevin.morfitt@fearnside-systems.co.uk | 2009-10-13 | 1 | -16/+20 |
* | Add support for Eukrea CPUAT91 SBC | Tom Rix | 2009-10-13 | 2 | -2/+252 |
* | arm: Remove -fno-strict-aliasing | Kumar Gala | 2009-09-04 | 1 | -2/+1 |
* | ARM: compiler options cleanup - improve tool chain support | Wolfgang Denk | 2009-08-21 | 1 | -2/+0 |
* | rm9200 lowevel_init: don't touch reserved/readonly registers | David Brownell | 2009-08-03 | 1 | -12/+2 |
* | cpu/arm920t/start.S: include <common.h> to have ROUND() defined | Wolfgang Denk | 2009-07-27 | 1 | -2/+1 |
* | rm9200 ethernet driver: board-specific quirk (csb337) | David Brownell | 2009-07-22 | 1 | -4/+18 |
* | S3C24x0: extract interrupts from timer | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-06 | 4 | -21/+56 |
* | arm920t/interrupts: Move conditional compilation to Makefile | Jean-Christophe PLAGNIOL-VILLARD | 2009-07-06 | 2 | -6/+6 |
* | arm: remove cpu_init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 1 | -5/+0 |
* | arm: unify interrupt init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 1 | -11/+0 |
* | arm: unify linker script | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 1 | -0/+64 |
* | arm920/926/926: remove non needed header | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 4 | -4/+0 |
* | arm: timer and interrupt init rework | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 8 | -15/+17 |
* | at91rm9200: move reset code to reset.c | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | 3 | -40/+82 |
* | i2c: Create common default i2c_[set|get]_bus_speed() functions | Peter Tyser | 2009-06-12 | 1 | -10/+0 |
* | Fix e-mail address of Gary Jennejohn. | Detlev Zundel | 2009-05-15 | 7 | -7/+7 |
* | Replace __attribute references with __attribute__ | Peter Tyser | 2009-04-28 | 2 | -6/+7 |
* | arm: unify reset command | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | 1 | -8/+0 |
* | arm: clean cache management | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | 1 | -63/+10 |
* | arm: update co-processor 15 access | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | 1 | -56/+13 |
* | at91rm9200: Reset update | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | 1 | -10/+4 |
* | at91rm9200: move serial shutdown code to serial drivers | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | 1 | -10/+3 |
* | at91rm9200: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | 2 | -114/+1 |
* | Add support for the AT91RM9200EK Board. | Ulf Samuelsson | 2009-04-04 | 1 | -3/+1 |
* | s3c2410: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | 2 | -180/+1 |
* | s3c24x0: move i2c driver to drivers/i2c | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | 2 | -448/+1 |
* | s3c24x0: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | 2 | -306/+1 |
* | imx: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | 2 | -228/+1 |
* | ks8695: move serial driver to drivers/serial | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-29 | 2 | -118/+1 |
* | cpu/: get mac address from environment | Mike Frysinger | 2009-03-20 | 1 | -3/+5 |
* | usb.h: use standard __LITTLE_ENDIAN from Linux headers | Mike Frysinger | 2009-01-28 | 1 | -3/+1 |
* | at91rm9200: move define from lowlevel_init to header | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-06 | 1 | -48/+22 |
* | at91rm9200: rename lowlevel init value to CONFIG_SYS_ | Jean-Christophe PLAGNIOL-VILLARD | 2009-01-06 | 1 | -44/+44 |
* | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions | Timur Tabi | 2008-12-15 | 1 | -14/+0 |