From: Thomas Abraham Date: Thu, 12 Jul 2012 22:15:14 +0000 (+0900) Subject: spi: s3c64xx: move controller information into driver data X-Git-Tag: v3.6-rc1~143^2~1^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5238e360b715e9a1bb39d7d3537f78cc9e9e286;p=pandora-kernel.git spi: s3c64xx: move controller information into driver data Platform data is used to specify controller hardware specific information such as the tx/rx fifo level mask and bit offset of rx fifo level. Such information is not suitable to be supplied from device tree. Instead, it can be moved into the driver data and removed from platform data. Signed-off-by: Thomas Abraham Acked-by: Jaswinder Singh Acked-by: Grant Likely Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed