summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | net: Fix emaclite driver to support little-endian microblazeMichal Simek2010-10-111-2/+2
| * | | | mpc5xxx_fec: add call to reset_phy() after PHY initializationIlya Yanok2010-10-111-0/+7
| * | | | drivers/net/at91_emac.c: change return valuesAndreas Bießmann2010-10-111-9/+9
| * | | | drivers/net/at91_emac.c: increase timeout for autonegotiationAndreas Bießmann2010-10-111-1/+1
| * | | | NET: add ENC28J60 driver using SPI frameworkReinhard Meyer2010-10-113-0/+1230
| * | | | UEC PHY: Speed up initial PHY neg.Joakim Tjernlund2010-10-111-0/+9
| * | | | UEC PHY: Remove strange 0.5 sec delayJoakim Tjernlund2010-10-111-1/+0
| * | | | UEC: Don't udelay needlesslyJoakim Tjernlund2010-10-111-1/+3
| * | | | NET: move legacy enc28j60.c to sidetrack as enc28j60_lpc2292.cReinhard Meyer (-VC)2010-10-112-1/+2
| |/ / /
* | | | mtd: OneNAND: add support for OneNAND manufactured by NumonyxEnric Balletbo i Serra2010-10-111-0/+1
* | | | Followup fixes on the mtdparts spread patchsetScott Wood2010-10-111-10/+5
* | | | mtd: add an mtd method for get_len_incl_bad()Ben Gardiner2010-10-111-0/+49
* | | | nand: remove dead code and suspend/resumeScott Wood2010-10-115-324/+1
* | | | nand erase: .spread, .part, .chip subcommandsScott Wood2010-10-111-14/+17
* | | | nand util: read/write: accept unaligned lengthScott Wood2010-10-112-37/+63
|/ / /
* | | Merge branch 'sf' of git://git.denx.de/u-boot-blackfinWolfgang Denk2010-10-112-4/+21
|\ \ \
| * | | sf: spansion: add support for S25FL032P partsDavid Jander2010-10-061-0/+9
| * | | sf: spansion: fixing erasing when sector size >64KiBMarc-André Hébert2010-10-061-4/+3
| * | | sf: winbond: add support W25Q64 partsGraeme Smecher2010-10-061-0/+9
| | |/ | |/|
* | | ds1621: Fix negative temperature readingsJeff Dischler2010-10-061-1/+1
* | | ds1621: Clean up coding stylePeter Tyser2010-10-061-131/+114
* | | ds1621: Poll for register write completionPeter Tyser2010-10-061-5/+21
|/ /
* | Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2010-10-053-69/+179
|\ \
| * | Blackfin: bfin_mac: convert from old style MMR macrosMike Frysinger2010-10-021-32/+36
| * | Blackfin: bfin_sdh: clean up send_cmdMike Frysinger2010-10-021-10/+15
| * | Blackfin: bfin_spi: add optional DMA supportMike Frysinger2010-10-021-27/+128
| |/
* | Merge branch 'next' of git://git.denx.de/u-boot-videoWolfgang Denk2010-10-051-1/+2
|\ \ | |/ |/|
| * atmel_lcd: Allow contrast polarity to be either positive or negativeAlexander Stein2010-09-251-1/+2
* | Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk2010-09-2818-204/+2848
|\ \ | |/
| * ppc4xx: Remove now unused CONFIG_UART1_CONSOLEStefan Roese2010-09-231-5/+0
| * ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese2010-09-231-2/+1
| * ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese2010-09-233-6/+6
| * video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGBTimur Tabi2010-09-211-1/+37
| * Merge branch 'next' of ../custodians into nextWolfgang Denk2010-09-217-0/+2768
| |\
| | * Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWolfgang Denk2010-09-217-0/+2768
| | |\
| | | * USB-CDC: Fix coding style issuesVitaly Kuzmichev2010-09-205-330/+357
| | | * USB-CDC: called handle_interrupts inside usb_eth_sendStefano Babic2010-09-201-1/+9
| | | * USB-CDC: correct wrong alignment in ether.cStefano Babic2010-09-201-1/+1
| | | * USB-CDC: change simple_strtol to simple_strtoulVitaly Kuzmichev2010-09-201-1/+1
| | | * USB-CDC: ethernet error path potential oops fixVitaly Kuzmichev2010-09-201-1/+1
| | | * USB-CDC: Correct stat_req initializationVitaly Kuzmichev2010-09-201-4/+3
| | | * USB-CDC: Replace 'strcpy' by 'strlcpy'Vitaly Kuzmichev2010-09-201-3/+3
| | | * USB-CDC: Correct freeing usb requestsVitaly Kuzmichev2010-09-201-2/+7
| | | * USB-CDC: Use native debug printout macrosVitaly Kuzmichev2010-09-201-53/+43
| | | * USB-CDC: Add lost 'qmult' definitionVitaly Kuzmichev2010-09-201-0/+6
| | | * USB-CDC: Restuct USB gadget MakefileVitaly Kuzmichev2010-09-201-2/+5
| | | * Integrate USB gadget layer and USB CDC driver layerRemy Bohmer2010-09-206-0/+2728
| | | * usb: musb: stub out MUSB_TXCSR_MODE for Blackfin partsMike Frysinger2010-09-201-0/+2
| * | | Merge branch 'next' of ../custodians into nextWolfgang Denk2010-09-212-26/+16
| |\ \ \ | | |/ /
| | * | cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECTStefan Roese2010-09-201-9/+1
OpenPOWER on IntegriCloud