summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.denx.de/u-boot-i2cTom Rini2018-09-142-320/+0
|\
| * i2c: Drop CONFIG_SYS_I2C_MXSTuomas Tynkkynen2018-09-142-320/+0
* | MMC: davinici_mmc: Enable CD and WP with DM and OF_CONTROLAdam Ford2018-09-111-0/+41
* | MMC: Enable DM_MMC for DavinciAdam Ford2018-09-111-11/+147
* | mmc: omap_hsmmc: Make DM_GPIO calls dependent on DM_GPIOAdam Ford2018-09-111-5/+9
* | DM: omap_gpio: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-3/+4
* | DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-6/+10
* | DM: I2C: Reduce overhead when used with OF_PLATDATAAdam Ford2018-09-111-4/+4
* | regulator: pbias: Add additional compatible flagsAdam Ford2018-09-111-0/+4
* | GPIO: omap_gpio: Fix gpio name names with device treeAdam Ford2018-09-111-3/+1
* | dm: gpio: da8xx_gpio: Add support for GPIO_ACTIVE_LOW/HIGHAdam Ford2018-09-111-0/+13
* | DM: GPIO: Fix da8xx GPIO indexing over GPIO 32Adam Ford2018-09-111-7/+15
|/
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2018-09-111-1/+3
|\
| * mmc: uniphier-sd: sync with LinuxMasahiro Yamada2018-09-111-1/+3
* | Merge tag 'fpga-for-v2018.11' of git://git.denx.de/u-boot-microblazeTom Rini2018-09-111-8/+8
|\ \
| * | fpga: Kconfig: Replace spaces with tabsMichal Simek2018-09-111-8/+8
| |/
* | mmc: k3_arasan: Add sdhci driver support for K3 family SoCsLokesh Vutla2018-09-113-0/+119
* | spl: Allow remoteproc drivers to be used within SPLLokesh Vutla2018-09-112-2/+2
* | remoteproc: Introduce K3 remoteproc driverLokesh Vutla2018-09-113-0/+254
* | remoteproc: Introduce K3 system controllerLokesh Vutla2018-09-113-0/+333
* | remoteproc: Allow for individual remoteproc initializationLokesh Vutla2018-09-111-0/+19
* | spl: Allow mailbox drivers to be used within SPLLokesh Vutla2018-09-112-1/+2
* | mailbox: Introduce K3 Secure Proxy DriverLokesh Vutla2018-09-113-0/+449
* | sysreset: Add TI System Control Interface (TI SCI) sysreset driverAndreas Dannenberg2018-09-113-0/+81
* | power domain: Introduce TI System Control Interface (TI SCI) power domain driverAndreas Dannenberg2018-09-113-0/+115
* | power domain: Add support for multiple powerdomains per deviceLokesh Vutla2018-09-111-2/+9
* | clk: Introduce TI System Control Interface (TI SCI) clock driverAndreas Dannenberg2018-09-113-0/+226
* | reset: Introduce TI System Control Interface (TI SCI) reset driverAndreas Dannenberg2018-09-113-0/+215
* | dm: reset: Update uclass to allow querying reset statusAndreas Dannenberg2018-09-111-0/+9
* | dm: firmware: Automatically bind child devicesAndreas Dannenberg2018-09-111-0/+3
* | firmware: ti_sci: Add support for processor control servicesLokesh Vutla2018-09-112-0/+552
* | firmware: ti_sci: Add support for reboot core serviceAndreas Dannenberg2018-09-112-0/+58
* | firmware: ti_sci: Add support for clock controlLokesh Vutla2018-09-112-0/+928
* | firmware: ti_sci: Add support for device controlAndreas Dannenberg2018-09-112-0/+489
* | firmware: ti_sci: Add support for board configurationAndreas Dannenberg2018-09-112-0/+158
* | firmware: Add basic support for TI System Control Interface (TI SCI) protocolLokesh Vutla2018-09-114-0/+542
* | arm: K3: Add initial support for TI's K3 generation of SoCsLokesh Vutla2018-09-111-1/+1
* | serial: omap: Introduce DM specific omap serialLokesh Vutla2018-09-104-44/+139
* | serial: arm_dcc: Add DCC support for V7R based coresLokesh Vutla2018-09-101-1/+1
* | pinctrl: Fix build warning with ARM64Lokesh Vutla2018-09-101-3/+3
* | dm: omap-timer: Update clock rate only if not populatedLokesh Vutla2018-09-101-1/+2
* | dm: omap-timer: Use 64bit for counter valuesLokesh Vutla2018-09-101-1/+2
* | mmc: fsl_esdhc: enable HS400 featurePeng Fan2018-09-101-1/+35
* | mmc: add HS400 supportPeng Fan2018-09-102-27/+123
* | gpio: stm32f7: replace ODR update by BSRR writePatrice Chotard2018-09-101-6/+5
* | clk: clk_meson: Add mux and div support for reparent and rate settingNeil Armstrong2018-09-101-5/+528
* | power: domain: Add the VPU Power Domain driverNeil Armstrong2018-09-103-0/+206
* | Remove <inttypes.h> includes and PRI* usages in printf() entirelyMasahiro Yamada2018-09-103-10/+6
* | sandbox: Add serial testPatrice Chotard2018-09-101-0/+14
* | serial: stm32: Replace setparity by setconfigPatrice Chotard2018-09-101-6/+15