aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-28usb: hub: Send correct wValue to get hub descriptor of a USB 3.0 hubBin Meng1-0/+1
2017-07-28usb: xhci: Add input slot context in xhci_set_configuration()Bin Meng1-2/+2
2017-07-28usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2-2/+95
2017-07-28usb: xhci: Correct command TRB 4th dword initializationBin Meng1-2/+9
2017-07-28usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng1-2/+1
2017-07-28usb: host: ohci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-28usb: host: ohci-generic: add RESET supportPatrice Chotard1-2/+40
2017-07-28usb: host: ohci-generic: add CLOCK supportPatrice Chotard1-2/+53
2017-07-28usb: host: ehci-generic: add generic PHY supportPatrice Chotard1-1/+30
2017-07-28usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard1-23/+95
2017-07-28usb: host: ehci-generic: replace printf() by error()Patrice Chotard1-2/+2
2017-07-28dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2-0/+19
2017-07-28clk: add clk_release_all()Patrice Chotard1-0/+26
2017-07-28reset: add reset_release_all()Patrice Chotard1-0/+25
2017-07-28reset: add reset_request()Patrice Chotard1-0/+9
2017-07-28usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard1-0/+32
2017-07-28drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard1-0/+1
2017-07-28usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard1-0/+9
2017-07-28usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard1-0/+46
2017-07-28usb: 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
2017-07-26ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard1-36/+47
2017-07-26ram: stm32: get base address from DTPatrice Chotard1-28/+64
2017-07-26ram: stm32: migrate fmc defines in driver filePatrice Chotard1-1/+58
2017-07-26clk: stm32f7: remove clock_get()Patrice Chotard1-48/+0
2017-07-26spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard1-1/+9
2017-07-26serial: stm32x7: add clk_get_rate() supportPatrice Chotard2-10/+9
2017-07-26serial: stm32x7: migrate serial struct to driverPatrice Chotard2-1/+5
2017-07-26clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard1-3/+0
2017-07-26clk: stm32f7: add clock .get_rate() callbackPatrice Chotard1-0/+62
2017-07-26clk: stm32f7: get RCC base address from DTPatrice Chotard1-19/+38
2017-07-26clk: stm32f7: add static for configure_clocks()Patrice Chotard1-1/+1
2017-07-26pinctrl: meson: add GPIO supportBeniamino Galvani3-2/+249
2017-07-26ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada3-33/+33
2017-07-24ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan1-0/+1
2017-07-24ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan1-1/+1
2017-07-23serial: ns16550: Add RX interrupt buffer supportStefan Roese2-5/+128
2017-07-23powerpc: Remove 8260 remaindersChristophe Leroy2-7/+0
2017-07-23powerpc, 8xx: fix missing function declarations.Christophe Leroy1-0/+1