summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix endianness conversions in rtl8169 driverGuennadi Liakhovetski2008-01-091-55/+45
* Add Epson RX8025 RTC supportMatthias Fuchs2008-01-092-0/+228
* Add support CONFIG_UEC_ETH3 in MPC83xxJoakim Tjernlund2008-01-081-0/+23
* mpc83xx: Add the support of MPC837xEMDS boardDave Liu2008-01-081-0/+10
* cfi_flash: Fix bug in flash_isset() to use correct 32bit functionStefan Roese2008-01-021-1/+1
* Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk2008-01-021-1/+51
|\
| * cfi_flash: Add missing check for erased dest to flash_write_cfibuffer()Stefan Roese2007-12-271-1/+51
* | Merge branch 'master' of /home/stefan/git/u-boot/u-boot into for-1.3.2-ver2Stefan Roese2007-12-278-785/+1749
|\ \ | |/
| * 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
| |/ / / /
* | | | | Add driver for National Semiconductor LM73 temperature sensorLarry Johnson2007-12-272-0/+182
* | | | | Add driver for STMicroelectronics M41T60 RTCLarry Johnson2007-12-272-0/+262
* | | | | rtc: Fix merging problemStefan Roese2007-12-111-0/+178
* | | | | Merge commit 'u-boot/master' into for-1.3.1Stefan Roese2007-12-11223-109/+7153
|\ \ \ \ \ | |/ / / /
| * | | | 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
OpenPOWER on IntegriCloud