summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
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-28dm: power: Convert as3722 to driver modelSimon Glass
2017-07-28power: Add a GPIO driver for the as3722 PMICSimon Glass
2017-07-28power: Add a regulator driver for the as3722 PMICSimon Glass
2017-07-28dm: tegra: pci: Convert to livetreeSimon Glass
2017-07-28dm: tegra: mmc: Convert to livetreeSimon Glass
2017-07-28dm: tegra: pwm: Convert to livetreeSimon Glass
2017-07-28dm: tegra: i2c: Convert to livetreeSimon Glass
2017-07-28dm: tegra: spi: Convert to livetreeSimon Glass
2017-07-28dm: tegra: usb: Convert to livetreeSimon Glass
2017-07-28dm: tegra: gpio: Convert to support livetreeSimon Glass
2017-07-28dm: video: tegra124: Convert to livetreeSimon Glass
2017-07-28dm: tegra: Convert clock_decode_periph_id() to support livetreeSimon Glass
2017-07-28dm: core: Fix up ofnode_get_addr_index() for 64-bit valuesSimon Glass
2017-07-28dm: core: Add ofnode_read_resource()Simon Glass
2017-07-28dm: ofnode: change return type of dev_read_prop() to opaque pointerMasahiro Yamada
2017-07-28dm: ahci: Avoid scsi_scan_dev() in ahci_probe_scsi()Bin Meng
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
2017-07-26clk: stm32f7: get RCC base address from DTPatrice Chotard
2017-07-26clk: stm32f7: add static for configure_clocks()Patrice Chotard