summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: Add Philips 1561 PCI-OHCI idsTsiChung Liew2008-01-121-0/+1
* Remove superfluous preprocessor conditionals from LM73 driverLarry Johnson2008-01-122-10/+1
* Add Fujitsu CoralP/Lime video driverAnatolij Gustschin2008-01-113-0/+457
* Fix video console newline and carriage return handlingAnatolij Gustschin2008-01-111-4/+23
* Fix Ethernet init() return codesBen Warren2008-01-1010-20/+21
* Coding Style cleanup; update CHANGELOGWolfgang Denk2008-01-101-9/+9
* 85xx: add ability to upload QE firmwareTimur Tabi2008-01-092-0/+275
* fix various commentsMarcel Ziswiler2008-01-091-4/+3
* fix comments with new drivers organizationMarcel Ziswiler2008-01-095-8/+9
* 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
OpenPOWER on IntegriCloud