| Commit message (Expand) | Author | Age | Lines |
* | CFI: fix warning: variable ... set but not used | Wolfgang Denk | 2011-10-09 | -0/+4 |
* | netconsole: support packets longer than 512 bytes | Michael Walle | 2011-10-09 | -4/+7 |
* | serial: uartlite: Support for SERIAL_MULTI | Michal Simek | 2011-10-09 | -19/+121 |
* | net: drop !NET_MULTI code | Mike Frysinger | 2011-10-05 | -11/+2 |
* | net: drop !NET_MULTI ns7520 driver | Mike Frysinger | 2011-10-05 | -851/+0 |
* | net: drop !NET_MULTI bcm570x/tigon3 drivers | Mike Frysinger | 2011-10-05 | -12876/+0 |
* | PPC: Cleanup tqm8xx_pcmcia.c | Marek Vasut | 2011-10-05 | -73/+81 |
* | Merge branch 'master' of git://git.denx.de/u-boot-nand-flash | Wolfgang Denk | 2011-10-04 | -72/+41 |
|\ |
|
| * | PPC: Fix fsl_upm.c by renaming nand handling functions | Marek Vasut | 2011-10-03 | -8/+8 |
| * | mtd: eLBC NAND: remove elbc_fcm_ctrl->oob_poi | mhench | 2011-10-03 | -30/+2 |
| * | NAND: Really ignore bad blocks when scrubbing | Marek Vasut | 2011-10-03 | -22/+9 |
| * | mxc_nand: fix a problem writing more than 32MB | Helmut Raiger | 2011-10-03 | -1/+12 |
| * | mxc_nand: fixed some typos (cosmetic) | Helmut Raiger | 2011-10-03 | -10/+9 |
| * | nand: increase chip_delay in mv kirkwood nand driver | Stefan Bigler | 2011-10-03 | -1/+1 |
* | | Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx | Wolfgang Denk | 2011-10-04 | -3/+3236 |
|\ \ |
|
| * | | powerpc/p3060: Add SoC related support for P3060 platform | Shengzhou Liu | 2011-10-03 | -0/+110 |
| * | | fm-eth: Add ability for board code to disable a port | Kumar Gala | 2011-10-03 | -0/+27 |
| * | | powerpc/85xx: Add support for FMan ethernet in Independent mode | Kumar Gala | 2011-09-29 | -0/+2212 |
| * | | nand: Freescale Integrated Flash Controller NAND support | Dipen Dudhat | 2011-09-29 | -0/+851 |
| * | | powerpc/85xx: Add ULPI and UTMI USB Phy support for P1010/P1014 | Ramneek Mehresh | 2011-09-29 | -3/+36 |
* | | | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Wolfgang Denk | 2011-10-04 | -19/+25 |
|\ \ \ |
|
| * | | | I2C: mv_i2c: fix multi-bus init issue | Lei Wen | 2011-10-03 | -18/+24 |
| * | | | I2C: mv_i2c: fix build issue when enable debug option | Lei Wen | 2011-10-03 | -1/+1 |
| | |/
| |/| |
|
* | | | net: emaclite: Use dynamic allocation | Michal Simek | 2011-10-03 | -16/+25 |
* | | | net: emaclite: Remove baseaddress from xemaclite | Michal Simek | 2011-10-03 | -21/+21 |
* | | | net: emaclite: Use calloc instead of malloc | Michal Simek | 2011-10-03 | -2/+1 |
* | | | net: emaclite: Remove deviceid property | Michal Simek | 2011-10-03 | -1/+0 |
* | | | net: emaclite: Change driver name and add address | Michal Simek | 2011-10-03 | -1/+1 |
|/ / |
|
* | | GCC4.6: Squash warning in vmt.c | Marek Vasut | 2011-10-01 | -4/+7 |
* | | GCC4.6: Squash warning in nand_bbt.c | Marek Vasut | 2011-10-01 | -4/+1 |
* | | GCC4.6: Squash warnings in ipu_disp.c | Marek Vasut | 2011-10-01 | -57/+48 |
* | | console: Squelch pre-console output in console functions | Graeme Russ | 2011-10-01 | -5/+1 |
* | | ns16550: change to allow 32 bit access to registers | Dave Aldridge | 2011-10-01 | -0/+6 |
* | | Merge branch 'sf' of git://git.denx.de/u-boot-blackfin | Wolfgang Denk | 2011-10-01 | -0/+8 |
|\ \ |
|
| * | | sf: eon: add support for EN25Q32B parts | Shaohui Xie | 2011-09-29 | -0/+8 |
| |/ |
|
* | | ATA: Squash warnings in mxc_ata. | Marek Vasut | 2011-09-30 | -13/+9 |
* | | I2C: mxc_i2c rework | Marek Vasut | 2011-09-30 | -133/+289 |
* | | FEC: Move imx_get_mac_from_fuse() definition to fec_mxc.h | Marek Vasut | 2011-09-30 | -0/+2 |
* | | FEC: Squish "got MAC from fuse" message, make it debug() | Marek Vasut | 2011-09-30 | -1/+1 |
* | | FEC: Add timeout for chip reset | Marek Vasut | 2011-09-30 | -4/+21 |
* | | FEC: Allow registering MII postconfiguration callback | Marek Vasut | 2011-09-30 | -1/+14 |
* | | FEC: Allow multiple FECes | Marek Vasut | 2011-09-30 | -30/+51 |
* | | FEC: Abstract access to fec->eth in MII operations | Marek Vasut | 2011-09-30 | -8/+10 |
* | | FEC: Allow selection of MII mode via CONFIG_FEC_XCV_TYPE | Marek Vasut | 2011-09-30 | -1/+5 |
* | | FEC: Add RMII mode support | Marek Vasut | 2011-09-30 | -1/+5 |
* | | FEC: Kill mode select FIXME's | Marek Vasut | 2011-09-30 | -12/+14 |
* | | FEC: Use defined constant instead of magic number | Marek Vasut | 2011-09-30 | -1/+1 |
* | | FEC: Use proper accessor to read register in debug call | Marek Vasut | 2011-09-30 | -1/+1 |
* | | cosmetic: fsl_pmic: cosmetic for the help message | Jason Liu | 2011-09-30 | -1/+1 |
* | | rtc, davinci: add support for davinci internal RTC | Heiko Schocher | 2011-09-30 | -0/+126 |