summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng
2017-07-28usb: hub: Update handling connect status/change in usb_scan_port()Bin Meng
2017-07-28usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng
2017-07-28usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng
2017-07-28usb: xhci: Correct command TRB 4th dword initializationBin Meng
2017-07-28usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng
2017-07-28usb: host: ohci-generic: add generic PHY supportPatrice Chotard
2017-07-28usb: host: ohci-generic: add RESET supportPatrice Chotard
2017-07-28usb: host: ohci-generic: add CLOCK supportPatrice Chotard
2017-07-28usb: host: ehci-generic: add generic PHY supportPatrice Chotard
2017-07-28usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard
2017-07-28usb: host: ehci-generic: replace printf() by error()Patrice Chotard
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard
2017-07-28clk: add clk_release_all()Patrice Chotard
2017-07-28reset: add reset_release_all()Patrice Chotard
2017-07-28reset: add reset_request()Patrice Chotard
2017-07-28usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard
2017-07-28drivers: phy: add generic_phy_valid() methodPatrice Chotard
2017-07-28drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard
2017-07-28usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard
2017-07-28usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard
2017-07-28usb: add static to local symbolsMasahiro Yamada
2017-07-28dm: tegra: Move nyan-big, jetson-tk1/tx1, beaver to livetreeSimon Glass
2017-07-28fdtdec: Drop old compatible valuesSimon Glass
2017-07-28dm: power: Convert as3722 to driver modelSimon Glass
2017-07-28power: Add a GPIO driver for the as3722 PMICSimon Glass
2017-07-28power: Add a regulator driver for the as3722 PMICSimon Glass
2017-07-28dm: tegra: pci: Convert to livetreeSimon Glass
2017-07-28dm: tegra: mmc: Convert to livetreeSimon Glass
2017-07-28dm: tegra: pwm: Convert to livetreeSimon Glass
2017-07-28dm: tegra: i2c: Convert to livetreeSimon Glass
2017-07-28dm: tegra: spi: Convert to livetreeSimon Glass
2017-07-28dm: tegra: usb: Convert to livetreeSimon Glass
2017-07-28dm: tegra: gpio: Convert to support livetreeSimon Glass
2017-07-28tegra: dts: Move stdout-path to /chosenSimon Glass
2017-07-28dm: video: tegra124: Convert to livetreeSimon Glass
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass
2017-07-28dm: tegra: Convert USB setup to livetreeSimon Glass
2017-07-28tegra: tegra124: Add a PMC syscon driverSimon Glass
2017-07-28tegra: spl: Enable debug UARTSimon Glass
2017-07-28dm: core: Fix up ofnode_get_addr_index() for 64-bit valuesSimon Glass
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass
2017-07-28console: simplify puts()Masahiro Yamada
2017-07-28sandbox: remove os_putc() and os_puts()Masahiro Yamada
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada
2017-07-28dm: Fix typo in include-guard for dm-structs.hPhilipp Tomsich
2017-07-28cmd: scsi: Fix null pointer dereference in 'scsi reset'Bin Meng
2017-07-28dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng
2017-07-28efi_loader: Add an EFI_CALL() macroRob Clark
2017-07-28efi_loader: only evaluate EFI_EXIT()'s ret onceRob Clark