commit | 006cb8b66e18ce7aff934883f6c50e3b85052681 | [log] [tgz] |
---|---|---|
author | Stephen Boyd <sboyd@codeaurora.org> | Mon Jul 13 17:06:53 2015 -0700 |
committer | Stephen Boyd <sboyd@codeaurora.org> | Tue Jul 28 11:51:38 2015 -0700 |
tree | 24730a3edfba1951892d83dea9433f9b166f57bc | |
parent | 9298f0267c7ed620f8d8261ded8518ebf8e89f9e [diff] |
clk: h8300: Use standard Linux I/O accessors There doesn't seem to be any reason why we can't use the standard readb()/writeb() accessors here because ctrl_inb() and ctrl_outb() match the generic implementation of readb() and writeb() that the h8300 architecture uses. This allows us to test compile this driver on other architectures besides h8300. Cc: Yoshinori Sato <ysato@users.sourceforge.jp> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>