ARM: prima2: move to use REGMAP APIs for rtciobrg
authorGuo Zeng <Guo.Zeng@csr.com>
Tue, 14 Apr 2015 11:55:55 +0000 (11:55 +0000)
committerBarry Song <Baohua.Song@csr.com>
Wed, 10 Jun 2015 07:10:26 +0000 (15:10 +0800)
all devices behind rtciobrg needs a special way to access. currently they
are using a platform-specific API.
this patch moves to REGMAP, then clients can use regmap APIs to read/write.
for the moment, old APIs are still kept, once all clients move to regmap,
old APIs will be dropped.

this patch also does minor clean for comments, authors statement.

Signed-off-by: Guo Zeng <Guo.Zeng@csr.com>
Signed-off-by: Barry Song <Baohua.Song@csr.com>

No differences found