aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-09-29MXC: Add watchdog support to serial driverStefano Babic1-2/+5
2010-09-29Use common function to set GPIOs for MX3 and MX5Stefano Babic3-23/+41
2010-09-28Merge branch 'next' of /home/wd/git/u-boot/nextWolfgang Denk18-204/+2848
2010-09-27Fix "ubi part" cmd re-entrancyKarl Beldan1-0/+1
2010-09-23ppc4xx: Remove now unused CONFIG_UART1_CONSOLEStefan Roese1-5/+0
2010-09-23ppc4xx: Big header cleanup, mostly PPC440 relatedStefan Roese1-2/+1
2010-09-23ppc4xx: Move ppc4xx headers to powerpc include directoryStefan Roese3-6/+6
2010-09-22Merge branch 'master' of git://git.denx.de/u-boot-blackfinWolfgang Denk1-2/+0
2010-09-21Blackfin: bfin_spi: use same gpio cs define as LinuxMike Frysinger1-2/+0
2010-09-21video: cfb_console: add support for 4bpp bitmaps with GDF_32BIT_X888RGBTimur Tabi1-1/+37
2010-09-21Merge branch 'next' of ../custodians into nextWolfgang Denk7-0/+2768
2010-09-21Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk1-0/+10
2010-09-21Merge branch 'next' of git://git.denx.de/u-boot-usb into nextWolfgang Denk7-0/+2768
2010-09-21Merge branch 'next' of ../custodians into nextWolfgang Denk2-26/+16
2010-09-20USB-CDC: Fix coding style issuesVitaly Kuzmichev5-330/+357
2010-09-20USB-CDC: called handle_interrupts inside usb_eth_sendStefano Babic1-1/+9
2010-09-20USB-CDC: correct wrong alignment in ether.cStefano Babic1-1/+1
2010-09-20USB-CDC: change simple_strtol to simple_strtoulVitaly Kuzmichev1-1/+1
2010-09-20USB-CDC: ethernet error path potential oops fixVitaly Kuzmichev1-1/+1
2010-09-20USB-CDC: Correct stat_req initializationVitaly Kuzmichev1-4/+3
2010-09-20USB-CDC: Replace 'strcpy' by 'strlcpy'Vitaly Kuzmichev1-3/+3
2010-09-20USB-CDC: Correct freeing usb requestsVitaly Kuzmichev1-2/+7
2010-09-20USB-CDC: Use native debug printout macrosVitaly Kuzmichev1-53/+43
2010-09-20USB-CDC: Add lost 'qmult' definitionVitaly Kuzmichev1-0/+6
2010-09-20USB-CDC: Restuct USB gadget MakefileVitaly Kuzmichev1-2/+5
2010-09-20Integrate USB gadget layer and USB CDC driver layerRemy Bohmer6-0/+2728
2010-09-20usb: musb: stub out MUSB_TXCSR_MODE for Blackfin partsMike Frysinger1-0/+2
2010-09-20cfi_flash: Remove uneccessary #ifdef CONFIG_SYS_MAX_FLASH_BANKS_DETECTStefan Roese1-9/+1
2010-09-20cfi_flash: Simplify dynamic flash bank number detectionStefan Roese1-11/+4
2010-09-20cfi_flash: Add weak default for cfi_flash_bank_addr()Stefan Roese1-4/+9
2010-09-20cfi_flash: Simplify flash_get_info()Stefan Roese1-2/+2
2010-09-19Remove HMI10 board supportWolfgang Denk3-163/+17
2010-09-19i2c, omap24xx: set bus_initialized only after relocation.Heiko Schocher1-1/+3
2010-09-19mmc: fix compiler warningsWolfgang Denk1-2/+2
2010-09-18mmc: add boundary check for mmc operationLei Wen1-0/+10
2010-09-16video: cfb_console: fix definition and usage of CURSOR_xxx macrosTimur Tabi1-10/+14
2010-09-13nand/davinci: make sure ECC calculation has really startedWolfram Sang1-1/+14
2010-09-11usb: musb: set target address for non-multipoint devicesBryan Wu1-0/+7
2010-09-11usb: musb: setup TXCOUNT for Blackfin musbBryan Wu1-0/+5
2010-09-10Prepare v2010.09-rc1v2010.09-rc1Wolfgang Denk2-2/+0
2010-09-09Merge branch 'master' of git://git.denx.de/u-boot-tiWolfgang Denk2-42/+36
2010-09-08mtd: nand: supress 'unknown NAND' warning if no nand is foundSteve Sakoman1-3/+6
2010-09-08ARMV7: OMAP: add convenience function to set TWL4030 regulator voltagesSteve Sakoman1-39/+30
2010-09-08Merge branch 'at91' of git://git.denx.de/u-boot-atmelWolfgang Denk6-6/+514
2010-09-08Merge branch 'master' of git://git.denx.de/u-boot-samsungWolfgang Denk5-35/+21
2010-09-07Merge branch 'master' of /home/wd/git/u-boot/masterWolfgang Denk6-509/+462
2010-09-07Merge branch 'master' of git://git.denx.de/u-boot-i2cWolfgang Denk4-499/+431
2010-09-03AT91/AVR32: atmel_spi.c: flush RDR before next SPI transactionReinhard Meyer1-2/+11
2010-09-03AT91: add RTT and GPBR based RTCReinhard Meyer2-0/+101
2010-09-03AT91: MCI: add SD/MMC driver using mmc frameworkReinhard Meyer3-4/+402