summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-atmelTom Rini2015-11-30-0/+308
|\
| * gpio: atmel: Add the PIO4 driver supportWenyou Yang2015-11-30-0/+308
* | Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini2015-11-30-285/+1357
|\ \
| * | net: phy: added aquantia PHY AQR405 supportShaohui Xie2015-11-30-0/+15
| * | drivers/ddr/fsl: Fix typo in BIST test for DDR4York Sun2015-11-30-12/+12
| * | drivers/ddr/fsl: Enable detection of one DDR controller operation for LSCH3York Sun2015-11-30-0/+41
| * | pci/layerscape: add support for LS1043A PCIe LUT register accessMingkai Hu2015-11-30-7/+7
| * | armv8: ls2085a: Add support of LS2085A SoCPrabhakar Kushwaha2015-11-30-3/+4
| * | armv8: LS2080A: Rename LS2085A to reflect LS2080APrabhakar Kushwaha2015-11-30-5/+8
| * | driver: net: ldpaa: Fix Rx buffer alignmentPrabhakar Kushwaha2015-11-30-6/+11
| * | driver: net: ldpaa: Add debug informationPrabhakar Kushwaha2015-11-30-0/+123
| * | driver: net: ldpaa: Use DPMAC as net devicePrabhakar Kushwaha2015-11-30-44/+142
| * | driver: net: fsl-mc: Create DPAA2 object at run-timePrabhakar Kushwaha2015-11-30-36/+435
| * | driver: net: fsl-mc: Add DPAA2 commands to manage MCPrabhakar Kushwaha2015-11-30-198/+184
| * | driver: net: fsl-mc: Increase MC command timeoutPrabhakar Kushwaha2015-11-30-1/+1
| * | driver: ldpaa: Add api to return linked PHY ID of DPMACPrabhakar Kushwaha2015-11-30-0/+12
| * | driver: net: fsl-mc: Add APIs for DPMAC objects in FLIBPrabhakar Kushwaha2015-11-30-1/+224
| * | driver: net: fsl-mc: Add create, destroy APIs in flibsPrabhakar Kushwaha2015-11-30-0/+167
| * | armv8: lsch3: Fix lane protocol parsing logicPrabhakar Kushwaha2015-11-30-8/+7
| |/
* | Merge git://git.denx.de/u-boot-socfpgaTom Rini2015-11-30-8/+21
|\ \
| * | mmc: socfpga_dw_mmc: Move drvsel and smplsel to dtsChin Liang See2015-11-30-8/+21
| |/
* | Merge branch 'master' of git://git.denx.de/u-boot-videoTom Rini2015-11-30-1/+2
|\ \ | |/ |/|
| * video: ipu: fix out of bounds accessPeng Fan2015-11-30-1/+2
* | pci: fix address range check in __pci_hose_phys_to_bus()Marcel Ziswiler2015-11-23-1/+1
* | i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher2015-11-23-1/+1
* | Merge branch 'master' of http://git.denx.de/u-boot-sunxiTom Rini2015-11-22-2/+15
|\ \
| * | sunxi: Add basic H3 supportJens Kuske2015-11-22-2/+3
| * | sunxi: musb: Implement dfu_usb_get_reset()Siarhei Siamashka2015-11-22-0/+12
* | | ns16550: move CONFIG_SYS_NS16550 to KconfigThomas Chou2015-11-21-0/+10
* | | ns16550: zap CONFIG_NS16550_SERIALThomas Chou2015-11-21-16/+0
* | | ns16550: unify serial_omapThomas Chou2015-11-21-55/+0
* | | ns16550: unify serial_tegraThomas Chou2015-11-21-55/+0
* | | ns16550: unify serial_dwThomas Chou2015-11-21-40/+0
* | | ns16550: unify serial_keystoneThomas Chou2015-11-21-49/+0
* | | ns16550: unify serial_rockchipThomas Chou2015-11-21-54/+1
* | | ns16550: unify serial_ppcThomas Chou2015-11-21-42/+1
* | | ns16550: unify serial_x86Thomas Chou2015-11-20-55/+1
* | | ns16550: add generic binding to unify the driversThomas Chou2015-11-20-0/+55
* | | ns16550: change map_sysmem to map_physmemThomas Chou2015-11-20-3/+2
* | | debug_uart: restore ns16550 as defaultThomas Chou2015-11-20-0/+1
|/ /
* | usb: sandbox: Add a USB emulation driverSimon Glass2015-11-19-0/+242
* | usb: sandbox: Add support for interrupt operationsSimon Glass2015-11-19-0/+31
* | dm: usb: Remove inactive children after a bus scanSimon Glass2015-11-19-0/+23
* | dm: usb: Deprecate usb_get_dev_index()Simon Glass2015-11-19-0/+9
* | Revert "dm: Export device_remove_children / device_unbind_children"Simon Glass2015-11-19-4/+18
* | Revert "dm: usb: Use device_unbind_children to clean up usb devs on stop"Simon Glass2015-11-19-3/+0
* | Revert "dm: usb: Rename usb_find_child to usb_find_emul_child"Simon Glass2015-11-19-9/+10
* | sandbox: usb: Allow finding a USB emulator for a deviceSimon Glass2015-11-19-2/+15
* | sandbox: usb: Allow up to 4 emulated devices on a hubSimon Glass2015-11-19-1/+1
* | sandbox: usb: Allow dynamic emulated USB device descriptorsSimon Glass2015-11-19-20/+28