aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-08-08CFI: allow for dynamically determined flash sizes and addressesWolfgang Denk1-6/+8
2008-08-03drivers/serial: Move conditional compilation to Makefile for CONFIG_* macrosJean-Christophe PLAGNIOL-VILLARD7-29/+6
2008-07-31Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk1-0/+4
2008-07-31Fix Atmel LCD controller endianess for AVR32 processorsMark Jackson1-0/+4
2008-07-31E1000: clean up CONFIG_E1000_FALLBACK_MAC handlingWolfgang Denk1-6/+7
2008-07-31Merge branch 'master' of /home/wd/git/u-boot/custodiansWolfgang Denk2-11/+11
2008-07-31Merge branch 'master' of git://git.denx.de/u-boot-avr32Wolfgang Denk2-11/+11
2008-07-30fsl_i2c: Use timebase timer functions instead of get_timer()Kumar Gala1-5/+4
2008-07-30Fix more printf() format warningsJean-Christophe PLAGNIOL-VILLARD1-1/+1
2008-07-30fsl-i2c: fix writes to data segment before relocationTimur Tabi1-2/+7
2008-07-23spi flash: Fix printf() format warningsHaavard Skinnemoen1-3/+3
2008-07-23atmel_mci: Fix printf() format warningsHaavard Skinnemoen1-8/+8
2008-07-20serial_xuartlite.c: fix compiler warningsRicardo Ribalda Delgado1-5/+5
2008-07-17cfi_flash: fix flash on BE machines with CFG_WRITE_SWAPPED_DATASebastian Siewior1-1/+4
2008-07-15Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-9/+3
2008-07-15cfi_flash: make the command u32 onlySebastian Siewior1-4/+4
2008-07-15pci: sh: Add pci_skip_dev and pci_print_dev functionNobuhiro Iwamatsu1-0/+12
2008-07-14Code cleanup: fix old style assignment ambiguities like "=-" etc.Wolfgang Denk3-4/+4
2008-07-14Fix printf() format issues with sizeof_t types by using %zuWolfgang Denk1-2/+2
2008-07-13Fix some more printf() format problems.Wolfgang Denk1-7/+9
2008-07-13Fix bug in Lime video driverAnatolij Gustschin1-0/+2
2008-07-13Fix some more printf() format issues.Jean-Christophe PLAGNIOL-VILLARD3-4/+4
2008-07-13hwmon: rename CONFIG_DS1722 to CONFIG_DTT_DS1722Michal Simek1-1/+1
2008-07-13hwmon: Cleaning hwmon devicesMichal Simek8-30/+64
2008-07-13microblaze: Clean uartlite driverMichal Simek1-16/+21
2008-07-13Fix integer overflow warning in calc_divisor()Hugo Villeneuve1-2/+9
2008-07-13Merge branch 'master' of git://git.denx.de/u-boot-coldfireWolfgang Denk1-2/+2
2008-07-13Merge branch 'master' of git://git.denx.de/u-boot-at91Wolfgang Denk1-0/+14
2008-07-11Fix some more printf() format issues.Wolfgang Denk1-2/+2
2008-07-11ColdFire: Fix UART baudrate formulaTsiChung Liew1-2/+2
2008-07-11Fix some more print() format errors.Wolfgang Denk1-1/+1
2008-07-10DataFlash AT45DB021 supportSergey Lapin1-0/+14
2008-07-10silence misc printf formatting compiler warningsKim Phillips3-4/+4
2008-07-10Merge branch 'master' of ssh://10.10.0.7/home/wd/git/u-boot/masterWolfgang Denk2-15/+6
2008-07-10Fix some more print() format errors.Wolfgang Denk2-3/+3
2008-07-10fix USB devices with multiple configurationsHarald Welte2-15/+6
2008-07-10MTD/NAND: Fix printf format warning in nand codeStefan Roese2-4/+4
2008-07-10rtc: Fix printf format warning in m41t60.cStefan Roese1-1/+1
2008-07-10pci: Move PCI device configuration check into a separate weak functionStefan Roese1-24/+46
2008-07-10Merge branch 'master' of git://www.denx.de/git/u-boot-nand-flashWolfgang Denk4-85/+123
2008-07-10e1000: add support for 82545GM 64bit PCI-X copper variantPaul Gortmaker2-1/+4
2008-07-10Round the serial port clock divisor value returned by calc_divisor()Hugo Villeneuve1-1/+6
2008-07-09NAND: Rename DEBUG to MTDDEBUG to avoid namespace pollution.Scott Wood4-85/+123
2008-07-10mmc: Move atmel_mci driver into drivers/mmcHaavard Skinnemoen3-0/+751
2008-07-10Create drivers/mmc subdirectoryHaavard Skinnemoen1-0/+44
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-cfi-flashWolfgang Denk1-1/+1
2008-07-09Merge branch 'master' of git://www.denx.de/git/u-boot-netWolfgang Denk6-63/+1102
2008-07-08jedec_flash: Fix AM29DL800BB device IDStefan Roese1-1/+1
2008-07-06Remove duplicate definitions in include/lxt971a.h.Hugo Villeneuve2-54/+47
2008-07-06net: sh: Renesas SH7763 Ethernet device supportNobuhiro Iwamatsu3-0/+1050