commit | 32b53076c31ce9159740b744d5eb5d9505312add | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Dec 24 14:52:43 2009 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Dec 24 14:52:43 2009 +0900 |
tree | 6687980a51c74629085eb8fa2e62172f480b3d53 | |
parent | 154280fd0e890814a249bf4a79b4340fb367f1a7 [diff] |
serial: sh-sci: Convert tremaining ctrl_xxx I/O routines to __raw_xxx. ctrl_xxx() is an antiquated SH interface, while __raw_xxx is the standard API that accomplishes the same thing. As such, this converts the remaining sh-sci straggles over, which enables the driver to be wired up for ARM SH-Mobile CPUs as well. Signed-off-by: Paul Mundt <lethal@linux-sh.org>