summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-272-10/+10
* Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-274-0/+292
|\
| * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-274-0/+292
| |\
| | * sh: Moved driver of the SuperH dependenceNobuhiro Iwamatsu2007-12-074-0/+2
| | * Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-07218-169/+6099
| | |\
| | * | sh: Add marubun's pcmcia driverNobuhiro Iwamatsu2007-11-292-0/+114
| | * | sh: Update SuperH SCIF driverNobuhiro Iwamatsu2007-11-292-15/+16
| | * | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-2927-293/+3027
| | |\ \
| | * \ \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-09-2396-9120/+34597
| | |\ \ \
| | * | | | sh: First support code of SuperH.Nobuhiro Iwamatsu2007-05-132-1/+178
* | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2007-12-271-0/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Handle MPC85xx PCIe reset errata (PCI-Ex 38)Kumar Gala2007-12-111-0/+23
| | |_|_|/ | |/| | |
* | | | | cfi_flash: Add manufacturer-specific fixupsHaavard Skinnemoen2007-12-171-14/+53
* | | | | cfi_flash: Add cmdset-specific init functionsHaavard Skinnemoen2007-12-171-63/+111
* | | | | cfi_flash: Read whole QRY structure in one goHaavard Skinnemoen2007-12-171-86/+90
* | | | | cfi_flash: Use map_physmem() and unmap_physmem()Haavard Skinnemoen2007-12-131-60/+109
* | | | | cfi_flash: Introduce read and write accessorsHaavard Skinnemoen2007-12-131-78/+127
* | | | | cfi_flash: Reorder functions and eliminate extra prototypesHaavard Skinnemoen2007-12-131-687/+656
* | | | | cfi_flash: Make some needlessly global functions staticHaavard Skinnemoen2007-12-131-7/+9
* | | | | cfi_flash: Break long linesHaavard Skinnemoen2007-12-131-115/+189
* | | | | CFI: synchronize command offsets with Linux CFI driverBartlomiej Sieka2007-12-131-3/+20
* | | | | CFI: Coding style cleanupStefan Roese2007-12-081-5/+4
* | | | | CFI: support JEDEC flash roms in CFI-flash frameworkMichael Schwingen2007-12-083-12/+411
|/ / / /
* | | | drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD2007-11-2518-9/+4
* | | | drivers/misc : move misc drivers to drivers/miscJean-Christophe PLAGNIOL-VILLARD2007-11-255-11/+48
* | | | drivers/block : move block drivers to drivers/blockJean-Christophe PLAGNIOL-VILLARD2007-11-257-5/+50
* | | | drivers/rtc : move rtc drivers to drivers/rtcJean-Christophe PLAGNIOL-VILLARD2007-11-2524-0/+4693
* | | | drivers/hwmon : move hardware monitor drviers to drivers/hwmonJean-Christophe PLAGNIOL-VILLARD2007-11-258-1/+909
* | | | drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD2007-11-257-9/+48
* | | | drivers/usb : move usb drivers to drivers/usbJean-Christophe PLAGNIOL-VILLARD2007-11-2512-12/+53
* | | | drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD2007-11-2513-9/+13
* | | | drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-2599-34/+32
* | | | drivers/video : move video drivers to drivers/videoJean-Christophe PLAGNIOL-VILLARD2007-11-2513-9/+54
* | | | drivers/pcmcia : move pcmcia drivers to drivers/pcmciaJean-Christophe PLAGNIOL-VILLARD2007-11-248-9/+50
* | | | drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2007-11-248-6/+51
* | | | drivers/i2c : move i2c drivers to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2007-11-206-8/+49
| |_|/ |/| |
* | | Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2007-11-208-9/+21
|\ \ \
| * | | Fix build problems with mp2usb boardWolfgang Denk2007-11-191-0/+4
| * | | Fix compiler warnings for ARM systems.Wolfgang Denk2007-11-181-1/+1
| * | | Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2007-11-186-8/+16
* | | | Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2007-11-162-0/+997
|\ \ \ \ | |/ / /
| * | | Implement general ULi 526x Ethernet driver support in U-bootRoy Zang2007-11-062-1/+997
* | | | Group PCI and PCMCIA drivers in drivers/MakefileGrant Likely2007-11-151-11/+22
* | | | Group block/flash drivers in drivers/MakefileGrant Likely2007-11-151-9/+13
* | | | Group USB drivers in drivers/MakefileGrant Likely2007-11-151-7/+11
* | | | Group i2c drivers in drivers/MakefileGrant Likely2007-11-151-4/+8
* | | | Group console drivers in drivers/MakefileGrant Likely2007-11-151-20/+24
* | | | Group network drivers in drivers/MakefileGrant Likely2007-11-151-29/+31
* | | | Build: split COBJS value into multiple linesGrant Likely2007-11-153-35/+114
|/ / /
* | | Trimmed some variables in ne2000.cVlad Lungu2007-11-031-14/+7
OpenPOWER on IntegriCloud