aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-22Fix spelling of "transferred".Vagrant Cascadian2-3/+3
2016-03-22serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt1-2/+8
2016-03-22Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini9-118/+446
2016-03-21driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0Prabhakar Kushwaha1-1/+2
2016-03-21driver: net: ldpaa_eth: Add support of PHY frameworkPrabhakar Kushwaha1-34/+87
2016-03-21driver/ddr/fsl: Add workaround for erratum A-009803Shengzhou Liu1-5/+39
2016-03-21driver/ddr/fsl: Add address parity support for DDR4 UDIMM/discreteShengzhou Liu2-7/+63
2016-03-21pci/layerscape: set LUT and msi-map for discovered PCI devicesStuart Yoder1-0/+147
2016-03-21armv8: ls2080a: remove obsolete stream ID partitioning supportStuart Yoder1-70/+0
2016-03-21drivers/crypto/fsl: define structures for PDBAneesh Bansal1-0/+55
2016-03-21drivers/crypto/fsl: add constructs for protocol descriptorsAneesh Bansal2-0/+52
2016-03-21drivers/crypto/fsl: correct error checking in run_descriptorAneesh Bansal1-1/+1
2016-03-20usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen1-2/+4
2016-03-17dm: sandbox: Drop the pre-DM host implementationSimon Glass1-90/+0
2016-03-17dm: usb: Unbind old block devices when shutting down USBSimon Glass1-1/+5
2016-03-17dm: ns16550: Add support for reg-offset propertyMichal Simek1-2/+4
2016-03-17x86: broadwell: Add video supportSimon Glass4-1/+1174
2016-03-17x86: broadwell: Add a GPIO driverSimon Glass3-0/+208
2016-03-17x86: Drop all the old pin configuration codeSimon Glass1-11/+0
2016-03-17x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass1-175/+5
2016-03-17x86: Allow use of serial soon after relocationSimon Glass1-1/+1
2016-03-17input: i8042: Make sure the keyboard is enabledSimon Glass1-0/+4
2016-03-17syscon: Avoid returning a device on failureSimon Glass1-0/+1
2016-03-17x86: gpio: Correct GPIO setup orderingSimon Glass1-1/+3
2016-03-17pci: Correct a few comments and nitsSimon Glass1-1/+0
2016-03-17pci: Add functions to update PCI configuration registersSimon Glass1-0/+57
2016-03-17gpio: Use const where possibleSimon Glass1-5/+5
2016-03-17gpio: Add a function to obtain a GPIO vector valueSimon Glass1-0/+18
2016-03-17video: Allow simple-panel to be used without regulatorsSimon Glass1-8/+10
2016-03-17x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng1-1/+0
2016-03-15dwmmc: Increase retry timeoutAlexander Graf1-1/+1
2016-03-15input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2-0/+49
2016-03-15power: twl6030: Power off supportPaul Kocialkowski1-0/+8
2016-03-15power: twl6030: Remove ifdef around the codePaul Kocialkowski1-2/+0
2016-03-15usb: musb-new: omap2430: OMAP4 MUSB USB controller supportPaul Kocialkowski3-0/+25
2016-03-15power: twl6030: Clear VUSB_IN_PMID bit on USB device setupPaul Kocialkowski1-0/+1
2016-03-15power: twl6030: Configure VUSB voltage on USB device setupPaul Kocialkowski1-0/+4
2016-03-15omap_hsmmc: Board-specific TWL6030 MMC power initializationPaul Kocialkowski1-4/+2
2016-03-15power: twl6030: Device-index-specific MMC power initializationPaul Kocialkowski2-26/+28
2016-03-15power: twl6030: Enable VAUX1 for eMMC power, depending on BOOT2 valuePaul Kocialkowski1-0/+19
2016-03-15power: twl6030: Some more explicit registers and values definitionsPaul Kocialkowski1-11/+15
2016-03-15spi: omap3: Fix multiple definition of 'priv'Jagan Teki1-19/+21
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini5-22/+326
2016-03-15Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini3-376/+497
2016-03-14Merge git://git.denx.de/u-boot-dmTom Rini31-145/+427
2016-03-14dm: omap_timer: Fix conversion of address to a pointerLokesh Vutla1-1/+2
2016-03-14lib/crc16.c: Rename cyg_crc16() to crc16_ccitt() and add crc start valueStefan Roese1-2/+2
2016-03-14remoteproc: Add support for TI power processorNishanth Menon3-0/+191
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2-1/+2
2016-03-14video: ipu: avoid overflow issuePeng Fan1-19/+54