commit | 0eb8880fac7b0f32ebab33f99e758c6b308e3aa1 | [log] [tgz] |
---|---|---|
author | Shimoda, Yoshihiro <yoshihiro.shimoda.uh@renesas.com> | Wed Mar 07 14:45:37 2012 +0900 |
committer | Grant Likely <grant.likely@secretlab.ca> | Wed Mar 07 19:18:45 2012 -0700 |
tree | 2d8ca659f3db6d17a1957fd6c9957beace6c171e | |
parent | d5a8003135da7afe311e4e13ff42000ab7cd2078 [diff] |
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 <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>