From: Magnus Damm Date: Fri, 14 Dec 2012 05:54:10 +0000 (+0900) Subject: clocksource: sh_cmt: CMSTR and CMCSR register access update X-Git-Tag: omap-for-v3.10/fixes-for-merge-window~7^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=587acb3dd5cf387de1325309e831fd0f560d1bf6;p=pandora-kernel.git clocksource: sh_cmt: CMSTR and CMCSR register access update Update hardware register access code for CMSTR and CMCSR from using sh_cmt_read() and sh_cmt_write() to make use of 16-bit register access functions such as sh_cmt_read16() and sh_cmt_write16(). Also update sh_cmt_read() and sh_cmt_write() now when the special cases are gone. This patch moves us one step closer to the goal of separating counter register access functions from control control register functions. Signed-off-by: Magnus Damm Acked-by: John Stultz Tested-by: Guennadi Liakhovetski Signed-off-by: Simon Horman --- Reading git-diff-tree failed