summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* Fix Ethernet init() return codesBen Warren2008-01-10-20/+21
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-01-10-9/+9
* 85xx: add ability to upload QE firmwareTimur Tabi2008-01-09-0/+275
* fix various commentsMarcel Ziswiler2008-01-09-4/+3
* fix comments with new drivers organizationMarcel Ziswiler2008-01-09-8/+9
* Fix endianness conversions in rtl8169 driverGuennadi Liakhovetski2008-01-09-55/+45
* Add Epson RX8025 RTC supportMatthias Fuchs2008-01-09-0/+228
* Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-08-0/+23
* mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-08-0/+10
* cfi_flash: Fix bug in flash_isset() to use correct 32bit functionStefan Roese2008-01-02-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-01-02-1/+51
|\
| * cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()Stefan Roese2007-12-27-1/+51
* | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-27-785/+1749
|\ \ | |/
| * Fix coding style issues; update CHANGELOG.Wolfgang Denk2007-12-27-10/+10
| * Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2007-12-27-0/+292
| |\
| | * Merge branch 'master' of git://www.denx.de/git/u-boot-shWolfgang Denk2007-12-27-0/+292
| | |\
| | | * sh: Moved driver of the SuperH dependenceNobuhiro Iwamatsu2007-12-07-0/+2
| | | * Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-12-07-169/+6099
| | | |\
| | | * | sh: Add marubun's pcmcia driverNobuhiro Iwamatsu2007-11-29-0/+114
| | | * | sh: Update SuperH SCIF driverNobuhiro Iwamatsu2007-11-29-15/+16
| | | * | Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-11-29-293/+3027
| | | |\ \
| | | * \ \ Merge git://www.denx.de/git/u-bootNobuhiro Iwamatsu2007-09-23-9120/+34597
| | | |\ \ \
| | | * | | | sh: First support code of SuperH.Nobuhiro Iwamatsu2007-05-13-1/+178
| * | | | | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxWolfgang Denk2007-12-27-0/+23
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Handle MPC85xx PCIe reset errata (PCI-Ex 38)Kumar Gala2007-12-11-0/+23
| | | |_|_|/ | | |/| | |
| * | | | | cfi_flash: Add manufacturer-specific fixupsHaavard Skinnemoen2007-12-17-14/+53
| * | | | | cfi_flash: Add cmdset-specific init functionsHaavard Skinnemoen2007-12-17-63/+111
| * | | | | cfi_flash: Read whole QRY structure in one goHaavard Skinnemoen2007-12-17-86/+90
| * | | | | cfi_flash: Use map_physmem() and unmap_physmem()Haavard Skinnemoen2007-12-13-60/+109
| * | | | | 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