aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: blk: Add a block-device uclassSimon Glass3-0/+188
2016-03-14dm: block: Rename device number member dev to devnumSimon Glass8-26/+26
2016-03-14dm: part: Rename some partition functionsSimon Glass5-5/+5
2016-03-14dm: pci: Break out the common region display codeSimon Glass1-34/+17
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass7-21/+21
2016-03-14dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada1-0/+1
2016-03-14dm: Use uclass_first_device_err() where it is usefulSimon Glass6-17/+7
2016-03-14dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass1-0/+13
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