aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-14Kconfig: Move CONFIG_FIT and related options to KconfigSimon Glass2-1/+2
2016-03-12sf: Correct data types in stm_is_locked_sr()Marek Vasut1-3/+3
2016-03-12dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla1-3/+7
2016-03-09pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIERMasahiro Yamada3-9/+9
2016-03-09pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada1-3/+3
2016-03-04Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini3-2/+12
2016-03-05usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2-1/+5
2016-03-01usb: gadget: composite: Correct recovery path for registerSam Protsenko1-1/+7
2016-02-29Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini6-0/+912
2016-02-29Revert "dm: ns16550: Add support for reg-offset property"Tom Rini1-4/+2
2016-02-29mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada3-0/+758
2016-02-29gpio: uniphier: add driver for UniPhier GPIO controllerMasahiro Yamada3-0/+154
2016-02-26Merge git://git.denx.de/u-boot-usbTom Rini1-1/+1
2016-02-26Merge git://git.denx.de/u-boot-dmTom Rini7-15/+41
2016-02-26net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang1-0/+3
2016-02-26usb: ehci: Fix warning on aarch64Marek Vasut1-1/+1
2016-02-26pci: Fix compiler warnings in dm_pciauto_setup_device()Bin Meng1-1/+1
2016-02-26spi: Correct two error return valuesSimon Glass2-4/+2
2016-02-26sandbox: spi: Remove an incorrect free()Simon Glass1-1/+0
2016-02-26sandbox: spi: Add more debugging to SPI emulationSimon Glass1-3/+10
2016-02-26sandbox: timer: Support the early timerSimon Glass1-3/+15
2016-02-26timer: Provide an early timerSimon Glass1-0/+10
2016-02-26timer: Support tracing fullySimon Glass1-3/+3
2016-02-25serial: dcc: Move driver to DMMichal Simek2-25/+49
2016-02-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-27/+26
2016-02-24Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini13-323/+187
2016-02-24pmic: tps65218: add useful functions and definesNikita Kiryanov1-0/+56
2016-02-24pci_rom: fix may be used uninitialized warningAndreas Bießmann1-1/+1
2016-02-24stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha1-3/+3
2016-02-24stm32x7: add support for stm32x7 serial driverVikas Manocha3-0/+121
2016-02-24gpio: stm32_gpio: move base addresses to the soc fileVikas Manocha1-18/+0
2016-02-24gpio: stm32_gpio: move clock config from driver to boardVikas Manocha1-5/+0
2016-02-24fastboot: update error and warning messagesSteve Rae1-5/+5
2016-02-24usb: eth: fix memalign() parameter orderStephen Warren1-1/+1
2016-02-24dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski1-8/+3
2016-02-24usb: ehci: Be explicit about the BE IO accessorsMarek Vasut1-2/+3
2016-02-24usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut1-0/+2
2016-02-24usb: ehci: Implement V2P mappingMarek Vasut1-10/+9
2016-02-24usb: ehci: Use map_physmem in ehci-genericMarek Vasut1-1/+3
2016-02-24board: ls1043ardb: Add micro QE support for ls1043ardbZhao Qiang1-4/+2
2016-02-24driver: qe: Mask the codes not used for micro QEZhao Qiang1-0/+6
2016-02-24driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platformsQianyu Gong1-5/+6
2016-02-24fm: fdt: Move fman ucode fixup to driver codeQianyu Gong2-0/+129
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong9-307/+8
2016-02-24powerpc/SECURE_BOOT: Add PAMU driverAneesh Bansal1-0/+23
2016-02-24drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZERuchika Gupta2-12/+18
2016-02-23Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini5-16/+62
2016-02-23sunxi: H3: Add support for the host usb-physJelle van der Waa2-16/+16
2016-02-23sunxi: power: add support for sy8106a driverJelle van der Waa3-0/+46
2016-02-23Merge branch 'master' of git://git.denx.de/u-boot-spiTom Rini8-5/+187