From: Shawn Guo Date: Sat, 9 Jul 2011 17:16:37 +0000 (+0800) Subject: spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro X-Git-Tag: v3.1-rc1~312^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66de757c589bedc13f503fb23df67bc86803f371;p=pandora-kernel.git spi/imx: do not use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro It's confusing to use spi_imx2_3 to name SPI_IMX_VER_2_3 function and macro, as it easily make people think of imx2 and imx3. It's better to use specific soc name just like what other SPI_IMX_VER do. For SPI_IMX_VER_2_3 case, it will be mx51. To distinguish it from CSPI on mx51, mx51_ecspi might be a good choice. Signed-off-by: Shawn Guo Cc: Uwe Kleine-König Cc: Sascha Hauer Cc: Grant Likely Signed-off-by: Grant Likely --- Reading git-diff-tree failed