summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Coding Style cleanup; generate new CHANGELOG file.Wolfgang Denk2007-06-061-2/+2
* Merge with /home/wd/git/u-boot/custodian/u-boot-armWolfgang Denk2007-06-062-1/+984
|\
| * Reduce line lengths to 80 characters max.Peter Pearse2007-05-181-5/+10
| * Merge with git://www.denx.de/git/u-boot.gitPeter Pearse2007-05-181-0/+6
| |\
| * | Add the files for the SMN42 boardPeter Pearse2007-05-091-0/+978
| * | New board SMN42 branchPeter Pearse2007-05-091-1/+1
* | | Merge with /home/stefan/git/u-boot/bamboo-nandStefan Roese2007-06-011-136/+92
|\ \ \ | |_|/ |/| |
| * | NAND: Update nand_ecc.c to latest Linux versionStefan Roese2007-06-011-136/+92
* | | Coding Style Cleanup, new CHANGELOGWolfgang Denk2007-05-161-1/+1
* | | Merge git://www.denx.de/git/u-bootMichal Simek2007-05-0816-60/+2612
|\ \ \ | | |/ | |/|
| * | [PATCH] Avoid assigning PCI resources from zero addressSergei Shtylyov2007-05-051-1/+6
| * | [patch] use unsigned char in smc91111 driver for macMike Frysinger2007-05-051-4/+4
| * | Coding stylke cleanup; update CHANGELOG.Wolfgang Denk2007-05-051-1/+1
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-05-052-2/+100
| |\ \
| | * | Add support for treating unknown PHYs as generic PHYs.David Updegraff2007-05-021-0/+93
| | * | Enable 8544 supportAndy Fleming2007-04-232-2/+7
| * | | NAND: Wrong calculation of page number in nand_block_bad()Thomas Knobloch2007-05-051-5/+5
| |/ /
| * | Cleanup, update CHANGELOGWolfgang Denk2007-04-181-3/+4
| * | Merge with /home/wd/git/u-boot/custodian/u-boot-74xx-7xxWolfgang Denk2007-04-184-3/+1500
| |\ \
| | * | Some code cleanup.Wolfgang Denk2007-03-041-26/+11
| | * | Merge branch 'master' into hpc2roy zang2007-02-283-13/+257
| | |\ \
| | * \ \ Merge branch 'master' into hpc2roy zang2007-01-222-29/+14
| | |\ \ \
| | * \ \ \ Merge branch 'master' into hpc2roy zang2007-01-042-22/+32
| | |\ \ \ \
| | * \ \ \ \ Fix the confilcts when merging 'master' into hpc2.roy zang2006-12-0113-49/+4016
| | |\ \ \ \ \
| | * | | | | | Clean up the code according to codestyle:roy zang2006-12-013-469/+460
| | * | | | | | Solve the copyright conflicts when merging 'master' into hpc2.roy zang2006-11-292-64/+163
| | |\ \ \ \ \ \
| | * | | | | | | This patch comes from Yuli's posted patch on 8/8/2006roy zang2006-11-021-6/+26
| | * | | | | | | Tsi108 on chip i2c support.roy zang2006-11-021-0/+300
| | * | | | | | | Tsi108 on chip pci controller support.roy zang2006-11-021-0/+178
| | * | | | | | | Tundra tsi108 on chip Ethernet controller support.roy zang2006-11-021-0/+1043
| | * | | | | | | General code modification for mpc7448hpc2 board support.roy zang2006-11-021-3/+3
| * | | | | | | | Atmel MACB ethernet driverHaavard Skinnemoen2007-04-143-1/+845
| * | | | | | | | AVR32: Resource management rewriteHaavard Skinnemoen2007-04-142-22/+34
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | mpc83xx: Fix empty i2c reads/writes in fsl_i2c.cJoakim Tjernlund2007-03-021-13/+14
| * | | | | | | mpc83xx: Fix alternating tx error / tx buffer not ready bug in QE UECEmilian Medve2007-03-021-1/+1
| * | | | | | | mpc83xx: U-Boot support for Wind River SBC8349Paul Gortmaker2007-03-022-0/+89
| * | | | | | | mpc83xx: Add support for the MPC832XEMDS boardDave Liu2007-03-022-3/+10
| * | | | | | | mpc83xx: Fix the UEC driver bug of QEDave Liu2007-03-021-8/+6
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | [PATCH] SystemACE support for MicroblazeMichal Simek2007-04-211-0/+6
|/ / / / / /
* | | | | | Minor code cleanup.Wolfgang Denk2007-02-271-4/+4
* | | | | | [PATCH] Change systemace driver to select 8 & 16bit modeStefan Roese2007-02-221-5/+2
* | | | | | [PATCH v3] Add sync to ensure flash_write_cmd is fully finishedHaiying Wang2007-02-211-12/+4
* | | | | | [PATCH] Fix problem in systemace driver (ace_writew instead of ace_write)Stefan Roese2007-02-211-4/+4
* | | | | | [PATCH] Update SystemACE driver for 16bit accessStefan Roese2007-02-201-3/+11
* | | | | | [PATCH 9_9] Use "void *" not "unsigned long *" for block dev read_write buffe...Grant Likely2007-02-201-4/+3
* | | | | | [PATCH 7_9] Replace ace_readw_ace_writeb functions with macrosGrant Likely2007-02-201-26/+10
* | | | | | [PATCH 6_9] Move common_cmd_ace.c to drivers_systemace.cGrant Likely2007-02-202-1/+265
| |_|_|_|/ |/| | | |
* | | | | [PATCH] CFI: define CFG_WRITE_SWAPPED_DATA for the CFI-Flash driverHeiko Schocher2007-01-191-16/+10
* | | | | [PATCH] Fix: Compilerwarnings for SC3 board.Heiko Schocher2007-01-181-3/+3
* | | | | Merge with /home/hs/SC3/u-bootWolfgang Denk2007-01-151-2/+10
|\ \ \ \ \
OpenPOWER on IntegriCloud