memory: Move TI_AEMIF config to KCONFIGNot all Keystone2 devices has AEMIF NAND controller. So adding Kconfigentry for CONFIG_TI_AEMIF and enabling it in respective defconfigs onplatforms with AE
memory: Move TI_AEMIF config to KCONFIGNot all Keystone2 devices has AEMIF NAND controller. So adding Kconfigentry for CONFIG_TI_AEMIF and enabling it in respective defconfigs onplatforms with AEMIF controller.Reported-by: Nishanth Menon <nm@ti.com>Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>Reviewed-by: Tom Rini <trini@konsulko.com>
show more ...
Various Makefiles: Add SPDX-License-Identifier tagsAfter consulting with some of the SPDX team, the conclusion is thatMakefiles are worth adding SPDX-License-Identifier tags too, and most ofours
Various Makefiles: Add SPDX-License-Identifier tagsAfter consulting with some of the SPDX team, the conclusion is thatMakefiles are worth adding SPDX-License-Identifier tags too, and most ofours have one. This adds tags to ones that lack them and converts a fewthat had full (or in one case, very partial) license blobs into theequivalent tag.Cc: Kate Stewart <kstewart@linuxfoundation.org>Signed-off-by: Tom Rini <trini@konsulko.com>
ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.cMove AEMIF driver to drivers/memory/ti-aemif.c along with AEMIFdefinitions collected in arch/arm/include/asm/ti-common/ti-aemif.
ARM: keystone: aemif: move aemif driver to drivers/memory/ti-aemif.cMove AEMIF driver to drivers/memory/ti-aemif.c along with AEMIFdefinitions collected in arch/arm/include/asm/ti-common/ti-aemif.hAcked-by: Vitaly Andrianov <vitalya@ti.com>Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@ti.com>