commit | 5fc3e8311ccc87e9d9c9ce2aa36d0e5069e0807c | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Thu Jul 19 14:36:23 2012 +0900 |
committer | Kukjin Kim <kgene.kim@samsung.com> | Thu Jul 19 14:36:23 2012 +0900 |
tree | 36cf6ecf6a3525dec0e0583f9961755c65fc2f6d | |
parent | b1ec43084d9b53dadae64da00532e1c02444ef2c [diff] |
spi/s3c64xx: Expand S3C64XX_SPI_{DE,}ACT macros at call sites They have very few users and they're both just doing a single register write so the advantage of having the macro is a bit limited. An inline function might make sense but it's as easy to just do the writes directly. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>