summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* lib: string: move strlcpy() to a common placeMasahiro Yamada2014-12-11-24/+0
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-12-10-14/+18
|\
| * sata: fix reset_sata for dwc_ahsataSoeren Moch2014-12-01-6/+8
| * mxc_ocotp: Do not disable the OCOTP clock after every accessFabio Estevam2014-12-01-2/+0
| * thermal: imx_thermal: Do not display calibration dataFabio Estevam2014-12-01-2/+0
| * mxs_ocotp: clear the error flag before initiating write operationHector Palacios2014-12-01-0/+2
| * mxs_ocotp: check for errors from the OTP controller after writingHector Palacios2014-12-01-0/+7
| * mxs_ocotp: prevent error path from returning successHector Palacios2014-12-01-4/+1
* | Merge git://git.denx.de/u-boot-mpc85xxTom Rini2014-12-08-15/+555
|\ \
| * | net/phy: enable serdes auto-negotiation for vsc8514 phyShengzhou Liu2014-12-05-2/+11
| * | net/fman: update 10GEC to fit new SoCShengzhou Liu2014-12-05-2/+7
| * | powerpc/mpc85xx: Add T1024/T1023 SoC supportShengzhou Liu2014-12-05-0/+90
| * | driver/ddr/fsl: Add workaround for faulty SPDYork Sun2014-12-05-0/+22
| * | B4860QDS: Enable enet port as per fsl_b4860_serdes2 string in hwconfigSuresh Gupta2014-12-05-2/+62
| * | powerpc/b4860qds: add xfi supportShaohui Xie2014-12-05-1/+3
| * | net/phy: Add support for CS4315/CS4340 PHYShengzhou Liu2014-12-05-0/+337
| * | driver/ddr/fsl: Adjust timing_cfg_0 to better support two DDR slotsYork Sun2014-12-05-6/+25
| * | Freescale t104x: Do not exclude SGMIIJoakim Tjernlund2014-12-05-4/+0
* | | Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-12-08-35/+42
|\ \ \
| * | | ns16550.c: Fix for ns16550 driver hanging on OMAP4Gregoire Gentil2014-12-04-4/+5
| * | | mtd: nand: omap_gpmc: Always use ready/busy pinStefan Roese2014-12-04-5/+4
| * | | omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski2014-12-04-6/+1
| * | | twl4030: device-index-specific MMC power initializations, common ramp-up delayPaul Kocialkowski2014-12-04-13/+19
| * | | mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-04-0/+7
| * | | arm: omap: add support for am57xx devicesFelipe Balbi2014-12-04-7/+8
| * | | usb: phy: omap_usb_phy: fix build breakageFelipe Balbi2014-12-04-2/+0
* | | | Merge git://git.denx.de/u-boot-i2cTom Rini2014-12-08-4/+4
|\ \ \ \
| * | | | i2c: Correct spelling errorMark Tomlinson2014-12-08-3/+3
| * | | | i2c: Fix deselection of muxesMark Tomlinson2014-12-08-1/+1
| |/ / /
* | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-12-08-11/+16
|\ \ \ \
| * | | | mmc: sh_mmcif: Add support rmobileNobuhiro Iwamatsu2014-12-05-2/+7
| * | | | mmc: sh_mmcif: Change maximum and minimum value of MMC clockNobuhiro Iwamatsu2014-12-05-3/+5
| * | | | mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loopNobuhiro Iwamatsu2014-12-05-8/+6
| |/ / /
* | | | blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada2014-12-08-1/+0
* | | | Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-08-4/+4
* | | | serial: pl01x: avoid pl01x type check two timesVikas Manocha2014-12-08-9/+6
* | | | serial: pl01x: disable as per type of pl01xVikas Manocha2014-12-08-3/+4
* | | | serial: pl01x: move all line control at same placeVikas Manocha2014-12-08-23/+21
* | | | serial: pl01x: fix pl011 baud rate configurationVikas Manocha2014-12-08-0/+8
* | | | serial: pl01x: pass pl01x_type to set baudrateVikas Manocha2014-12-08-1/+1
|/ / /
* | | Merge git://git.denx.de/u-boot-fdtTom Rini2014-12-01-1/+1
|\ \ \
| * | | fdt: remove fdtdec_get_alias_node() functionMasahiro Yamada2014-11-27-1/+1
* | | | Merge git://git.denx.de/u-boot-x86Tom Rini2014-12-01-213/+665
|\ \ \ \
| * | | | bios_emulator: Always print errors when opcode decode failsSimon Glass2014-11-25-18/+22
| * | | | bios_emulator: Add an option to enable debuggingSimon Glass2014-11-25-54/+90
| * | | | bios_emulator: Allow a custom interrupt handler to be installedSimon Glass2014-11-25-0/+6
| * | | | bios_emulator: Add vesa support and allow ROMs to be passed in as dataSimon Glass2014-11-25-58/+144
| * | | | bios_emulator: Allow x86 to use the emulatorSimon Glass2014-11-25-23/+23
| * | | | x86: video: Add video driver for bare x86 boardsSimon Glass2014-11-25-0/+38
| * | | | pci: Add general support for execution of video ROMsSimon Glass2014-11-25-1/+279