aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2015-12-05dm: serial: ns16550: Add pre-reloc flag to the driverSimon Glass1-0/+1
2015-12-05drivers: remoteproc: rproc-uclass: Fix check for NULL pointersNishanth Menon1-1/+1
2015-12-05Change e-mail address of Kamil LulkoKamil Lulko1-1/+1
2015-12-05ns16550: change reg-shift property default to zeroThomas Chou1-1/+1
2015-12-05Fix typo: firstly -> first.Vagrant Cascadian3-4/+4
2015-12-05Fix typo: commmand -> command.Vagrant Cascadian2-3/+3
2015-12-04Merge branch 'master' of http://git.denx.de/u-boot-sparcTom Rini1-1/+1
2015-12-04Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-3/+1
2015-12-03sparc: Use microseconds instead of ticks for timeoutFrancois Retief1-1/+1
2015-12-01rockchip: mmc: get the fifo mode and fifo depth property from dtshuang lin1-4/+17
2015-12-01rockchip: mmc: use non-removable property to distinguish emmc and sdcard regi...huang lin1-2/+3
2015-12-01mmc: dw_mmc: support fifo mode in dwc mmc driverhuang lin1-18/+67
2015-12-01mmc: dw_mmc: move data transfer as a separate functionhuang lin1-28/+37
2015-12-01rockchip: rk3036: Add pinctrl driverhuang lin3-0/+286
2015-12-01rockchip: rk3036: Add clock driverhuang lin2-0/+415
2015-12-01rockchip: serial driver support rk3036huang lin1-0/+1
2015-12-01dm: core: Add SPL Kconfig for REGMAP and SYSCONhuang lin2-2/+21
2015-12-01dm: pci: Disable PCI compatibility functions by defaultSimon Glass2-1/+11
2015-12-01dm: pci: Move common auto-config functions to a common fileSimon Glass3-117/+129
2015-12-01dm: pci: Rename pci_auto.c to pci_auto_old.cSimon Glass2-1/+1
2015-12-01dm: tegra: pci: Convert tegra boards to driver model for PCISimon Glass1-322/+155
2015-12-01dm: pci: Add a function to find the regions for a PCI busSimon Glass1-0/+30
2015-12-01dm: pci: Add a function to get the controller for a busSimon Glass1-0/+8
2015-12-01dm: pci: Add functions to emulate 8- and 16-bit accessSimon Glass1-0/+39
2015-12-01dm: pci: Support decoding ranges with duplicate entriesSimon Glass1-3/+10
2015-12-01dm: pci: Set up the SDRAM mapping correctlySimon Glass1-6/+9
2015-12-01dm: tegra: pci: Move CONFIG_PCI_TEGRA to KconfigSimon Glass1-0/+10
2015-12-01x86: tsc: Move tsc_timer.c to drivers/timerBin Meng3-0/+397
2015-12-01dm: timer: Support 64-bit counterBin Meng3-6/+15
2015-12-01timer: sandbox: Use device tree to pass the clock frequencyBin Meng1-4/+0
2015-12-01timer: altera: Remove the codes to get clock frequencyBin Meng1-6/+0
2015-12-01dm: timer: Implement pre_probe()Bin Meng1-0/+13
2015-12-01dm: timer: Fix several nitsBin Meng2-8/+8
2015-11-30Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini3-0/+308
2015-11-30gpio: atmel: Add the PIO4 driver supportWenyou Yang3-0/+308
2015-11-30Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini18-285/+1357
2015-11-30net: phy: added aquantia PHY AQR405 supportShaohui Xie1-0/+15
2015-11-30drivers/ddr/fsl: Fix typo in BIST test for DDR4York Sun1-12/+12
2015-11-30drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3York Sun2-0/+41
2015-11-30pci/layerscape: add support for LS1043A PCIe LUT register accessMingkai Hu1-7/+7
2015-11-30armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha3-3/+4
2015-11-30armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha5-5/+8
2015-11-30driver: net: ldpaa: Fix Rx buffer alignmentPrabhakar Kushwaha2-6/+11
2015-11-30driver: net: ldpaa: Add debug informationPrabhakar Kushwaha1-0/+123
2015-11-30driver: net: ldpaa: Use DPMAC as net devicePrabhakar Kushwaha3-44/+142
2015-11-30driver: net: fsl-mc: Create DPAA2 object at run-timePrabhakar Kushwaha2-36/+435
2015-11-30driver: net: fsl-mc: Add DPAA2 commands to manage MCPrabhakar Kushwaha1-198/+184
2015-11-30driver: net: fsl-mc: Increase MC command timeoutPrabhakar Kushwaha1-1/+1
2015-11-30driver: ldpaa: Add api to return linked PHY ID of DPMACPrabhakar Kushwaha1-0/+12
2015-11-30driver: net: fsl-mc: Add APIs for DPMAC objects in FLIBPrabhakar Kushwaha2-1/+224