commit | af4e944dbda418034d1b08628b10e753369fbdc7 | [log] [tgz] |
---|---|---|
author | Shubhrajyoti D <shubhrajyoti@ti.com> | Wed Aug 22 11:35:13 2012 +0530 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Wed Aug 22 17:58:01 2012 +0100 |
tree | 79b56d897b97536452aac67d8e2c46da8a356f63 | |
parent | b2af045c70aa60f7231b22a363d74a1ab5a6297b [diff] |
spi: omap2-mcspi: Remove the macro MOD_REG_BIT Remove the macro MOD_REG_BIT instead make the bit field modifications directly. This deletes a branch operation in cases where the the set is predecided. While at it optimise two sequential bit clear in one step. Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Shubhrajyoti D <shubhrajyoti@ti.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>