aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-25Merge branch 'master' of git://git.denx.de/u-boot-ubiWolfgang Denk22-0/+12566
2008-11-24mtd: Remove a printf() from add_mtd_device().Piotr Ziecik1-2/+0
2008-11-24cfi-mtd: Add cfi-mtd driver.Piotr Ziecik3-0/+208
2008-11-24cfi_flash: Add interface for flash verbosity controlPiotr Ziecik1-11/+22
2008-11-24cfi_flash: Export flash_sector_size() function.Piotr Ziecik1-2/+0
2008-11-24cfi_flash: Make all flash access functions weakStefan Roese1-7/+25
2008-11-21ARM: OMAP: Convert IO macrosDirk Behme1-67/+64
2008-11-19UBI: Add basic UBI support to U-Boot (Part 5/8)Kyungmin Park4-0/+3810
2008-11-19UBI: Add basic UBI support to U-Boot (Part 4/8)Kyungmin Park4-0/+2538
2008-11-19UBI: Add basic UBI support to U-Boot (Part 3/8)Kyungmin Park3-0/+2018
2008-11-19UBI: Add basic UBI support to U-Boot (Part 2/8)Kyungmin Park5-0/+1768
2008-11-19UBI: Add basic UBI support to U-Boot (Part 1/8)Kyungmin Park3-0/+1755
2008-11-19MTD: Add MTD paritioning infrastructureKyungmin Park3-0/+679
2008-11-09drivers/qe/uec_phy.c: Added PHY-less (fixed PHY) driver.Richard Retanubun1-0/+79
2008-11-09ColdFire: Add mii driver in drivers/netTsiChung Liew3-17/+326
2008-11-09Moved PPC4xx EMAC driver to drivers/netBen Warren2-0/+2127
2008-11-09xilinx_emaclite buffer overrunClive Stubbings1-1/+1
2008-11-09NET: QE: UEC: Make uec_miiphy_read() and uec_miiphy_write() use the devname arg.richardretanubun1-3/+43