Masahiro Yamada
9009b45581
.gitignore: prefix local generated files with a slash
...
The pattern prefixed with '/' matches files in the same directory,
but not ones in sub-directories.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Acked-by: Miguel Ojeda <ojeda@kernel.org >
Acked-by: Rob Herring <robh@kernel.org >
Acked-by: Andra Paraschiv <andraprs@amazon.com >
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
Acked-by: Gabriel Krisman Bertazi <krisman@collabora.com >
2021-05-02 00:43:35 +09:00
Masahiro Yamada
d198b34f38
.gitignore: add SPDX License Identifier
...
Add SPDX License Identifier to all .gitignore files.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2020-03-25 11:50:48 +01:00
Masahiro Yamada
eef58fdd01
memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/
...
<generated/ti-emif-asm-offsets.h> is only generated and included
by drivers/memory/, so it does not need to reside in the globally
visible include/generated/.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Acked-by: Santosh Shilimkar <ssantosh@kernel.org >
2019-07-17 10:25:10 +09:00