From: Shimoda, Yoshihiro Date: Wed, 7 Mar 2012 05:45:37 +0000 (+0900) Subject: spi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access size X-Git-Tag: v3.4-rc1~170^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0eb8880fac7b0f32ebab33f99e758c6b308e3aa1;p=pandora-kernel.git spi/spi-sh: add IORESOURCE_MEM_TYPE_MASK decoding for access size This SPI controller's access size is 32, or 8-bit. The previous driver supported 32-bit only. So, this patch adds IORESOURCE_MEM_TYPE_MASK decoding, an then, the driver can handle the SPI controller of 8-bit. Signed-off-by: Yoshihiro Shimoda Signed-off-by: Grant Likely --- Reading git-diff-tree failed