commit | 2f7d63f909900c555baf36a4c6a11e9bf8e1af18 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu May 26 04:03:10 2011 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Sat Jul 23 01:10:41 2011 -0400 |
tree | 1c15e1a2f04300366cdd1d6e056e1a5f18fd55fc | |
parent | 9be8631b8a7d11fa6d206fcf0a7a2005ed39f41b [diff] |
Blackfin: boards: clean up redundant/dead spi resources The default for the Blackfin SPI driver is 8 bits and dma disabled, so many of the bfin5xx_spi_chip resources are redundant. So punt those parts. Further, drivers should themselves be declaring 16 bit transfers, so for those that do, and for the ones which no longer do 16 bit transfers, drop the bfin5xx_spi_chip resources. Signed-off-by: Mike Frysinger <vapier@gentoo.org>