aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-01-24OMAP3: Add I2C supportDirk Behme2-0/+24
2009-01-24OMAP3: Add MMC supportDirk Behme2-0/+559
2009-01-24OMAP3: Add NAND supportDirk Behme2-0/+354
2009-01-24spi flash: fix crash due to spi flash miscommunicationBrad Bozarth2-2/+4
2009-01-24Add support for Maxim's DS4510 I2C devicePeter Tyser2-0/+425
2009-01-24serial: Rename driver vcth to vct to support other board variantsStefan Roese2-3/+7
2009-01-24Added legacy flash ST Micro M29W040BNiklaus Giger1-0/+14
2009-01-23nand: fixup printf modifiers to match types usedMike Frysinger1-6/+6
2009-01-23NAND: rename NAND_MAX_CHIPS to CONFIG_SYS_NAND_MAX_CHIPSWolfgang Grandegger2-2/+2
2009-01-23NAND: Enable nand lock, unlock featureNishanth Menon1-36/+43
2009-01-23NAND: move board_nand_init to nand.hMike Frysinger1-2/+0
2009-01-23OneNAND: Additional sync with 2.6.27Stefan Roese1-1/+71
2009-01-23Add markbad functionKyungmin Park1-0/+33
2009-01-23OneNAND: Save version_id in onenand_chip structStefan Roese1-0/+1
2009-01-23OneNAND: Fix compiler warningsStefan Roese1-0/+26
2009-01-23Sync with 2.6.27Kyungmin Park3-156/+370
2009-01-16sh: serial: use readx/writex accessorsJean-Christophe PLAGNIOL-VILLARD1-23/+23
2009-01-16sh: serial: coding style cleanupJean-Christophe PLAGNIOL-VILLARD1-17/+18
2008-12-30Merge branch 'master' of git://git.denx.de/u-boot-mpc85xxWolfgang Denk4-2/+307
2008-12-19NAND FSL elbc: Use virt_to_phys to determine which bank is in useKumar Gala1-2/+4
2008-12-19Add support for PCA953x I2C gpio devicesPeter Tyser2-0/+274
2008-12-19pci/fsl_pci_init: Enable inbound PCI config cyclesPeter Tyser1-0/+29
2008-12-16NAND: Mark the BBT as scanned prior to calling scan_bbt.Scott Wood1-1/+1
2008-12-16Coding style cleanup, update CHANGELOG.Wolfgang Denk4-4/+3
2008-12-16spi/stmicro: fix debug() display of cmdMike Frysinger1-1/+1
2008-12-15i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functionsTimur Tabi2-35/+0
2008-12-13Merge branch 'master' of git://git.denx.de/u-boot-shWolfgang Denk2-3/+3
2008-12-13Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk2-3/+13
2008-12-10sh: r2dplus fix register accessJean-Christophe PLAGNIOL-VILLARD1-2/+2
2008-12-10sh: Update SuperH serial driverNobuhiro Iwamatsu1-1/+1
2008-12-10UBI: Return -ENOMEM upon failing mallocStefan Roese1-2/+3
2008-12-10serial: Add vcth UART driverStefan Roese2-0/+122
2008-12-09Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk3-15/+26
2008-12-09drivers/fsl_pci_init: Fix compile warningKumar Gala1-0/+2
2008-12-09usbtty/omap: update to current APIJean-Christophe PLAGNIOL-VILLARD3-15/+26
2008-12-09UBI: Enable re-initializing of the "ubi part" commandStefan Roese1-0/+1
2008-12-09MTD: Fix problem based on non-working relocation (list head mtd_partitions)Stefan Roese1-1/+9
2008-12-09Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk1-0/+3
2008-12-09Section name should be ".data", not "data"Trent Piepho2-5/+4
2008-12-07drivers/bios_emulator: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD11-48/+2
2008-12-05FPGA: move fpga drivers to drivers/fpgaJean-Christophe PLAGNIOL-VILLARD10-0/+3762
2008-12-04net: tsec: Fix Marvell 88E1121R phy initAnatolij Gustschin1-0/+3
2008-12-05Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk1-13/+12
2008-12-05Merge branch 'master' of git://git.denx.de/u-boot-usbWolfgang Denk7-29/+13
2008-12-03drivers/fsl_pci_init: Fix inbound window mapping bugBecky Bruce1-1/+1
2008-12-02mtd/dataflash.c: fix a problem with the last partitionIlko Iliev1-1/+1
2008-12-02fix some coding style violations.Ilko Iliev1-13/+12
2008-11-28drivers/usb: Move conditional compilation to MakefileJean-Christophe PLAGNIOL-VILLARD7-29/+13
2008-11-25NAND: Fix misplaced return statement in nand_{read,write}_skip_bad().Scott Wood1-6/+6
2008-11-25Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk1-67/+64