From: Michal Nazarewicz Date: Sun, 8 Dec 2013 15:35:09 +0000 (+0100) Subject: spi: tegra114: use u32 for 32-bit register values X-Git-Tag: v3.14-rc1~91^2~2^7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=48c3fc93803a27bb9d2c79d718cf142974f080c8;p=pandora-kernel.git 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 Tested-by: Stephen Warren Acked-by: Stephen Warren Signed-off-by: Mark Brown --- Reading git-diff-tree failed