10.04.2019 11:57, Thierry Reding пишет: > From: Thierry Reding <treding@xxxxxxxxxx> > > Move the Trusted Foundations support out of arch/arm/firmware and into > drivers/firmware where most other firmware support implementations are > located. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > arch/arm/Kconfig | 2 -- > arch/arm/Makefile | 1 - > arch/arm/firmware/Kconfig | 29 ------------------- > arch/arm/firmware/Makefile | 4 --- > arch/arm/mach-tegra/Kconfig | 2 +- > arch/arm/mach-tegra/cpuidle-tegra114.c | 3 +- > arch/arm/mach-tegra/pm.c | 3 +- > arch/arm/mach-tegra/reset.c | 3 +- > arch/arm/mach-tegra/tegra.c | 3 +- > drivers/firmware/Kconfig | 15 ++++++++++ > drivers/firmware/Makefile | 1 + > .../firmware/trusted_foundations.c | 4 ++- > .../linux/firmware}/trusted_foundations.h | 4 +-- > 13 files changed, 30 insertions(+), 44 deletions(-) Please add the MAINTAINERS entry for the driver.