commit | f68205a7f8c0b1fd02cec6116bbb66bb4fd7bc51 | [log] [tgz] |
---|---|---|
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | Thu Nov 14 11:35:36 2013 +0200 |
committer | Mark Brown <broonie@linaro.org> | Tue Dec 10 11:22:16 2013 +0000 |
tree | 0dee6fcafd3aadc173577d091cf1fc1e84e890c5 | |
parent | 453c499028bf2ecf3b31ccb7c3657fe1b0b28943 [diff] |
ASoC: davinci-mcasp: Change IO functions parameter list Instead of passing __iomem address (mcasp->base + register_offset) pass the main mcasp structure and only access the mcasp->base in the low level IO functions. In most cases this helps with code readability and it will make it easier to switch over to regmap in the future. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@linaro.org>