summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | usb: xhci: Initialize scratchpad buffer array and scratchpad buffersBin Meng2017-07-282-2/+95
| * | 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
* | | dm: power: Convert as3722 to driver modelSimon Glass2017-07-282-195/+99
* | | power: Add a GPIO driver for the as3722 PMICSimon Glass2017-07-281-0/+120
* | | power: Add a regulator driver for the as3722 PMICSimon Glass2017-07-283-0/+159
* | | dm: tegra: pci: Convert to livetreeSimon Glass2017-07-281-29/+24
* | | dm: tegra: mmc: Convert to livetreeSimon Glass2017-07-281-10/+7
* | | dm: tegra: pwm: Convert to livetreeSimon Glass2017-07-281-1/+1
* | | dm: tegra: i2c: Convert to livetreeSimon Glass2017-07-281-2/+5
* | | dm: tegra: spi: Convert to livetreeSimon Glass2017-07-281-8/+5
* | | dm: tegra: usb: Convert to livetreeSimon Glass2017-07-281-20/+14
* | | dm: tegra: gpio: Convert to support livetreeSimon Glass2017-07-281-4/+6
* | | dm: video: tegra124: Convert to livetreeSimon Glass2017-07-283-25/+11
* | | dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass2017-07-285-5/+5
* | | dm: core: Fix up ofnode_get_addr_index() for 64-bit valuesSimon Glass2017-07-281-4/+5
* | | dm: core: Add ofnode_read_resource()Simon Glass2017-07-283-24/+27
* | | dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada2017-07-281-1/+1
* | | dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng2017-07-281-5/+0
|/ /
* | 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