Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | move README.imx31 to doc/ and merge with README.mx31 | Jean-Christophe PLAGNIOL-VILLARD | 2008-10-08 | -17/+0 |
| | | | | Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | |||
* | Coding style cleanup, update CHANGELOG | Wolfgang Denk | 2008-09-13 | -2/+0 |
| | | | | Signed-off-by: Wolfgang Denk <wd@denx.de> | |||
* | i.MX31: Make the SPI bus and chip select configurable for MC13783 | Magnus Lilja | 2008-09-12 | -0/+19 |
The i.MX31 has three SPI buses and each bus has several chip selects and the MC13783 chip can be connected to any of these. The current RTC driver for MC13783 is hardcoded for CSPI2/SS2. This patch makes make MC13783 SPI bus and chip select configurable via CONFIG_MC13783_SPI_BUS and CONFIG_MC13783_SPI_CS. Signed-off-by: Magnus Lilja <lilja.magnus@gmail.com> |