Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-29 | Fix conditional compilation of mpx8xxx_spi driver | Ben Warren | |
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> | |||
2008-01-17 | codingstyle cleanup for spi driver | Kim Phillips | |
..and rm unused CONFIG_FSL_SPI define Signed-off-by: Kim Phillips <kim.phillips@freescale.com> | |||
2008-01-17 | Add support for a Freescale non-CPM SPI controller | Ben Warren | |
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> |