summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Fix typo choosen in comments and printf logsAlexander Merkle2016-03-271-2/+2
* mmc: bcm2835: fix 64-bit build warningStephen Warren2016-03-271-1/+1
* bcm2835 video: Map fb as cachedAlexander Graf2016-03-271-0/+9
* stm32: stm32f4: move flash driver to mtd driver locationVikas Manocha2016-03-263-0/+175
* usb: gadget: Move CONFIG_USB_GADGET to KconfigSam Protsenko2016-03-252-0/+37
* Merge git://www.denx.de/git/u-boot-marvellTom Rini2016-03-257-2/+234
|\
| * fpga: altera: Add StratixV supportStefan Roese2016-03-243-0/+107
| * gpio: Add DM GPIO driver for Marvell MVEBUStefan Roese2016-03-243-0/+127
| * arm: mvebu: Fix ddr3_init() cpu configDirk Eibach2016-03-241-2/+0
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2016-03-234-6/+41
|\ \ | |/ |/|
| * sunxi: Fix 2nd usb controller on sun4i/sun7i no longer workingHans de Goede2016-03-232-5/+23
| * sunxi: Add a bunch of missing compatible strings to sunxi_gpio.cHans de Goede2016-03-231-1/+14
| * sunxi: Configure only LVDS pins instead of all LCD pins when LVDS interface s...Lawrence Yu2016-03-231-0/+4
* | ARM: uniphier: support Debug UARTMasahiro Yamada2016-03-241-0/+9
* | ARM: uniphier: drop PH1- prefix from CONFIG options and file namesMasahiro Yamada2016-03-248-19/+19
* | mtd: denali: fix warning when compiled for 64bit systemMasahiro Yamada2016-03-241-3/+3
|/
* net: Move CONFIG_RTL8169 to KconfigBin Meng2016-03-221-0/+6
* net: Move CONFIG_RTL8139 to KconfigBin Meng2016-03-221-0/+6
* Fix spelling of "transferred".Vagrant Cascadian2016-03-222-3/+3
* serial: pl01x: Add support for devices with the rate pre-configured.Eric Anholt2016-03-221-2/+8
* Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-03-229-118/+446
|\
| * driver: net: fsl-mc: Return from DPAA_exit if boot_status !=0Prabhakar Kushwaha2016-03-211-1/+2
| * driver: net: ldpaa_eth: Add support of PHY frameworkPrabhakar Kushwaha2016-03-211-34/+87
| * driver/ddr/fsl: Add workaround for erratum A-009803Shengzhou Liu2016-03-211-5/+39
| * driver/ddr/fsl: Add address parity support for DDR4 UDIMM/discreteShengzhou Liu2016-03-212-7/+63
| * pci/layerscape: set LUT and msi-map for discovered PCI devicesStuart Yoder2016-03-211-0/+147
| * armv8: ls2080a: remove obsolete stream ID partitioning supportStuart Yoder2016-03-211-70/+0
| * drivers/crypto/fsl: define structures for PDBAneesh Bansal2016-03-211-0/+55
| * drivers/crypto/fsl: add constructs for protocol descriptorsAneesh Bansal2016-03-212-0/+52
| * drivers/crypto/fsl: correct error checking in run_descriptorAneesh Bansal2016-03-211-1/+1
* | usb: xhci: Fix vendor command error if the request type is USB_REQ_SET_ADDRES...Ted Chen2016-03-201-2/+4
* | dm: sandbox: Drop the pre-DM host implementationSimon Glass2016-03-171-90/+0
* | dm: usb: Unbind old block devices when shutting down USBSimon Glass2016-03-171-1/+5
* | dm: ns16550: Add support for reg-offset propertyMichal Simek2016-03-171-2/+4
|/
* x86: broadwell: Add video supportSimon Glass2016-03-174-1/+1174
* x86: broadwell: Add a GPIO driverSimon Glass2016-03-173-0/+208
* x86: Drop all the old pin configuration codeSimon Glass2016-03-171-11/+0
* x86: gpio: Allow the pinctrl driver to set up the pin configSimon Glass2016-03-171-175/+5
* x86: Allow use of serial soon after relocationSimon Glass2016-03-171-1/+1
* input: i8042: Make sure the keyboard is enabledSimon Glass2016-03-171-0/+4
* syscon: Avoid returning a device on failureSimon Glass2016-03-171-0/+1
* x86: gpio: Correct GPIO setup orderingSimon Glass2016-03-171-1/+3
* pci: Correct a few comments and nitsSimon Glass2016-03-171-1/+0
* pci: Add functions to update PCI configuration registersSimon Glass2016-03-171-0/+57
* gpio: Use const where possibleSimon Glass2016-03-171-5/+5
* gpio: Add a function to obtain a GPIO vector valueSimon Glass2016-03-171-0/+18
* video: Allow simple-panel to be used without regulatorsSimon Glass2016-03-171-8/+10
* x86: Move asm/arch-coreboot/tables.h to a common placeBin Meng2016-03-171-1/+0
* dwmmc: Increase retry timeoutAlexander Graf2016-03-151-1/+1
* input: TWL6030 input support for power button, USB and chargerPaul Kocialkowski2016-03-152-0/+49
OpenPOWER on IntegriCloud