summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | lib: string: move strlcpy() to a common placeMasahiro Yamada2014-12-111-24/+0
* | | Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2014-12-113-5/+52
|\ \ \
| * | | usb: ehci: do not set the LSB of Current qTD pointerMasahiro Yamada2014-11-191-1/+0
| * | | dfu: thor: fix: Modify dfu_get_alt() function to support absolute pathsLukasz Majewski2014-11-141-2/+27
| * | | usb:ehci-mx6 add phy mode query functionPeng Fan2014-11-141-2/+25
* | | | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2014-12-118-54/+352
|\ \ \ \ | |_|/ / |/| | |
| * | | driver/mtd: Fix IFC compilation warningsJaiprakash Singh2014-12-111-1/+1
| * | | fsl/sleep: updated the deep sleep framework for QorIQ platformsTang Yuantian2014-12-113-53/+103
| * | | drivers: usb: fsl: Check USB Erratum A007792 applicabilityNikhil Badola2014-12-111-0/+9
| * | | drivers: usb: fsl: Add USB device-tree errata frameworkNikhil Badola2014-12-111-0/+64
| * | | drivers: usb: Make usb device-tree fixup code architecture independentNikhil Badola2014-12-111-0/+113
| * | | arm: ls102xa: Add NAND boot support for LS1021AQDS boardAlison Wang2014-12-111-0/+10
| * | | arm: ls102xa: Update PCIe dts node statusMinghuan Lian2014-12-112-0/+52
* | | | Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2014-12-104-14/+18
|\ \ \ \ | |/ / / |/| | |
| * | | sata: fix reset_sata for dwc_ahsataSoeren Moch2014-12-011-6/+8
| * | | mxc_ocotp: Do not disable the OCOTP clock after every accessFabio Estevam2014-12-011-2/+0
| * | | thermal: imx_thermal: Do not display calibration dataFabio Estevam2014-12-011-2/+0
| * | | mxs_ocotp: clear the error flag before initiating write operationHector Palacios2014-12-011-0/+2
| * | | mxs_ocotp: check for errors from the OTP controller after writingHector Palacios2014-12-011-0/+7
| * | | mxs_ocotp: prevent error path from returning successHector Palacios2014-12-011-4/+1
* | | | Merge git://git.denx.de/u-boot-mpc85xxTom Rini2014-12-0812-15/+555
|\ \ \ \
| * | | | net/phy: enable serdes auto-negotiation for vsc8514 phyShengzhou Liu2014-12-051-2/+11
| * | | | net/fman: update 10GEC to fit new SoCShengzhou Liu2014-12-052-2/+7
| * | | | powerpc/mpc85xx: Add T1024/T1023 SoC supportShengzhou Liu2014-12-052-0/+90
| * | | | driver/ddr/fsl: Add workaround for faulty SPDYork Sun2014-12-051-0/+22
| * | | | B4860QDS: Enable enet port as per fsl_b4860_serdes2 string in hwconfigSuresh Gupta2014-12-051-2/+62
| * | | | powerpc/b4860qds: add xfi supportShaohui Xie2014-12-051-1/+3
| * | | | net/phy: Add support for CS4315/CS4340 PHYShengzhou Liu2014-12-053-0/+337
| * | | | driver/ddr/fsl: Adjust timing_cfg_0 to better support two DDR slotsYork Sun2014-12-051-6/+25
| * | | | Freescale t104x: Do not exclude SGMIIJoakim Tjernlund2014-12-051-4/+0
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-tiTom Rini2014-12-088-35/+42
|\ \ \ \ \
| * | | | | ns16550.c: Fix for ns16550 driver hanging on OMAP4Gregoire Gentil2014-12-041-4/+5
| * | | | | mtd: nand: omap_gpmc: Always use ready/busy pinStefan Roese2014-12-041-5/+4
| * | | | | omap_hsmmc: Board-specific TWL4030 MMC power initializationsPaul Kocialkowski2014-12-041-6/+1
| * | | | | twl4030: device-index-specific MMC power initializations, common ramp-up delayPaul Kocialkowski2014-12-042-13/+19
| * | | | | mmc: Board-specific MMC power initializationsPaul Kocialkowski2014-12-041-0/+7
| * | | | | arm: omap: add support for am57xx devicesFelipe Balbi2014-12-043-7/+8
| * | | | | usb: phy: omap_usb_phy: fix build breakageFelipe Balbi2014-12-041-2/+0
| | |_|_|/ | |/| | |
* | | | | Merge git://git.denx.de/u-boot-i2cTom Rini2014-12-081-4/+4
|\ \ \ \ \
| * | | | | i2c: Correct spelling errorMark Tomlinson2014-12-081-3/+3
| * | | | | i2c: Fix deselection of muxesMark Tomlinson2014-12-081-1/+1
| |/ / / /
* | | | | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2014-12-082-11/+16
|\ \ \ \ \
| * | | | | mmc: sh_mmcif: Add support rmobileNobuhiro Iwamatsu2014-12-052-2/+7
| * | | | | mmc: sh_mmcif: Change maximum and minimum value of MMC clockNobuhiro Iwamatsu2014-12-052-3/+5
| * | | | | mmc: sh_mmcif: Use DIV_ROUND_UP and fls instead of calculation loopNobuhiro Iwamatsu2014-12-051-8/+6
| |/ / / /
* | | | | blackfin: include <linux/compiler.h> rather than define __iomemMasahiro Yamada2014-12-081-1/+0
* | | | | Replace <compiler.h> with <linux/compiler.h>Masahiro Yamada2014-12-084-4/+4
* | | | | serial: pl01x: avoid pl01x type check two timesVikas Manocha2014-12-081-9/+6
* | | | | serial: pl01x: disable as per type of pl01xVikas Manocha2014-12-081-3/+4
* | | | | serial: pl01x: move all line control at same placeVikas Manocha2014-12-081-23/+21
OpenPOWER on IntegriCloud