sh: drivers: convert to SPDX identifiersUpdate license to use SPDX-License-Identifier instead of verbose licensetext.As original license mentioned, it is GPL-2.0 in SPDX.Then, MODULE_LICENSE()
sh: drivers: convert to SPDX identifiersUpdate license to use SPDX-License-Identifier instead of verbose licensetext.As original license mentioned, it is GPL-2.0 in SPDX.Then, MODULE_LICENSE() should be "GPL v2" instead of "GPL".See ${LINUX}/include/linux/module.h "GPL" [GNU Public License v2 or later] "GPL v2" [GNU Public License v2]Link: http://lkml.kernel.org/r/87h8fsct0a.wl-kuninori.morimoto.gx@renesas.comSigned-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>Reviewed-by: Simon Horman <horms+renesas@verge.net.au>Cc: Rich Felker <dalias@libc.org>Cc: Yoshinori Sato <ysato@users.sourceforge.jp>Signed-off-by: Andrew Morton <akpm@linux-foundation.org>Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
show more ...
sh: Mass ctrl_in/outX to __raw_read/writeX conversion.The old ctrl in/out routines are non-portable and unsuitable forcross-platform use. While drivers/sh has already been sanitized, thereis stil
sh: Mass ctrl_in/outX to __raw_read/writeX conversion.The old ctrl in/out routines are non-portable and unsuitable forcross-platform use. While drivers/sh has already been sanitized, thereis still quite a lot of code that is not. This converts the arch/sh/ bitsover, which permits us to flag the routines as deprecated whilst stillbuilding with -Werror for the architecture code, and to ensure thatfuture users are not added.Signed-off-by: Paul Mundt <lethal@linux-sh.org>
spelling fixes: arch/sh/Spelling fixes in arch/sh/.Signed-off-by: Simon Arlott <simon@fire.lp0.eu>Signed-off-by: Paul Mundt <lethal@linux-sh.org>
[PATCH] sh: SuperHyway support for SH4-202This adds support for the relatively quirky (ie, not in line with any knowndocumentation, and amazed it works at all) SuperHyway implementation onSH4-202
[PATCH] sh: SuperHyway support for SH4-202This adds support for the relatively quirky (ie, not in line with any knowndocumentation, and amazed it works at all) SuperHyway implementation onSH4-202. This depends on the earlier SuperHyway patch for multiple blocksupport and VCR refactoring.Signed-off-by: Paul Mundt <lethal@linux-sh.org>Signed-off-by: Andrew Morton <akpm@osdl.org>Signed-off-by: Linus Torvalds <torvalds@osdl.org>