summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-03-02mpc83xx: Fix empty i2c reads/writes in fsl_i2c.cJoakim Tjernlund1-13/+14
2007-03-02mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UECEmilian Medve1-1/+1
2007-03-02mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker2-0/+89
2007-03-02mpc83xx: Add support for the MPC832XEMDS boardDave Liu2-3/+10
2007-03-02mpc83xx: Fix the UEC driver bug of QEDave Liu1-8/+6
2007-02-27Minor code cleanup.Wolfgang Denk1-4/+4
2007-02-22[PATCH] Change systemace driver to select 8 & 16bit modeStefan Roese1-5/+2
2007-02-21[PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang1-12/+4
2007-02-21[PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)Stefan Roese1-4/+4
2007-02-20[PATCH] Update SystemACE driver for 16bit accessStefan Roese1-3/+11
2007-02-20[PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely1-4/+3
2007-02-20[PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely1-26/+10
2007-02-20[PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2-1/+265
2007-01-19[PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher1-16/+10
2007-01-18[PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher1-3/+3
2007-01-15Merge with /home/hs/SC3/u-bootWolfgang Denk1-2/+10
2007-01-11 Added support for the SOLIDCARD III board from EurodesignHeiko Schocher1-2/+10
2007-01-05[PATCH] nand: Fix problem with oobsize calculationStefan Roese1-1/+1
2006-12-27Fix bug in adaption of Stefano Babic's CFI driver patch.Wolfgang Denk1-15/+21
2006-12-24Merge with /home/wd/git/u-boot/masterWolfgang Denk1-1/+2
2006-12-24Merge with /home/hs/TQ/u-boot-devWolfgang Denk1-7/+10
2006-12-24Fix cfi failure with Spansion Flash (Spansion Flash Devices have a different ...Stefano Babic1-1/+2
2006-12-21Added support for the TQM8272 board from TQHeiko Schocher2-7/+12
2006-11-30Code cleanup.Wolfgang Denk3-574/+580
2006-11-30Merge with http://opensource.freescale.com/pub/scm/u-boot-83xx.gitWolfgang Denk13-47/+4008
2006-11-29Make fsl-i2c not conflict with SOFT I2CJoakim Tjernlund1-7/+10
2006-11-29Fix I2C master address initialization.Joakim Tjernlund1-1/+1
2006-11-29Merge http://www.denx.de/git/u-bootKim Phillips2-61/+163
2006-11-29Eliminate gcc 4 'used uninitialized' warnings in drivers/qe/uccf.cKim Phillips1-3/+3
2006-11-28[PATCH] nand: Fix patch merge problemStefan Roese1-2/+2
2006-11-28Merge with /home/sr/git/u-boot/denx-alpr-merge-testWolfgang Denk1-0/+2
2006-11-27[PATCH] nand_wait() timeout fixesStefan Roese1-4/+4
2006-11-27Merge with /home/stefan/git/u-boot/denxStefan Roese1-57/+157
2006-11-13[PATCH] CFI driver AMD Command Set Top boot geometry reversal, etc. [Updated]Stefan Roese1-57/+157
2006-11-10Merge with /home/stefan/git/u-boot/denxStefan Roese15-397/+2766
2006-11-04mpc83xx: Update 83xx to use fsl_i2c.cTimur Tabi1-32/+81
2006-11-04mpc83xx: Replace CFG_IMMRBAR with CFG_IMMRTimur Tabi1-1/+1
2006-11-04mpc83xx: add QE ethernet supportDave Liu9-0/+3910
2006-11-04mpc83xx: Add support for the MPC8349E-mITXTimur Tabi1-3/+1
2006-11-04NAND Flash verify across block boundariesNick Spence1-0/+1
2006-11-04Added RGMII support to the TSECs and Marvell 881111 PhyNick Spence1-4/+4
2006-10-28[PATCH] NAND: Partition name support added to NAND subsystemStefan Roese1-9/+2
2006-10-26Fix TSEC driver (now for real): avoid crashes if PHY is not attachedBen Warren1-3/+6
2006-10-24Merge with /home/wd/git/u-boot/masterWolfgang Denk3-1/+403
2006-10-24Add common serial driver for Atmel AT32 and AT91 chipsWolfgang Denk3-1/+403
2006-10-21Merge with http://www.jdl.com/software/u-boot-86xx.gitWolfgang Denk7-384/+1480
2006-10-21Converted all 85xx boards to use a common FSL I2C driver.Jon Loeliger1-3/+7
2006-10-20Add board/cpu specific NAND chip select function to 440 NDFCStefan Roese1-1/+8
2006-10-19Rewrite a series of goto statements as a sequences ofJon Loeliger1-31/+21
2006-10-19Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.cJon Loeliger2-1/+249