aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-09Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk1-1/+2
2009-06-09at91: fix a USB problem for AT91SAM9261RONETIX - Ilko Iliev1-1/+2
2009-06-08ppc4xx/net: Fix MDIO clock setupFelix Radensky1-4/+6
2009-06-08rtl8169: fix PCI system memory addressYoshihiro Shimoda1-5/+8
2009-06-08SMC911x driver fixed for NFS bootManikandan Pillai1-1/+22
2009-06-08Add config option for disabling DM9000-SROM support.Remy Bohmer1-8/+8
2009-06-07smc911x: write back the manually set MAC addressDaniel Mack1-2/+7
2009-06-04Merge branch 'master' of git://git.denx.de/u-boot-mmcWolfgang Denk2-34/+35
2009-06-04Redundant Environment: protect full sector sizeWolfgang Denk1-1/+1
2009-06-04mmc: it's safe to ignore mmc_send_if_cond() return valueIlya Yanok1-4/+0
2009-06-03cfi_mtd: Fix bug in last sector detectionStefan Roese1-2/+7
2009-06-02mmc: Fix decoding of SCR & function switch data on little-endian machinesYauhen Kharuzhy1-5/+5
2009-06-02mmc: Remove return from mmc_init for non SD 2.0 compatible cards.Yauhen Kharuzhy1-4/+0
2009-06-02mmc: drop unnecessary castsRabin Vincent2-15/+15
2009-06-02mmc: fix response decoding on little endianRabin Vincent1-10/+10
2009-06-02mmc: use lldiv to fix arm eabi buildRabin Vincent1-3/+4
2009-06-02mmc: check find_mmc_device return valueRabin Vincent1-1/+1
2009-05-29Blackfin: spi: fix pin handling of SPI0 SSEL4Mike Frysinger1-1/+1
2009-05-23nand: Fix problem with ECC ordering for PPC4xx NDFC platformsStefan Roese1-0/+5
2009-05-15Fix e-mail address of Gary Jennejohn.Detlev Zundel4-4/+4
2009-04-30Merge branch 'master' of git://git.denx.de/u-boot-cfi-flashWolfgang Denk1-14/+4
2009-04-29MTD: Change cfi-mtd to accept non-uniform sector sizesStefan Roese1-14/+4
2009-04-28video: fix bug in cfb_console.c codeAnatolij Gustschin1-3/+33
2009-04-28mtd: nand/onenand: Register mtd device upon device scanningStefan Roese2-0/+22
2009-04-28mtd: nand: Include linux/mtd/partitions.h in nand_base.hStefan Roese1-0/+4
2009-04-28mips/vcth: Use generic 16550 uart driverDetlev Zundel2-127/+1
2009-04-28Replace __attribute references with __attribute__Peter Tyser3-7/+7
2009-04-28dm9000 EEPROM reading bugfixDavid Brownell1-6/+6
2009-04-28rtl8169: fix cache coherency problemYoshihiro Shimoda1-1/+10
2009-04-24Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk2-4/+6
2009-04-16CMD_UBI != MTD_PARTITIONSDavid Brownell1-1/+1
2009-04-16at91sam9/at91cap: improve clock frameworkJean-Christophe PLAGNIOL-VILLARD2-4/+6
2009-04-07Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2-1/+16
2009-04-06Blackfin: nand: flush peripheral before polling itGraf Yang1-0/+1
2009-04-06Support for PXA27X UDC.Remy Bohmer3-1/+706
2009-04-06drivers/usb: regorganisationJean-Christophe PLAGNIOL-VILLARD34-50/+182
2009-04-06Blackfin: spi: make cs deassert function deterministicTodor I Mollov1-1/+15
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk4-8/+6
2009-04-04UBI/cfi-mtd: Fix mtd name for multiple chipsAndreas Huber1-1/+3
2009-04-04mpc52xx phy: initialize only when neededSascha Hauer1-2/+9
2009-04-04Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk10-5/+487
2009-04-04at91: move dataflash spi driver to drivers/spiJean-Christophe PLAGNIOL-VILLARD2-0/+158
2009-04-04at91: move usb driver to drivers/usbJean-Christophe PLAGNIOL-VILLARD2-0/+81
2009-04-04at91rm9200: move serial shutdown code to serial driversJean-Christophe PLAGNIOL-VILLARD1-0/+5
2009-04-04at91rm9200: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+114
2009-04-04Add support for the AT91RM9200EK Board.Ulf Samuelsson1-4/+1
2009-04-04at91sam9: add watchdog supportJean-Christophe PLAGNIOL-VILLARD3-1/+128
2009-04-04fsl_law: Fix bug in calculation of LAW sizingKumar Gala1-0/+3
2009-04-04fsl_pci: Renamed immap_fsl_pci.h to fsl_pci.hKumar Gala1-1/+1
2009-04-03mflash: Initial mflash supportunsik Kim3-2/+730