From: Tero Kristo Date: Fri, 11 Oct 2013 16:15:33 +0000 (+0300) Subject: ARM: OMAP3: McBSP: do not access CM register directly X-Git-Tag: omap-for-v3.13/cm-scm-cleanup-signed^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a90da2ad3fdd44a6230c0e2c0a374a5cda1711c;p=pandora-kernel.git ARM: OMAP3: McBSP: do not access CM register directly McBSP driver require special hacks to enable/disable the autoidle feature for its interface clock for the proper function of the sidetone hardware. Currently the driver just writes CM registers directly, which should be avoided. Thus, changed the driver to use the new deny/allow_autoidle clock API calls. Signed-off-by: Tero Kristo Cc: Peter Ujfalusi Signed-off-by: Paul Walmsley --- Reading git-diff-tree failed