summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-06-12MPC512x: remove include/mpc512x.hWolfgang Denk2-42/+37
2009-06-12MPC512x FEC: get rid of duplicated struct ethernet_regsWolfgang Denk2-131/+10
2009-06-12MPC512x: use I/O accessors instead of pointer accessesWolfgang Denk1-49/+64
2009-06-12General help message cleanupWolfgang Denk3-6/+9
2009-06-12mtd: Introduce CONFIG_MTD_DEVICE to select compilation of mtdcore.oStefan Roese3-3/+4
2009-06-12mtd: Update MTD infrastructure to support 64bit device sizeStefan Roese3-274/+229
2009-06-12mtd: Add MTD concat support to concatenate multiple MTD NOR devicesStefan Roese3-1/+886
2009-06-12ZOOM2 Add serial support.Tom Rix1-2/+2
2009-06-12lh7a40x: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+185
2009-06-12pxa: move serial driver to drivers/serialJean-Christophe PLAGNIOL-VILLARD2-0/+386
2009-06-12video: Add an option to skip video initializationWolfgang Denk1-0/+15
2009-06-12drv_video_init(): simplify logicWolfgang Denk1-40/+29
2009-06-12arm/dcc: add xscale supportJean-Christophe PLAGNIOL-VILLARD1-0/+16
2009-06-12arm/dcc: use static support to allow to use it at anytimeJean-Christophe PLAGNIOL-VILLARD1-114/+42
2009-06-12i2c: Update references to individual i2c commandsPeter Tyser1-1/+1
2009-06-12i2c: Create common default i2c_[set|get]_bus_speed() functionsPeter Tyser1-14/+0
2009-06-12tsi108_i2c: Add i2c_init() stub functionPeter Tyser1-0/+9
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