summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
...
* | | | | | driver/mtd/IFC:Wait tWB time, poll R/B before command executionPrabhakar Kushwaha2012-12-21-2/+2
* | | | | | serial_sh: Add support Renesas SH7752Yoshihiro Shimoda2012-12-20-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2012-12-17-4/+26
|\ \ \ \ \
| * | | | | net: sh_eth: add support for SH7752Yoshihiro Shimoda2012-12-15-4/+4
| * | | | | phy: Add support for Marvell 88E1118RMichal Simek2012-12-15-0/+11
| * | | | | e1000e : Correct Rx Threshold granularityRuchika Gupta2012-12-15-0/+11
| |/ / / /
* | | | | Merge remote-tracking branch 'origin/master'Scott Wood2012-12-14-61/+262
|\ \ \ \ \ | |/ / / /
| * | | | env: Add a baudrate env handlerJoe Hershberger2012-12-13-0/+70
| * | | | designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti2012-12-11-0/+2
| * | | | designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti2012-12-11-3/+3
| * | | | designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti2012-12-11-15/+13
| * | | | designware_i2c: Added s/w generation of stop bitArmando Visconti2012-12-11-3/+9
| * | | | designware_i2c.c: Added the support for MULTI_BUSArmando Visconti2012-12-11-1/+81
| * | | | drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek2012-12-11-7/+12
| * | | | omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé2012-12-11-5/+10
| * | | | mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut2012-12-11-53/+34
| * | | | mxs: i2c: Restore speed setting after block resetMarek Vasut2012-12-11-0/+3
| * | | | i2c: mxs: Fix TIMING2 register valueMarek Vasut2012-12-11-2/+2
| * | | | i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut2012-12-11-15/+1
| * | | | i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut2012-12-11-0/+45
| * | | | i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut2012-12-11-20/+37
| * | | | i2c: Staticize local functions in mxc i2c driverMarek Vasut2012-12-11-2/+2
| * | | | soft_i2c: add necessary includes for AVR32Andreas Bießmann2012-12-11-0/+3
| | |_|/ | |/| |
* | | | mtd: nand: mxs: reset BCH earlier, too, to avoid NAND startup problemsWolfram Sang2012-12-11-0/+3
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2012-12-07-0/+293
|\ \ \
| * | | video: Check for valid FB pointer before clearingDuncan Laurie2012-12-06-0/+2
| * | | x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson2012-12-06-62/+110
| * | | x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2012-12-06-0/+243
* | | | serial_pl011: Set RTS during initializationJoshua Housh2012-12-07-2/+2
|/ / /
* | | Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini2012-12-03-0/+170
|\ \ \
| * | | x86: video: Add coreboot framebuffer supportStefan Reinauer2012-11-30-0/+102
| * | | x86: Add console command to display CBMEM console bufferVadim Bendebury2012-11-30-0/+67
| * | | x86: Add CBMEM console driver for corebootVadim Bendebury2012-11-30-0/+1
* | | | serial: serial_sh: bugfix: autoboot fails if serial console is not connectedTetsuyuki Kobayashi2012-11-30-7/+13
|/ / /
* | | Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini2012-11-28-0/+136
|\ \ \
| * | | powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen2012-11-27-0/+22
| * | | powerpc/85xx: add support for the Freescale P5040DS Superhydra reference boardTimur Tabi2012-11-27-0/+114
* | | | mmc: Properly determine maximum supported bus widthAndy Fleming2012-11-27-12/+35
* | | | mmc: tegra: use bounce buffer APIsStephen Warren2012-11-27-23/+41
* | | | common: rework bouncebuf implementationStephen Warren2012-11-27-23/+7
* | | | mmc: add no simultaenous power and vddMela Custodio2012-11-27-0/+3
* | | | mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt2012-11-27-7/+9
* | | | EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung2012-11-27-0/+58
|/ / /
* | | Remove obsolete header filePantelis Antoniou2012-11-27-1/+0
* | | Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini2012-11-26-380/+426
|\ \ \
| * | | nand: Add torture featureBenoît Thébaudeau2012-11-26-0/+122
| * | | nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau2012-11-26-2/+2
| * | | nand: Clean up nand_utilBenoît Thébaudeau2012-11-26-32/+32
| * | | nand: Move the sub-page read support enable to a flagJoe Hershberger2012-11-26-2/+7
| * | | driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha2012-11-26-1/+61