summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* usb: xhci: Correct command TRB 4th dword initializationBin Meng2017-07-281-2/+9
* usb: xhci: Remove incorrect comments for struct xhci_container_ctxBin Meng2017-07-281-2/+1
* usb: host: ohci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
* usb: host: ohci-generic: add RESET supportPatrice Chotard2017-07-281-2/+40
* usb: host: ohci-generic: add CLOCK supportPatrice Chotard2017-07-281-2/+53
* usb: host: ehci-generic: add generic PHY supportPatrice Chotard2017-07-281-1/+30
* usb: host: ehci-generic: add error path and .remove callbackPatrice Chotard2017-07-281-23/+95
* usb: host: ehci-generic: replace printf() by error()Patrice Chotard2017-07-281-2/+2
* dm: core: add ofnode_count_phandle_with_args()Patrice Chotard2017-07-282-0/+19
* clk: add clk_release_all()Patrice Chotard2017-07-281-0/+26
* reset: add reset_release_all()Patrice Chotard2017-07-281-0/+25
* reset: add reset_request()Patrice Chotard2017-07-281-0/+9
* usb: host: xhci-dwc3: Add generic PHY supportPatrice Chotard2017-07-281-0/+32
* drivers: phy: Set phy->dev to NULL when generic_phy_get_by_index() failsPatrice Chotard2017-07-281-0/+1
* usb: host: xhci-dwc3: Add dual role mode support from DTPatrice Chotard2017-07-281-0/+9
* usb: host: xhci-dwc3: Convert driver to DMPatrice Chotard2017-07-281-0/+46
* usb: add static to local symbolsMasahiro Yamada2017-07-284-13/+13
* spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LENAndy Yan2017-07-272-6/+6
* rockchip: rk3288: Add support for drive-strength in PINCTRLRomain Perier2017-07-271-1/+9
* rockchip: clk: rk3368: use correct (i.e. 'rk3368_clk_priv') structure for aut...Philipp Tomsich2017-07-271-1/+1
* rockchip: pwm: add mask for config settingKever Yang2017-07-271-0/+1
* power: pwm_regulator: remove redundant codeKever Yang2017-07-271-7/+1
* power: pwm_regulator: fix the pwm_set_config parameter orderKever Yang2017-07-271-1/+1
* rockchip: rk3288: Revert MAC_TXCLK in pinctrl for GMACRomain Perier2017-07-271-0/+4
* rockchip: rk3288: Remove phy reset GPIO pull upRomain Perier2017-07-271-3/+1
* rockchip: efuse: dm: change to use dev_read_addrPhilipp Tomsich2017-07-271-1/+1
* Merge git://git.denx.de/u-boot-uniphierTom Rini2017-07-263-33/+33
|\
| * ARM: uniphier: remove SPL support for ARMv8 SoCsMasahiro Yamada2017-07-263-33/+33
* | ram: stm32: add stm32h7 supportPatrice Chotard2017-07-261-1/+24
* | ram: stm32: add second SDRAM bank managementPatrice Chotard2017-07-261-73/+142
* | ram: stm32: replace fdtdec_get by ofnode callsPatrice Chotard2017-07-261-36/+47
* | ram: stm32: get base address from DTPatrice Chotard2017-07-261-28/+64
* | ram: stm32: migrate fmc defines in driver filePatrice Chotard2017-07-261-1/+58
* | clk: stm32f7: remove clock_get()Patrice Chotard2017-07-261-48/+0
* | spi: stm32_qspi: add clk_get_rate() supportPatrice Chotard2017-07-261-1/+9
* | serial: stm32x7: add clk_get_rate() supportPatrice Chotard2017-07-262-10/+9
* | serial: stm32x7: migrate serial struct to driverPatrice Chotard2017-07-262-1/+5
* | clk: stm32f7: cleanup clocks unused definitionsPatrice Chotard2017-07-261-3/+0
* | clk: stm32f7: add clock .get_rate() callbackPatrice Chotard2017-07-261-0/+62
* | clk: stm32f7: get RCC base address from DTPatrice Chotard2017-07-261-19/+38
* | clk: stm32f7: add static for configure_clocks()Patrice Chotard2017-07-261-1/+1
* | pinctrl: meson: add GPIO supportBeniamino Galvani2017-07-263-2/+249
|/
* ubi: Kconfig: Make MTD_UBI select MTD_PARTITIONSKarl Beldan2017-07-241-0/+1
* ubi: Kconfig: Fix MTD_UBI selection dependencyKarl Beldan2017-07-241-1/+1
* serial: ns16550: Add RX interrupt buffer supportStefan Roese2017-07-232-5/+128
* powerpc: Remove 8260 remaindersChristophe Leroy2017-07-232-7/+0
* powerpc, 8xx: fix missing function declarations.Christophe Leroy2017-07-231-0/+1
* mmc: cadence: use fdt32_t for DT property value to fix sparse warningMasahiro Yamada2017-07-191-1/+1
* power: regulator: lp87565: get_enable should return integerKeerthy2017-07-191-1/+1
* power: regulator: lp873x: get_enable should return integerKeerthy2017-07-191-2/+2