commit | 4f007b8334b9ed7170254cc784ad4f23f10192d0 | [log] [tgz] |
---|---|---|
author | Tetsuyuki Kobayashi <koba@kmckk.co.jp> | Wed Jul 25 18:24:21 2012 +0000 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Wed Oct 03 02:04:24 2012 +0200 |
tree | 5946d3924cc837eb2e3cc8049e9c44ab21b961b7 | |
parent | 170cc96f6c0e7357f8516b61d44341c53866d208 [diff] |
arm: rmobile: kzm9g: separate cpu_rev to integer and fraction According to SoC document, revision info is separated to integer part and fracton part. So I separete rmobile_get_cpu_rev() to rmobile_get_cpu_rev_integer() and rmobile_get_cpu_rev_fraction(). Signed-off-by: Tetsuyuki Kobayashi <koba@kmckk.co.jp> Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>