Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Fix conditional compilation of mpx8xxx_spi driver | Ben Warren | 2008-01-29 | -2/+2 |
| | | | | | | | This driver should only compile if CONFIG_MPC8XXX_SPI is set Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
* | codingstyle cleanup for spi driver | Kim Phillips | 2008-01-17 | -29/+34 |
| | | | | | | ..and rm unused CONFIG_FSL_SPI define Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
* | Add support for a Freescale non-CPM SPI controller | Ben Warren | 2008-01-17 | -0/+184 |
This patch adds support for the SPI controller found on Freescale PowerPC processors such as the MCP834x family. Additionally, a new config option, CONFIG_HARD_SPI, is added for general purpose SPI controller use. Signed-off-by: Ben Warren <biggerbadderben@gmail.com> Signed-off-by: Kim Phillips <kim.phillips@freescale.com> |