aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-09-11remoteproc: Introduce K3 remoteproc driverLokesh Vutla3-0/+254
2018-09-11remoteproc: Introduce K3 system controllerLokesh Vutla3-0/+333
2018-09-11remoteproc: Allow for individual remoteproc initializationLokesh Vutla1-0/+19
2018-09-11spl: Allow mailbox drivers to be used within SPLLokesh Vutla2-1/+2
2018-09-11mailbox: Introduce K3 Secure Proxy DriverLokesh Vutla3-0/+449
2018-09-11sysreset: Add TI System Control Interface (TI SCI) sysreset driverAndreas Dannenberg3-0/+81
2018-09-11power domain: Introduce TI System Control Interface (TI SCI) power domain driverAndreas Dannenberg3-0/+115
2018-09-11power domain: Add support for multiple powerdomains per deviceLokesh Vutla1-2/+9
2018-09-11clk: Introduce TI System Control Interface (TI SCI) clock driverAndreas Dannenberg3-0/+226
2018-09-11reset: Introduce TI System Control Interface (TI SCI) reset driverAndreas Dannenberg3-0/+215
2018-09-11dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg1-0/+9
2018-09-11dm: firmware: Automatically bind child devicesAndreas Dannenberg1-0/+3
2018-09-11firmware: ti_sci: Add support for processor control servicesLokesh Vutla2-0/+552
2018-09-11firmware: ti_sci: Add support for reboot core serviceAndreas Dannenberg2-0/+58
2018-09-11firmware: ti_sci: Add support for clock controlLokesh Vutla2-0/+928
2018-09-11firmware: ti_sci: Add support for device controlAndreas Dannenberg2-0/+489
2018-09-11firmware: ti_sci: Add support for board configurationAndreas Dannenberg2-0/+158
2018-09-11firmware: Add basic support for TI System Control Interface (TI SCI) protocolLokesh Vutla4-0/+542
2018-09-11arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla1-1/+1
2018-09-10serial: omap: Introduce DM specific omap serialLokesh Vutla4-44/+139
2018-09-10serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla1-1/+1
2018-09-10pinctrl: Fix build warning with ARM64Lokesh Vutla1-3/+3
2018-09-10dm: omap-timer: Update clock rate only if not populatedLokesh Vutla1-1/+2
2018-09-10dm: omap-timer: Use 64bit for counter valuesLokesh Vutla1-1/+2
2018-09-10mmc: fsl_esdhc: enable HS400 featurePeng Fan1-1/+35
2018-09-10mmc: add HS400 supportPeng Fan2-27/+123
2018-09-10gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard1-6/+5
2018-09-10clk: clk_meson: Add mux and div support for reparent and rate settingNeil Armstrong1-5/+528
2018-09-10power: domain: Add the VPU Power Domain driverNeil Armstrong3-0/+206
2018-09-10Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada3-10/+6
2018-09-10sandbox: Add serial testPatrice Chotard1-0/+14
2018-09-10serial: stm32: Replace setparity by setconfigPatrice Chotard1-6/+15
2018-09-10dm: serial: Replace setparity by setconfigPatrice Chotard1-0/+16
2018-09-10serial: protect access to serial rx bufferPatrick Delaunay1-0/+3
2018-09-10mtd: nand: denali: fix unaligned cache operations on ARMv7 SoCsMasahiro Yamada1-0/+4
2018-09-04Merge branch 'master' of git://git.denx.de/u-boot-imxTom Rini1-1/+1
2018-09-04watchdog: mx25: use the imx_watchdog driver for mx25Martin Kaiser1-1/+1
2018-08-30Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2-2/+2
2018-08-30mmc: renesas-sdhi: Use priv directlyMarek Vasut1-1/+1
2018-08-29usb: dwc2: Add reset ctrl to driverLey Foon Tan1-0/+37
2018-08-28pci: rmobile: Filter out device 1 and 2Marek Vasut1-1/+1
2018-08-28usb: ehci: Add PHY support to ehci-pciMarek Vasut1-4/+27
2018-08-28usb: ehci: Make the PHY handling genericMarek Vasut3-53/+74
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini3-0/+98
2018-08-24Merge branch 'master' of git://git.denx.de/u-boot-usbTom Rini6-511/+173
2018-08-24timer: dw-apb: Add Designware APB timer driverMarek Vasut3-0/+98
2018-08-23usb: musb-new: Call musb_platform_exit from musb_stopJagan Teki1-0/+1
2018-08-23usb: musb-new: sunxi: Add proper musb exit supportJagan Teki1-21/+28
2018-08-23musb-new: sunxi: Access ahb_reset0_cfg via ccm offsetJagan Teki1-12/+28
2018-08-23usb: musb-new: sunxi: Allocate struct phy in privateJagan Teki1-13/+11