Re: [PATCH 4/4] firmware: qcom: scm: Move the scm driver to drivers/firmware

2015-02-27 Thread Kumar Gala
On Feb 27, 2015, at 12:58 PM, Stephen Boyd wrote: > On 02/26/15 13:59, Kumar Gala wrote: >> 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

[PATCH 4/4] firmware: qcom: scm: Move the scm driver to drivers/firmware

2015-02-27 Thread Kumar Gala
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 --- v2: * Moved to -M style diff output * Added in missing incl

Re: [PATCH 4/4] firmware: qcom: scm: Move the scm driver to drivers/firmware

2015-02-27 Thread Stephen Boyd
On 02/26/15 13:59, Kumar Gala wrote: > 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 > --- > MAINTA

[PATCH 4/4] firmware: qcom: scm: Move the scm driver to drivers/firmware

2015-02-26 Thread Kumar Gala
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 --- MAINTAINERS | 1 + arch/arm/mach-qcom/K