summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-28usb: hub: Add 3.0 hub port status mask of 2.0 hubBin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: hub: Revise wLength for 'get port status' requestBin Meng
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-27rockchip: puma-rk3399: remove duplicate code (merge artifact)Kever Yang
2017-07-27rockchip: add u-boot specific dts for rk3036 sdkAndy Yan
2017-07-27rockchip: use puts instead of printf when back to bootromAndy Yan
2017-07-27rockchip: enable SPL_LIBGENERIC for rk3036 based boardsAndy Yan
2017-07-27rockchip: disable SPL_ARCH_MEMCPY/MEMSET for rk3036Andy Yan
2017-07-27rockchip: set malloc pool size to 0 before relocation in spl state on rk3036 ...Andy Yan
2017-07-27sandbox: use CONFIG_VAL(SYS_MALLOC_F_LEN) to distinguish malloc pool size bef...Andy Yan
2017-07-27microblaze: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-...Andy Yan
2017-07-27powerpc: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan
2017-07-27mips: spl: configure SYS_MALLOC_F_LEN independently for SPL and full U-BootAndy Yan
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-27rockchip: firefly: Add "usb start" to auto-start USB deviceLeo Wen
2017-07-27rockchip: firefly: Set the environment variable 'usbkbd' to the stdinLeo Wen
2017-07-27rockchip: firefly: Add some macros to enable the usb keyboardLeo Wen
2017-07-27rockchip: rk3399: enable SPL_SERIAL_SUPPORT and SPL_DRIVERS_MISC_SUPPORT via ...Philipp Tomsich
2017-07-27rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier
2017-07-27rockchip: use UUID for root partitionsKever Yang
2017-07-27rockchip: dts: rk3399-puma: put EFI partition entries at 2MBPhilipp Tomsich
2017-07-27rockchip: dts: rk3399-puma: put environment (in MMC/SD configurations) before...Philipp Tomsich
2017-07-27rockchip: clk: rk3399: remove unused fields from priv-structuresPhilipp Tomsich
2017-07-27rockchip: clk: rk3368: remove unused fields from rk3368_clk_privPhilipp Tomsich
2017-07-27rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich
2017-07-27rockchip: spl: make boot0 hook TPL safePhilipp Tomsich
2017-07-27rockchip: pwm: add mask for config settingKever Yang
2017-07-27power: pwm_regulator: remove redundant codeKever Yang