summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk2010-09-221-2/+0
|\
| * Blackfin: bfin_spi: use same gpio cs define as LinuxMike Frysinger2010-09-211-2/+0
* | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-09-211-0/+10
|\ \ | |/
| * mmc: fix compiler warningsWolfgang Denk2010-09-191-2/+2
| * mmc: add boundary check for mmc operationLei Wen2010-09-181-0/+10
* | video: cfb_console: fix definition and usage of CURSOR_xxx macrosTimur Tabi2010-09-161-10/+14
|/
* nand/davinci: make sure ECC calculation has really startedWolfram Sang2010-09-131-1/+14
* usb: musb: set target address for non-multipoint devicesBryan Wu2010-09-111-0/+7
* usb: musb: setup TXCOUNT for Blackfin musbBryan Wu2010-09-111-0/+5
* Prepare v2010.09-rc1Wolfgang Denk2010-09-102-2/+0
* Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-09-092-42/+36
|\
| * mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman2010-09-081-3/+6
| * ARMV7: OMAP: add convenience function to set TWL4030 regulator voltagesSteve Sakoman2010-09-081-39/+30
* | Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk2010-09-086-6/+514
|\ \
| * | AT91/AVR32: atmel_spi.c: flush RDR before next SPI transactionReinhard Meyer2010-09-031-2/+11
| * | AT91: add RTT and GPBR based RTCReinhard Meyer2010-09-032-0/+101
| * | AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer2010-09-033-4/+402
* | | Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk2010-09-085-35/+21
|\ \ \
| * | | ARMV7: S5P: separate the peripheral clocksMinkyu Kang2010-08-301-2/+2
| * | | ARMV7: S5P: rename from CONFIG_S5PC1XX to CONFIG_S5PMinkyu Kang2010-08-263-5/+5
| * | | S5P: Use accessor functions instead of SoC specific defines to access the bas...Minkyu Kang2010-08-172-10/+2
| * | | S5P: mmc: use the standard debug macroMinkyu Kang2010-08-101-18/+12
* | | | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-09-076-509/+462
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk2010-09-074-499/+431
| |\ \ \
| | * | | i2c: rewrite mvtwsi, support orion5x and kirkwoodAlbert Aribaud2010-08-301-409/+341
| | * | | i2c: rename kirkwood_i2c to mvtwsiAlbert Aribaud2010-08-302-1/+1
| | * | | i2c: omap2+: change header guard to be genericNishanth Menon2010-08-231-2/+2
| | | |/ | | |/|
| * | | powerpc/8xxx: Fix dma for 36bit addressingYork Sun2010-08-311-2/+6
| |/ /
| * | Work around bug in Numonyx P33/P30 256-Mbit 65nm flash chips.Philippe De Muyter2010-08-181-8/+25
* | | Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk2010-08-186-27/+288
|\ \ \ | |/ /
| * | cfi_flash: Cleanup flash_print_info()Stefan Roese2010-08-181-24/+27
| * | Fix printing & reading of 16-bit CFI device identifiersPhilippe De Muyter2010-08-181-4/+7
| * | cfi_flash: flinfo: allow user interrupt in flash print info fnKim Phillips2010-08-181-0/+2
| * | musb: am35x: Workaround for fifo read issueAjay Kumar Gupta2010-08-122-0/+38
| * | musb: MSC host support for AM35xAjay Kumar Gupta2010-08-124-0/+215
* | | Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-08-1221-99/+87
|\ \ \
| * | | mmc: omap3: fix block read functionGrazvydas Ignotas2010-08-121-26/+21
| * | | mmc: omap3: make local symbols staticGrazvydas Ignotas2010-08-122-25/+17
| |/ /
| * | Merge branch 'master' of git://git.denx.de/u-boot-armWolfgang Denk2010-08-1011-17/+748
| |\ \
| * | | Fix compile warnings for const correctnessBen Warren2010-08-093-5/+6
| * | | miiphy: constify device nameMike Frysinger2010-08-0917-43/+43
| * | | net: rename "FSL UECx" net interfaces "UECx"Kim Phillips2010-08-092-4/+4
| * | | net ppc: fix ethernet device names with spacesHeiko Schocher2010-08-091-1/+1
| * | | net,fec: Shorten device name as done for other driversStefano Babic2010-08-091-1/+1
* | | | video: add support for display controller in MB86R0x SoCsMatthias Weisser2010-08-102-0/+187
| |/ / |/| |
* | | Merge branch 'master' of git://git.denx.de/u-boot-marvellWolfgang Denk2010-08-102-3/+144
|\ \ \
| * | | ide: add mvsata_ide driverAlbert Aribaud2010-08-082-0/+141
| * | | ide: reorder object files alphabeticallyAlbert Aribaud2010-08-081-3/+3
| | |/ | |/|
* | | Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2010-08-106-11/+122
|\ \ \
| * | | ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and ...Steve Sakoman2010-08-052-1/+18
OpenPOWER on IntegriCloud