summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* OMAP3 USB Initialize twl4030 only if requiredTom Rix2009-12-20-1/+6
* OMAP3 Add usb device supportTom Rix2009-12-20-2/+1395
* TWL4030 Add usb PHY supportTom Rix2009-12-20-0/+233
* USB Consolidate descriptor definitionsTom Rix2009-12-20-2/+2
* Merge branch 'next' of ../nextWolfgang Denk2009-12-15-296/+1311
|\
| * common: delete CONFIG_SYS_64BIT_VSPRINTF and CONFIG_SYS_64BIT_STRTOULHeiko Schocher2009-12-08-4/+0
| * Merge branch 'master' into nextWolfgang Denk2009-12-07-3/+3
| |\
| * \ Merge branch 'master' into nextWolfgang Denk2009-12-05-18/+358
| |\ \
| * | | omap3_mmc: Encapsulate twl4030 under option CONFIG_TWL4030_POWERVaibhav Hiremath2009-11-27-0/+2
| * | | arm: A320: driver for FTRTC010 real time clockPo-Yu Chuang2009-11-27-0/+125
| * | | Add a unified s3c24x0 header filekevin.morfitt@fearnside-systems.co.uk2009-11-27-18/+5
| * | | s5pc1xx: serial: fix the error check logicMinkyu Kang2009-11-27-7/+17
| * | | s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xxMinkyu Kang2009-11-27-3/+3
| * | | Move s3c24x0 header files to asm-arm/arch-s3c24x0/kevin.morfitt@fearnside-systems.co.uk2009-11-27-7/+7
| * | | Fix for Void function returning value in sbc35-a9g20Sandeep Paulraj2009-11-27-1/+0
| * | | at91: Extended soft_i2c driver for AT91SAM9263 SoCDaniel Gorsulowski2009-11-23-0/+5
| * | | Merge branch 'next' of git://git.denx.de/u-boot-nand-flash into nextWolfgang Denk2009-11-21-12/+44
| |\ \ \
| | * | | NAND: Add Support for 4K page size in DaVinci NAND driverSandeep Paulraj2009-11-20-7/+16
| | * | | S3C2410 NAND Flash Add Missing FunctionHui.Tang2009-11-18-4/+27
| | * | | NAND: Update read_read_subpage API checkSandeep Paulraj2009-11-18-1/+1
| * | | | OMAP2/3: I2C: Add support for second and third busDirk Behme2009-11-16-67/+99
| |/ / /
| * | | Merge branch 'master' into nextWolfgang Denk2009-11-15-45/+54
| |\ \ \
| * | | | Flex-OneNAND driver supportAmul Kumar Saha2009-11-13-98/+662
| * | | | fsl_elbc_nand: remove the bbt descriptors relocation fixupMingkai Hu2009-11-13-4/+0
| * | | | NAND: fix "raw" reads with ECC syndrome layoutsDavid Brownell2009-11-13-4/+96
| * | | | NAND: Don't walk past end of oobfree[]Sandeep Paulraj2009-11-13-1/+2
| * | | | NAND: Update check condition for nand_read_page_hwecc APISandeep Paulraj2009-11-13-1/+1
| * | | | NAND: Updating comments/explanations in the NAND driverSandeep Paulraj2009-11-13-4/+8
| * | | | NAND: Subpage shift for ecc_steps equal to 16Sandeep Paulraj2009-11-13-0/+1
| * | | | NAND: Remove commented out codeSandeep Paulraj2009-11-13-1/+0
| * | | | NAND: Correct the "chip_shift" calculationSandeep Paulraj2009-11-13-1/+1
| * | | | NAND: Update to support 64 bit device sizeSandeep Paulraj2009-11-13-28/+39
| * | | | Merge branch 'next' of git://git.denx.de/u-boot-video into nextWolfgang Denk2009-10-31-3/+51
| |\ \ \ \
| | * | | | video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01Wolfgang Grandegger2009-10-31-1/+1
| | * | | | video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp modeAnatolij Gustschin2009-10-31-1/+17
| | * | | | video: mb862xx: improve board-specific Lime configurationWolfgang Grandegger2009-10-31-1/+33
| * | | | | new PCA9564 i2c bridge driverValentin Yakovenkov2009-10-30-0/+190
| * | | | | Blackfin: TWI/I2C: implement bus speed get/set functionsMike Frysinger2009-10-30-11/+48
| * | | | | Blackfin: TWI/I2C: add timeout to transferMike Frysinger2009-10-30-3/+12
| |/ / / /
* | | | | nand: Fix access to last block in NAND devicesStefan Roese2009-12-11-2/+2
| |_|_|/ |/| | |
* | | | Fix computation in nand_util.c:get_len_incl_badDaniel Hobi2009-12-07-1/+1
* | | | smc911x: fix typo in smc911x_handle_mac_address nameMike Rapoport2009-12-07-2/+2
| |_|/ |/| |
* | | RTC: Fix return code in MC13783 RTC driver.Magnus Lilja2009-12-02-1/+1
* | | m41t11: Remove unused functionsPeter Tyser2009-12-02-14/+0
* | | Add support for CS2 dataflash for Atmel-SPI.Remy Bohmer2009-11-23-2/+16
* | | sf: fix stmicro offset setup while erasingMike Frysinger2009-11-22-1/+2
* | | sf: new driver for Winbond W25X16/32/64 devicesJason McMullan2009-11-22-0/+339
* | | Add driver for FTRTC010 real time clockPo-Yu Chuang2009-11-22-0/+125
| |/ |/|
* | smc911x: make smc911x_initialize return correct valueMike Rapoport2009-11-12-2/+2
* | Merge branch 'master' of git://git.denx.de/u-boot-netWolfgang Denk2009-11-11-28/+35
|\ \