| Commit message (Expand) | Author | Age | Lines |
* | NAND: DaVinci: V2 Adding 4 BIT ECC support | Sandeep Paulraj | 2009-08-26 | -2/+282 |
* | MTD:NAND: ADD new ECC mode NAND_ECC_HW_OOB_FIRST | Sandeep Paulraj | 2009-08-26 | -0/+59 |
* | mxc_nand: add nand driver for MX2/MX3 | Ilya Yanok | 2009-08-26 | -0/+881 |
* | NAND: ADD page Parameter to all read_page/read_page_raw API's | Sandeep Paulraj | 2009-08-26 | -8/+10 |
* | 83xx, kmeter1: added NAND support | Heiko Schocher | 2009-08-26 | -0/+136 |
* | OneNAND: Remove unused read_spareram | Kyungmin Park | 2009-08-26 | -3/+1 |
* | KB9202: Add NAND support | Matthias Kaehlcke | 2009-08-26 | -0/+151 |
* | Merge branch 'next' of git://www.denx.de/git/u-boot-coldfire into next | Wolfgang Denk | 2009-08-26 | -6/+10 |
|\ |
|
| * | ColdFire: Fix compile warning messages | TsiChung Liew | 2009-08-26 | -6/+10 |
* | | Support up to 7 banks for ids as specified in JEDEC JEP106Z | Niklaus Giger | 2009-08-26 | -2/+80 |
|/ |
|
* | Merge branch 'next' of git://git.denx.de/u-boot-net into next | Wolfgang Denk | 2009-08-25 | -132/+197 |
|\ |
|
| * | net: tsec - handle user interrupt while waiting for PHY auto negotiation to c... | Kim Phillips | 2009-08-25 | -0/+7 |
| * | Add debug message for Blackfin Ethernet Rx function. | Robin Getz | 2009-08-25 | -0/+3 |
| * | Convert CS8900 Ethernet driver to CONFIG_NET_MULTI API | Ben Warren | 2009-08-25 | -132/+187 |
* | | Merge branch 'master' into next | Wolfgang Denk | 2009-08-25 | -2/+2 |
|\ \
| |/
|/| |
|
| * | ppc4xx: Fix ECC Correction bug with SMC ordering for NDFC driver | Feng Kan | 2009-08-25 | -2/+2 |
* | | Add driver for the ST M41T94 SPI RTC | Albin Tonnerre | 2009-08-25 | -0/+125 |
* | | Switch from per-driver to common definition of bin2bcd and bcd2bin | Albin Tonnerre | 2009-08-25 | -233/+0 |
* | | Replace BCD2BIN and BIN2BCD macros with inline functions | Albin Tonnerre | 2009-08-25 | -61/+61 |
|/ |
|
* | eeprom_m95xxx: remove unused variable i | Jean-Christophe PLAGNIOL-VILLARD | 2009-08-21 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-08-21 | -30/+58 |
|\ |
|
| * | tsec: Wait for auto-negotiation to complete without link | Peter Tyser | 2009-08-21 | -10/+9 |
| * | arm: kirkwood: See to it that sent data is 8-byte aligned | Simon Kagstrom | 2009-08-21 | -4/+18 |
| * | Wait for the link to come up on kirkwood network init | Simon Kagstrom | 2009-08-21 | -6/+14 |
| * | arm:kirkwood Define kirkwood phy address magic number | Simon Kagstrom | 2009-08-21 | -4/+10 |
| * | e1000: fix PCI memory addressing | Timur Tabi | 2009-08-21 | -8/+9 |
* | | add WATCHDOG_RESET() on nand write and read | Giulio Benetti | 2009-08-21 | -0/+4 |
|/ |
|
* | flash: Fix CFI buffer size bug | John Schmoller | 2009-08-13 | -1/+1 |
* | dtt, lm81: move unneccessary printf into a debug printf | Heiko Schocher | 2009-08-11 | -1/+1 |
* | UEC FIXED PHY: Determine fixed-phy port using UEC interface name. | Richard Retanubun | 2009-08-10 | -17/+19 |
* | Assigned a static SMI address to all UECs TBIPA address. | Richard Retanubun | 2009-08-10 | -8/+9 |
* | net: kirkwood: updates: used eth_setenv_enetaddr api | Prafulla Wadaskar | 2009-08-10 | -6/+9 |
* | Fix E1000 build warning on AP1000 board | Roy Zang | 2009-08-10 | -44/+44 |
* | net: phy: bugfixes: mv88E61xx compiler warnings fixed | Prafulla Wadaskar | 2009-08-10 | -9/+14 |
* | arm: A320: driver for FTMAC100 ethernet controller | Po-Yu Chuang | 2009-08-10 | -0/+433 |
* | Minor coding style cleanup. | Wolfgang Denk | 2009-08-10 | -2/+0 |
* | mxc-mmc: sdhc host driver for MX2 and MX3 proccessor | Ilya Yanok | 2009-08-09 | -0/+524 |
* | Add driver for the ST M95xxx SPI EEPROM | Albin Tonnerre | 2009-08-09 | -0/+118 |
* | Dual-license IBM code contributions | Josh Boyer | 2009-08-09 | -0/+2 |
* | bus_vcxk.c: fix warning: unused variable 'lineptr' | Jens Scharsig | 2009-08-09 | -1/+0 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Wolfgang Denk | 2009-08-08 | -491/+3444 |
|\ |
|
| * | Add Intel E1000 PCIE card support | Roy Zang | 2009-08-08 | -491/+3444 |
* | | omap3: replace all instances of gpmc config struct by one global | Dirk Behme | 2009-08-08 | -17/+16 |
* | | omap3: remove typedefs for configuration structs | Dirk Behme | 2009-08-08 | -1/+1 |
|/ |
|
* | omap3: embedd gpmc_cs into gpmc config struct | Matthias Ludwig | 2009-08-07 | -15/+7 |
* | Merge branch 'next' of git://git.denx.de/u-boot-coldfire | Wolfgang Denk | 2009-08-04 | -0/+358 |
|\ |
|
| * | Coldfire: Consolidate DSPI driver | TsiChung Liew | 2009-07-14 | -0/+358 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Wolfgang Denk | 2009-07-30 | -18/+769 |
|\ \ |
|
| * | | OMAP3 Move twl4030 mmc function | Tom Rix | 2009-07-29 | -11/+17 |
| * | | OMAP3 Move twl4030 power and led functions | Tom Rix | 2009-07-29 | -1/+107 |