spi: tegra114: use u32 for 32-bit register values
authorMichal Nazarewicz <mina86@mina86.com>
Sun, 8 Dec 2013 15:35:09 +0000 (16:35 +0100)
committerMark Brown <broonie@linaro.org>
Mon, 9 Dec 2013 18:12:54 +0000 (18:12 +0000)
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>

No differences found