]> git.baikalelectronics.ru Git - uboot.git/commit
remoteproc: k3_rproc: Rename to ti_k3_arm64_rproc
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 7 Jun 2019 13:55:59 +0000 (19:25 +0530)
committerTom Rini <trini@konsulko.com>
Sat, 27 Jul 2019 01:49:25 +0000 (21:49 -0400)
commit68073dcd3dc95235aca25091236d3e2b2848551b
tree8fa1b5f50afd7968e08b01dbd5ab4b10f8b2eff6
parent0b7582f40f74c147c9fb926fd200c859bdf51b97
remoteproc: k3_rproc: Rename to ti_k3_arm64_rproc

k3_rproc driver is specifically meant for controlling an arm64
core using TISCI protocol. So rename the driver, Kconfig symbol,
compatible and functions accordingly.

While at it drop this remoteproc selection for a53 defconfig.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
configs/am65x_evm_a53_defconfig
configs/am65x_evm_r5_defconfig
configs/am65x_hs_evm_a53_defconfig
configs/am65x_hs_evm_r5_defconfig
drivers/remoteproc/Kconfig
drivers/remoteproc/Makefile
drivers/remoteproc/k3_rproc.c [deleted file]
drivers/remoteproc/ti_k3_arm64_rproc.c [new file with mode: 0644]