summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| | * | | | | | fsl_pci_init cleanup.Ed Swarthout2007-08-10-31/+15
| | * | | | | | pciauto_setup_device bars_num fixEd Swarthout2007-08-10-1/+1
| * | | | | | | Minor coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-13-16/+5
| * | | | | | | Merge commit 'upstream/master'Haavard Skinnemoen2007-08-13-464/+23932
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | Merge with git+ssh://atlas/home/wd/git/u-boot/masterWolfgang Denk2007-08-10-11/+10
| | |\ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | | * | | | | Make use of generic 64bit division in nand_util.cDirk Behme2007-08-10-11/+10
| | * | | | | | mpc83xx: Fix the align bug of SDMA bufferDave Liu2007-08-10-2/+2
| | * | | | | | FSL I2C driver programs the two I2C busses differentlyTimur Tabi2007-08-10-1/+2
| | * | | | | | Merge with git+ssh://atlas/home/wd/git/u-boot/masterWolfgang Denk2007-08-09-4/+40
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Minor fix for bios emulator makefileJason Jin2007-08-09-1/+1
| | | * | | | | Add CONFIG_BIOSEMU define to guard all the bios emulator codeJason Jin2007-08-09-0/+32
| | | * | | | | tsec: fix multiple PHY supportZach Sadecki2007-08-09-0/+2
| | | * | | | | tsec: Allow Ten Bit Interface address to be configurableJoe Hamman2007-08-09-3/+5
| | * | | | | | Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-08-07-124/+18560
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-06-1/+16979
| | | |\ \ \ \ \
| | | | * | | | | Coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-06-4771/+4750
| | | | * | | | | This is a BIOS emulator, porting from SciTech for u-boot, mainly forJason Jin2007-08-06-0/+16008
| | | | * | | | | This is a framebuffer driver for ATI video card, can work for PCI9200,Jason Jin2007-08-06-1/+992
| | | * | | | | | Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-08-06-104/+344
| | | |\ \ \ \ \ \ | | | | |/ / / / / | | | | | | | | / | | | | |_|_|_|/ | | | |/| | | |
| | | | * | | | Coding style cleanup. Update CHANGELOG.Wolfgang Denk2007-08-06-31/+31
| | | | * | | | Merge with /home/wd/git/u-boot/custodian/u-boot-mpc85xxWolfgang Denk2007-08-06-8/+41
| | | | |\ \ \ \
| | | | | * | | | Add Marvell 1149 PHY support to the TSECAndy Fleming2007-08-03-0/+34
| | | | | * | | | Merge branch 'testing' into workingAndy Fleming2007-08-03-94/+120
| | | | | |\ \ \ \
| | | | | * | | | | Remove erroneous errata code from Marvel 88E1111S driverAndy Fleming2007-07-11-5/+0
| | | | | * | | | | tsec: Fix PHY code to match first driverAndy Fleming2007-07-11-1/+3
| | | | | * | | | | Fix Marvell 88e1145 PHY init codeAndy Fleming2007-07-11-2/+4
| | | | | | |_|_|/ | | | | | |/| | |
| | | | * | | | | Make MPC8641's PCI/PCI-E driver a common driver for many FSL parts.Ed Swarthout2007-08-06-2/+183
| | | | | |/ / / | | | | |/| | |
| | | | * | | | Add simple agent/end-point configuration in PCI AutoConfig for PCI_CLASS_PROC...Ed Swarthout2007-07-11-0/+6
| | | | * | | | pciauto setup bridgeEd Swarthout2007-07-11-3/+6
| | | | * | | | Support PCIe extended config registersEd Swarthout2007-07-11-2/+2
| | | | * | | | Minor improvements to drivers/pci_auto.cEd Swarthout2007-07-11-9/+20
| | | | * | | | Start pci hose scan from hose->current_busno.Ed Swarthout2007-07-11-1/+7
| | | | * | | | Fix some compile problems introduced by the latest CFG_CMD_xxx cleanupStefan Roese2007-07-11-1/+1
| | | | * | | | drivers/: Remove lingering references to CFG_CMD_* symbols.Jon Loeliger2007-07-10-9/+9
| | | | * | | | drivers/[n-z]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-38/+37
| | | | * | | | drivers/[a-m]*: Remove obsolete references to CONFIG_COMMANDSJon Loeliger2007-07-09-24/+23
| | | | * | | | Fix a few file permission problems.Wolfgang Denk2007-07-04-0/+0
| | | | * | | | drivers/: Augment CONFIG_COMMANDS tests with defined(CONFIG_CMD_*).Jon Loeliger2007-07-04-57/+59
| | | | |/ / /
| | | * | | | make show_boot_progress () weak.Heiko Schocher2007-07-13-7/+0
| | | |/ / /
| | | * | | Merge with /home/wd/git/u-boot/custodian/u-boot-testingWolfgang Denk2007-07-03-11/+253
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Reduce CONFIG_MPC8YXX_TSECx to CONFIG_TSECxKim Phillips2007-05-17-10/+8
| | | | * | Merge with /home/git/u-bootWolfgang Denk2007-05-17-0/+6
| | | | |\ \ | | | | | |/
| | | | * | Minor coding style cleanup.Wolfgang Denk2007-05-15-23/+23
| | | | * | Add driver for S-ATA-controller on Intel processors with Southmushtaq khan2007-05-15-1/+217
| | | | * | Add support for BCM5464 Quad PhyJoe Hamman2007-05-15-0/+28
| | * | | | USB: This patch fix readl in ohci swap reg access.Jason Jin2007-06-11-1/+1
| | * | | | Merge with git://www.denx.de/git/u-boot.gitMarkus Klotzbuecher2007-06-06-136/+92
| | |\ \ \ \
| | * | | | | USB/OHCI: endianness cleanup in the generic ohci driverMarkus Klotzbuecher2007-06-06-53/+29
| | * | | | | Files include/linux/byteorder/{big,little}_endian.h defineRodolfo Giometti2007-06-06-3/+3
| | * | | | | USB PCI-OHCI, interrupt pipe and usb event poll supportZhang Wei2007-06-06-55/+267