summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-29dfu: remove limitation on partition sizePatrick Delaunay5-9/+9
2017-07-29dfu: allow dfu read on partition greater than 2GBPatrick Delaunay5-15/+21
2017-07-29usb: gadget: f_thor: Free the allocated out request bufferSiva Durga Prasad Paladugu1-0/+1
2017-07-29usb: xhci: Enable TT to support LS/FS devices behind a HS hubBin Meng1-0/+14
2017-07-29usb: xhci: Correct TT_SLOT and TT_PORT macrosBin Meng1-2/+2
2017-07-29usb: xhci: Implement update_hub_device() operationBin Meng1-0/+59
2017-07-29dm: usb: Add a new USB controller operation 'update_hub_device'Bin Meng1-0/+11
2017-07-29usb: xhci: Program 'route string' in the input slot contextBin Meng1-1/+31
2017-07-29usb: xhci: Change xhci_setup_addressable_virt_dev() signatureBin Meng3-6/+7
2017-07-29usb: hub: Add a new API to test if a hub device is root hubBin Meng1-22/+2
2017-07-29usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng1-2/+0
2017-07-29usb: xhci-pci: Clean up the driver a little bitBin Meng1-19/+2
2017-07-29usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng2-52/+1
2017-07-29usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng1-0/+6
2017-07-29usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng2-7/+10
2017-07-29usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng2-6/+6
2017-07-29usb: xhci: Change MAX_HC_PORTS to 255Bin Meng1-3/+3
2017-07-29usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng3-5/+10
2017-07-29usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-29usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng1-2/+2
2017-07-29usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2-2/+95
2017-07-29usb: xhci: Correct command TRB 4th dword initializationBin Meng1-2/+9
2017-07-29usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng1-2/+1
2017-07-29usb: host: ohci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-29usb: host: ohci-generic: add RESET supportPatrice Chotard1-2/+40
2017-07-29usb: host: ohci-generic: add CLOCK supportPatrice Chotard1-2/+53
2017-07-29usb: host: ehci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-29usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard1-23/+95
2017-07-29usb: host: ehci-generic: replace printf() by error()Patrice Chotard1-2/+2
2017-07-29dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2-0/+19
2017-07-29clk: add clk_release_all()Patrice Chotard1-0/+26
2017-07-29reset: add reset_release_all()Patrice Chotard1-0/+25
2017-07-29reset: add reset_request()Patrice Chotard1-0/+9
2017-07-29usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard1-0/+32
2017-07-29drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard1-0/+1
2017-07-29usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard1-0/+9
2017-07-29usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard1-0/+46
2017-07-29usb: add static to local symbolsMasahiro Yamada4-13/+13
2017-07-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2-6/+6
2017-07-27rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier1-1/+9
2017-07-27rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich1-1/+1
2017-07-27rockchip: pwm: add mask for config settingKever Yang1-0/+1
2017-07-27power: pwm_regulator: remove redundant codeKever Yang1-7/+1
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang1-1/+1
2017-07-27rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMACRomain Perier1-0/+4
2017-07-27rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier1-3/+1
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich1-1/+1
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini3-33/+33
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard1-1/+24
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard1-73/+142