summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
| * | | | | cfi_flash: Introduce read and write accessorsHaavard Skinnemoen2007-12-13-78/+127
| * | | | | cfi_flash: Reorder functions and eliminate extra prototypesHaavard Skinnemoen2007-12-13-687/+656
| * | | | | cfi_flash: Make some needlessly global functions staticHaavard Skinnemoen2007-12-13-7/+9
| * | | | | cfi_flash: Break long linesHaavard Skinnemoen2007-12-13-115/+189
| * | | | | CFI: synchronize command offsets with Linux CFI driverBartlomiej Sieka2007-12-13-3/+20
| * | | | | CFI: Coding style cleanupStefan Roese2007-12-08-5/+4
| * | | | | CFI: support JEDEC flash roms in CFI-flash frameworkMichael Schwingen2007-12-08-12/+411
| |/ / / /
* | | | | Add driver for National Semiconductor LM73 temperature sensorLarry Johnson2007-12-27-0/+182
* | | | | Add driver for STMicroelectronics M41T60 RTCLarry Johnson2007-12-27-0/+262
* | | | | rtc: Fix merging problemStefan Roese2007-12-11-0/+178
* | | | | Merge commit 'u-boot/master' into for-1.3.1Stefan Roese2007-12-11-109/+7153
|\ \ \ \ \ | |/ / / /
| * | | | drivers/mtd : move mtd drivers to drivers/mtdJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+4
| * | | | drivers/misc : move misc drivers to drivers/miscJean-Christophe PLAGNIOL-VILLARD2007-11-25-11/+48
| * | | | drivers/block : move block drivers to drivers/blockJean-Christophe PLAGNIOL-VILLARD2007-11-25-5/+50
| * | | | drivers/rtc : move rtc drivers to drivers/rtcJean-Christophe PLAGNIOL-VILLARD2007-11-25-0/+4693
| * | | | drivers/hwmon : move hardware monitor drviers to drivers/hwmonJean-Christophe PLAGNIOL-VILLARD2007-11-25-1/+909
| * | | | drivers/input : move input drivers to drivers/inputJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+48
| * | | | drivers/usb : move usb drivers to drivers/usbJean-Christophe PLAGNIOL-VILLARD2007-11-25-12/+53
| * | | | drivers/serial : move serial drivers to drivers/serialJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+13
| * | | | drivers/net : move net drivers to drivers/netJean-Christophe PLAGNIOL-VILLARD2007-11-25-34/+32
| * | | | drivers/video : move video drivers to drivers/videoJean-Christophe PLAGNIOL-VILLARD2007-11-25-9/+54
| * | | | drivers/pcmcia : move pcmcia drivers to drivers/pcmciaJean-Christophe PLAGNIOL-VILLARD2007-11-24-9/+50
| * | | | drivers/pci : move pci drivers to drivers/pciJean-Christophe PLAGNIOL-VILLARD2007-11-24-6/+51
| * | | | drivers/i2c : move i2c drivers to drivers/i2cJean-Christophe PLAGNIOL-VILLARD2007-11-20-8/+49
| | |_|/ | |/| |
| * | | Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2007-11-20-9/+21
| |\ \ \
| | * | | Fix build problems with mp2usb boardWolfgang Denk2007-11-19-0/+4
| | * | | Fix compiler warnings for ARM systems.Wolfgang Denk2007-11-18-1/+1
| | * | | Fix compiler warnings for PPC systems. Update CHANGELOG.Wolfgang Denk2007-11-18-8/+16
| * | | | Merge branch 'origin' into kconfig-for-1.3.1Grant Likely2007-11-16-0/+997
| |\ \ \ \ | | |/ / /
| | * | | Implement general ULi 526x Ethernet driver support in U-bootRoy Zang2007-11-06-1/+997
| * | | | Group PCI and PCMCIA drivers in drivers/MakefileGrant Likely2007-11-15-11/+22
| * | | | Group block/flash drivers in drivers/MakefileGrant Likely2007-11-15-9/+13
| * | | | Group USB drivers in drivers/MakefileGrant Likely2007-11-15-7/+11
| * | | | Group i2c drivers in drivers/MakefileGrant Likely2007-11-15-4/+8
| * | | | Group console drivers in drivers/MakefileGrant Likely2007-11-15-20/+24
| * | | | Group network drivers in drivers/MakefileGrant Likely2007-11-15-29/+31
| * | | | Build: split COBJS value into multiple linesGrant Likely2007-11-15-35/+114
| |/ / /
| * | | Trimmed some variables in ne2000.cVlad Lungu2007-11-03-14/+7
| * | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-11-02-2/+2
| |\ \ \
| | * \ \ Merge branch 'master' of git://www.denx.de/git/u-boot-armWolfgang Denk2007-11-01-2/+2
| | |\ \ \
| | | * | | Move PL01* serial drivers to drivers/serial and adjust Makefiles.Peter Pearse2007-10-23-2/+2
| * | | | | Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-11-01-0/+1
| |\ \ \ \ \ |/ / / / / / | | _ / / / | | / / /
| * | | | tsec driver should clear RHALT on startupDan Wilson2007-10-19-0/+1
| |/ / /
* | | | fsl_pci_init enable COMMAND_MEMORY if inbound windowEd Swarthout2007-10-24-0/+8
* | | | Coding style: keep lists sorted; update CHANGELOGWolfgang Denk2007-10-23-16/+14
* | | | Fix missing drivers makefile entries ds1722.c mw_eeprom.cJean-Christophe PLAGNIOL-VILLARD2007-10-23-5/+6
* | | | Minor coding style cleanup; update CHANGELOGWolfgang Denk2007-10-21-8/+2
* | | | Fix NE2000 driver:Vlad Lungu2007-10-21-24/+14
|/ / /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-usbWolfgang Denk2007-10-15-40/+72
|\ \ \
| * | | Bugfix: Use only one PTD for one endpointTimo Ketola2007-10-02-40/+72