summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-07-28usb: hub: Add a new API to test if a hub device is root hubBin Meng
2017-07-28usb: hub: Use 'struct usb_hub_device' as hub device's uclass_privBin Meng
2017-07-28usb: xhci-pci: Clean up the driver a little bitBin Meng
2017-07-28usb: xhci-pci: Drop non-DM version of xhci-pci driverBin Meng
2017-07-28usb: xhci: Convert CONFIG_USB_XHCI_PCI to KconfigBin Meng
2017-07-28usb: ehci: Get rid of CONFIG_SYS_USB_EHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: xhci: Get rid of CONFIG_SYS_USB_XHCI_MAX_ROOT_PORTSBin Meng
2017-07-28usb: xhci: Change MAX_HC_PORTS to 255Bin Meng
2017-07-28usb: hub: Change USB hub descriptor to match USB 3.0 hubsBin Meng
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin 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: 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-27spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan
2017-07-27rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier
2017-07-27rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich
2017-07-27rockchip: pwm: add mask for config settingKever Yang
2017-07-27power: pwm_regulator: remove redundant codeKever Yang
2017-07-27power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang
2017-07-27rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMACRomain Perier
2017-07-27rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier
2017-07-27rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich
2017-07-26Merge git://git.denx.de/u-boot-uniphierTom Rini
2017-07-26ram: stm32: add stm32h7 supportPatrice Chotard
2017-07-26ram: stm32: add second SDRAM bank managementPatrice Chotard
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard
2017-07-26ram: stm32: get base address from DTPatrice Chotard
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard
2017-07-26clk: stm32f7: remove clock_get()Patrice Chotard
2017-07-26spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard
2017-07-26clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard
2017-07-26clk: stm32f7: add clock .get_rate() callbackPatrice Chotard