Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | Switched davinci_emac Ethernet driver to use newer API | Ben Warren | 2009-06-15 | -0/+12 |
* | Moved Davinci Ethernet driver to drivers/net | Ben Warren | 2009-06-15 | -656/+1 |
* | at91: move cpu info print to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -5/+22 |
* | at91: extract reset from timer | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -15/+43 |
* | arm: remove cpu_init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -5/+0 |
* | arm: unify interrupt init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -11/+0 |
* | arm: unify linker script | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -65/+9 |
* | afeb9260: fix macb device init | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -1/+1 |
* | ARM DaVinci: Reset with watchdog enabled | Thomas Lange | 2009-06-12 | -0/+4 |
* | at91: regroup IP hw init in one file per soc | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -603/+338 |
* | ARM DaVinci:Consolidate common u-boot.lds | Sandeep Paulraj | 2009-06-12 | -0/+89 |
* | arm920/926/926: remove non needed header | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -6/+0 |
* | davinci: display correct clock info | David Brownell | 2009-06-12 | -1/+132 |
* | arm: timer and interrupt init rework | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-12 | -58/+1 |
* | davinci: add basic dm355/dm350/dm335 support | David Brownell | 2009-06-12 | -0/+46 |
* | davinci: fix dm644x buglets | David Brownell | 2009-06-12 | -1/+3 |
* | davinci: split out some dm644x-specific bits from psc | David Brownell | 2009-06-12 | -75/+123 |
* | davinci: cpu-specific build uses conditional make syntax | David Brownell | 2009-06-12 | -3/+5 |
* | davinci: move psc support board-->cpu | David Brownell | 2009-06-12 | -1/+183 |
* | DaVinci now respects SKIP_LOWLEVEL_INIT | David Brownell | 2009-06-12 | -1/+5 |
* | at91/cpu.c: add missing Copyright & GPL header | Jean-Christophe PLAGNIOL-VILLARD | 2009-06-10 | -0/+23 |
* | Fix e-mail address of Gary Jennejohn. | Detlev Zundel | 2009-05-15 | -11/+11 |
* | AFEB9260 network fix | Sergey Lapin | 2009-05-13 | -1/+1 |
* | at91: remove lowlevel_init.S | Jean-Christophe PLAGNIOL-VILLARD | 2009-05-01 | -61/+2 |
* | Update CHANGELOG; minor coding style cleanup. | Wolfgang Denk | 2009-05-01 | -1/+0 |
* | at91: fixed plla calc when no USB support is active | Daniel Gorsulowski | 2009-04-29 | -1/+1 |
* | at91sam9/at91cap: fix CONFIG_SYS_HZ to 1000 | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-16 | -38/+44 |
* | at91: add support for the PM9263 board of Ronetix GmbH | Ilko Iliev | 2009-04-16 | -4/+14 |
* | at91sam9/at91cap: improve clock framework | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-16 | -0/+218 |
* | arm: unify reset command | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | -8/+0 |
* | arm: clean cache management | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | -62/+10 |
* | arm: update co-processor 15 access | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-05 | -57/+14 |
* | at91: move dataflash spi driver to drivers/spi | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -158/+0 |
* | at91: move usb driver to drivers/usb | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -81/+0 |
* | at91: rename DATAFLASH_MMC_SELECT to CONFIG_DATAFLASH_MMC_SELECT | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -0/+5 |
* | at91sam9/at91cap: spi init add hardware chip select support | Jean-Christophe PLAGNIOL-VILLARD | 2009-04-04 | -27/+136 |
* | OMAP: rename timer divisor | Ladislav Michl | 2009-03-30 | -1/+1 |
* | davinci: move i2c driver to drivers/i2c | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -335/+1 |
* | davinci: move nand driver to drivers/mtd/nand | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-30 | -476/+1 |
* | at91: Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC. | Nicolas Ferre | 2009-03-22 | -2/+7 |
* | at91sam9/at91cap: move common macb initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+174 |
* | at91sam9/at91cap: move common usb host initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+36 |
* | at91sam9/at91cap: move common led management to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -0/+65 |
* | at91sam9/at91cap: move common spi initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -5/+372 |
* | at91sam9/at91cap: move common serial initialisation to cpu | Jean-Christophe PLAGNIOL-VILLARD | 2009-03-22 | -1/+386 |
* | Fix all linker script to handle all rodata sections | Trent Piepho | 2009-03-20 | -1/+1 |
* | Initial support for Nomadik 8815 development board | Alessandro Rubini | 2009-01-24 | -0/+254 |
* | i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions | Timur Tabi | 2008-12-15 | -17/+0 |
* | Fix new found CFG_ | Jean-Christophe PLAGNIOL-VILLARD | 2008-12-14 | -1/+1 |
* | Remove compiler warning: target CPU does not support interworking | Sergei Poselenov | 2008-12-13 | -0/+1 |