summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dm: block: Rename device number member dev to devnumSimon Glass2016-03-148-26/+26
* dm: part: Rename some partition functionsSimon Glass2016-03-145-5/+5
* dm: pci: Break out the common region display codeSimon Glass2016-03-141-34/+17
* dm: Drop the block_dev_desc_t typedefSimon Glass2016-03-147-21/+21
* dm: core: make simple-bus compatible to simple-mfdMasahiro Yamada2016-03-141-0/+1
* dm: Use uclass_first_device_err() where it is usefulSimon Glass2016-03-146-17/+7
* dm: core: Add uclass_first_device_err() to return a valid deviceSimon Glass2016-03-141-0/+13
* sf: Correct data types in stm_is_locked_sr()Marek Vasut2016-03-121-3/+3
* dm: ti_qspi: Fix conversion of address to a pointerLokesh Vutla2016-03-121-3/+7
* pinctrl: uniphier: guard uniphier directory with CONFIG_PINCTRL_UNIPHIERMasahiro Yamada2016-03-093-9/+9
* pinctrl: uniphier: set input-enable before pin-muxingMasahiro Yamada2016-03-091-3/+3
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-03-043-2/+12
|\
| * usb: dwc2: disable erroneous overcurrent conditionDinh Nguyen2016-03-052-1/+5
| * usb: gadget: composite: Correct recovery path for registerSam Protsenko2016-03-011-1/+7
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2016-02-296-0/+912
|\ \
| * | mmc: uniphier: add driver for UniPhier SD/MMC host controllerMasahiro Yamada2016-02-293-0/+758
| * | gpio: uniphier: add driver for UniPhier GPIO controllerMasahiro Yamada2016-02-293-0/+154
| |/
* | Revert "dm: ns16550: Add support for reg-offset property"Tom Rini2016-02-291-4/+2
|/
* Merge git://git.denx.de/u-boot-usbTom Rini2016-02-261-1/+1
|\
| * usb: ehci: Fix warning on aarch64Marek Vasut2016-02-261-1/+1
* | Merge git://git.denx.de/u-boot-dmTom Rini2016-02-267-15/+41
|\ \
| * | pci: Fix compiler warnings in dm_pciauto_setup_device()Bin Meng2016-02-261-1/+1
| * | spi: Correct two error return valuesSimon Glass2016-02-262-4/+2
| * | sandbox: spi: Remove an incorrect free()Simon Glass2016-02-261-1/+0
| * | sandbox: spi: Add more debugging to SPI emulationSimon Glass2016-02-261-3/+10
| * | sandbox: timer: Support the early timerSimon Glass2016-02-261-3/+15
| * | timer: Provide an early timerSimon Glass2016-02-261-0/+10
| * | timer: Support tracing fullySimon Glass2016-02-261-3/+3
| |/
* | net: phy: atheros: Fix problem with phy_reset() clearing BMCRAlison Wang2016-02-261-0/+3
|/
* serial: dcc: Move driver to DMMichal Simek2016-02-252-25/+49
* Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini2016-02-246-27/+26
|\
| * fastboot: update error and warning messagesSteve Rae2016-02-241-5/+5
| * usb: eth: fix memalign() parameter orderStephen Warren2016-02-241-1/+1
| * dfu: usb: f_dfu: Set deferred call for dfu_flush() functionLukasz Majewski2016-02-241-8/+3
| * usb: ehci: Be explicit about the BE IO accessorsMarek Vasut2016-02-241-2/+3
| * usb: ehci: Clear USBMODE_BE on LE MMIOMarek Vasut2016-02-241-0/+2
| * usb: ehci: Implement V2P mappingMarek Vasut2016-02-241-10/+9
| * usb: ehci: Use map_physmem in ehci-genericMarek Vasut2016-02-241-1/+3
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2016-02-2413-323/+187
|\ \
| * | board: ls1043ardb: Add micro QE support for ls1043ardbZhao Qiang2016-02-241-4/+2
| * | driver: qe: Mask the codes not used for micro QEZhao Qiang2016-02-241-0/+6
| * | driver/fm: fdt.c: fix fdt_fixup_fman_firmware() to support ARM platformsQianyu Gong2016-02-241-5/+6
| * | fm: fdt: Move fman ucode fixup to driver codeQianyu Gong2016-02-242-0/+129
| * | qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong2016-02-249-307/+8
| * | powerpc/SECURE_BOOT: Add PAMU driverAneesh Bansal2016-02-241-0/+23
| * | drivers/crypto/fsl : Allocate output ring with size aligned to CACHELNE SIZERuchika Gupta2016-02-242-12/+18
* | | pmic: tps65218: add useful functions and definesNikita Kiryanov2016-02-241-0/+56
* | | pci_rom: fix may be used uninitialized warningAndreas Bießmann2016-02-241-1/+1
* | | stm32: add support for stm32f7 & stm32f746 discovery boardVikas Manocha2016-02-241-3/+3
* | | stm32x7: add support for stm32x7 serial driverVikas Manocha2016-02-243-0/+121
OpenPOWER on IntegriCloud