| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Added write support for three-wire devices (e.g. the RTL8139 EEPROM) | Michael Brown | 2006-12-06 | 1 | -0/+20 |
| | | |||||
| * | Added the generic block-splitting code to nvs.c | Michael Brown | 2006-12-04 | 1 | -1/+1 |
| | | |||||
| * | Abstracted out part of the concept of an SPI device to a generalised NVS | Michael Brown | 2006-12-04 | 1 | -25/+33 |
| | | | | | | | | device. Separated the mechanisms of non-volatile storage access and non-volatile stored options. | ||||
| * | Changed length parameter in SPI methods to be a byte length, rather than | Michael Brown | 2006-12-04 | 1 | -1/+1 |
| | | | | | a word length. | ||||
| * | Generalised the SPI abstraction layer to also be able to handle interfaces | Michael Brown | 2006-12-04 | 1 | -44/+40![]() |
| | | | | | | | that don't provide the full flexibility of a bit-bashing interface. Temporarily hacked rtl8139.c to use the new interface. | ||||
| * | Generalise three-wire interface to generic SPI interface. | Michael Brown | 2006-06-14 | 1 | -0/+65 |
| Update rtl8139 driver to instantiate an SPI interface with a three-wire device attached. | |||||

