firmware: qcom: scm: Move the scm driver to drivers/firmware
authorKumar Gala <galak@codeaurora.org>
Thu, 26 Feb 2015 21:49:09 +0000 (15:49 -0600)
committerKumar Gala <galak@codeaurora.org>
Wed, 11 Mar 2015 20:06:38 +0000 (15:06 -0500)
commit916f743da3546c28a2f350d197e3bea95d97ba15
tree331acf806161e5db52de9c41305078217848675f
parent4de43476fc1baaf2bb7a520fc9e3b1797943b615
firmware: qcom: scm: Move the scm driver to drivers/firmware

Architectural changes in the ARM Linux kernel tree mandate the eventual
removal of the mach-* directories. Move the scm driver to
drivers/firmware and the scm header to include/linux to support that
removal.

Signed-off-by: Kumar Gala <galak@codeaurora.org>
MAINTAINERS
arch/arm/Kconfig
arch/arm/mach-qcom/Kconfig
arch/arm/mach-qcom/Makefile
arch/arm/mach-qcom/platsmp.c
arch/arm/mach-qcom/scm.c [deleted file]
arch/arm/mach-qcom/scm.h [deleted file]
drivers/firmware/Kconfig
drivers/firmware/Makefile
drivers/firmware/qcom_scm.c [new file with mode: 0644]
include/linux/qcom_scm.h [new file with mode: 0644]
This page took 0.029118 seconds and 5 git commands to generate.