commit | 48c3fc93803a27bb9d2c79d718cf142974f080c8 | [log] [tgz] |
---|---|---|
author | Michal Nazarewicz <mina86@mina86.com> | Sun Dec 08 16:35:09 2013 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Dec 09 18:12:54 2013 +0000 |
tree | 2dc231b0ad36511d418efb0f7b053a7e6b441936 | |
parent | 6ce4eac1f600b34f2f7f58f9cd8f0503d79e42ae [diff] |
spi: tegra114: use u32 for 32-bit register values Previously used “unsigned long” may lead to confusion should the code be compiled for 64-bit machine. This commit also removes some unused fields of the tegra_spi_data structure as well as removes duplicated #defines. Signed-off-by: Michal Nazarewicz <mina86@mina86.com> Tested-by: Stephen Warren <swarren@nvidia.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>