summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-12-15phy: Add support for Marvell 88E1118RMichal Simek1-0/+11
2012-12-15e1000e : Correct Rx Threshold granularityRuchika Gupta2-0/+11
2012-12-13env: Add a baudrate env handlerJoe Hershberger1-0/+70
2012-12-12designware_i2c.h: Define IC_CLK only if not already defined in config fileArmando Visconti1-0/+2
2012-12-12designware_i2c.h: Fixed the correct values for SCL low/high timeArmando Visconti1-3/+3
2012-12-12designware_i2c: Fixed the setting of the i2c bus speedArmando Visconti1-15/+13
2012-12-12designware_i2c: Added s/w generation of stop bitArmando Visconti2-3/+9
2012-12-12designware_i2c.c: Added the support for MULTI_BUSArmando Visconti1-1/+81
2012-12-12drivers:i2c: Modify I2C driver for Exynos4Piotr Wilczek1-7/+12
2012-12-12omap24xx_i2c: Handle OMAP5 like OMAP2,3,4Vincent Stehlé1-5/+10
2012-12-12mxs: i2c: Implement algorithm to set up arbitrary i2c speedMarek Vasut1-53/+34
2012-12-12mxs: i2c: Restore speed setting after block resetMarek Vasut1-0/+3
2012-12-12i2c: mxs: Fix TIMING2 register valueMarek Vasut1-2/+2
2012-12-12i2c: mxs: Use i2c_set_bus_speed() in i2c_init()Marek Vasut1-15/+1
2012-12-12i2c: mxs: Implement i2c_get/set_bus_speed()Marek Vasut1-0/+45
2012-12-12i2c: mxs: Abstract out the MXS I2C speed setupMarek Vasut1-20/+37
2012-12-12i2c: Staticize local functions in mxc i2c driverMarek Vasut1-2/+2
2012-12-12soft_i2c: add necessary includes for AVR32Andreas Bießmann1-0/+3
2012-12-07Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini3-0/+293
2012-12-07serial_pl011: Set RTS during initializationJoshua Housh1-2/+2
2012-12-07video: Check for valid FB pointer before clearingDuncan Laurie1-0/+2
2012-12-07x86: gpio: Add additional GPIO banks to the ICH6 driverBill Richardson1-62/+110
2012-12-07x86: gpio: Add GPIO driver for Intel ICH6 and later.Bill Richardson2-0/+243
2012-12-03Merge branch 'master' of git://git.denx.de/u-boot-x86Tom Rini4-0/+170
2012-12-01x86: video: Add coreboot framebuffer supportStefan Reinauer2-0/+102
2012-12-01x86: Add console command to display CBMEM console bufferVadim Bendebury1-0/+67
2012-12-01x86: Add CBMEM console driver for corebootVadim Bendebury1-0/+1
2012-11-30serial: serial_sh: bugfix: autoboot fails if serial console is not connectedTetsuyuki Kobayashi1-7/+13
2012-11-28Merge branch 'master' of git://www.denx.de/git/u-boot-mpc85xxTom Rini3-0/+136
2012-11-28powerpc/p4080ds: fix PCI-e x8 link training down failureYuanquan Chen1-0/+22
2012-11-28powerpc/85xx: add support for the Freescale P5040DS Superhydra reference boardTimur Tabi2-0/+114
2012-11-28mmc: Properly determine maximum supported bus widthAndy Fleming1-12/+35
2012-11-28mmc: tegra: use bounce buffer APIsStephen Warren1-23/+41
2012-11-28common: rework bouncebuf implementationStephen Warren1-23/+7
2012-11-28mmc: add no simultaenous power and vddMela Custodio1-0/+3
2012-11-28mmc: Fix interpretation of MMC_CMD_ALL_SEND_CIDTaylor Hutt1-7/+9
2012-11-28EXYNOS: mmc: support DesignWare Controller for Samsung-SoCJaehoon Chung2-0/+58
2012-11-27Remove obsolete header filePantelis Antoniou1-1/+0
2012-11-27Merge branch 'master' of git://git.denx.de/u-boot-nand-flashTom Rini10-380/+426
2012-11-27nand: Add torture featureBenoît Thébaudeau1-0/+122
2012-11-27nand: Fix nand_erase_opts() offset checkBenoît Thébaudeau1-2/+2
2012-11-27nand: Clean up nand_utilBenoît Thébaudeau1-32/+32
2012-11-27nand: Move the sub-page read support enable to a flagJoe Hershberger1-2/+7
2012-11-27driver/mtd:IFC NAND:Initialise internal SRAM before any writePrabhakar Kushwaha1-1/+61
2012-11-27nand/fsl: add NAND_NO_SUBPAGE_WRITE to eLBC and IFC driversScott Wood2-2/+2
2012-11-27spl/nand: config symbol documentationScott Wood2-0/+172
2012-11-27spl/nand: introduce CONFIG_SPL_NAND_DRIVERS, _BASE, and _ECC.Scott Wood1-8/+22
2012-11-27powerpc/mpc8xxx: move LAW code into arch/powerpc/cpu/mpc8xxxScott Wood2-334/+0
2012-11-27serial/ns16550: wait for TEMT before initializingScott Wood1-0/+3
2012-11-27serial/ns16550: don't build serial_ns16550 with MIN_FUNCTIONSScott Wood1-0/+4