| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix compiler warnings that appear only on OpenBSD. | Michael Brown | 2007-12-06 | 2 | -4/+4 |
| | | |||||
| * | Various warnings fixups for OpenBSD with gcc-3.3.5. | Michael Brown | 2007-12-07 | 1 | -1/+1 |
| | | |||||
| * | Fix prototype mismatch. | Michael Brown | 2007-12-07 | 1 | -2/+2 |
| | | |||||
| * | Return -EIO when verification fails, instead of -EINVAL. | Michael Brown | 2006-12-20 | 1 | -1/+1 |
| | | |||||
| * | Added write support for three-wire devices (e.g. the RTL8139 EEPROM) | Michael Brown | 2006-12-06 | 1 | -1/+41 |
| | | |||||
| * | Verify data after writing | Michael Brown | 2006-12-06 | 1 | -1/+35 |
| | | |||||
| * | Added debug statements | Michael Brown | 2006-12-05 | 1 | -4/+20 |
| | | |||||
| * | Added nvs_write(). This shares a lot of code in common with nvs_read(); | Michael Brown | 2006-12-04 | 1 | -0/+43 |
| | | | | | this can probably be optimised down quite a lot. | ||||
| * | Added the generic block-splitting code to nvs.c | Michael Brown | 2006-12-04 | 1 | -1/+40 |
| | | |||||
| * | Added generic SPI protocol handler with read and write support. | Michael Brown | 2006-12-04 | 1 | -0/+122 |
| | | |||||
| * | Abstracted out part of the concept of an SPI device to a generalised NVS | Michael Brown | 2006-12-04 | 2 | -2/+34 |
| | | | | | | | | 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 | -4/+3![]() |
| | | | | | a word length. | ||||
| * | Generalised the SPI abstraction layer to also be able to handle interfaces | Michael Brown | 2006-12-04 | 1 | -24/+15![]() |
| | | | | | | | 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 | -30/+19![]() |
| | | | | | | Update rtl8139 driver to instantiate an SPI interface with a three-wire device attached. | ||||
| * | Added abstraction layer for a three-wire serial device (e.g. the EEPROM | Michael Brown | 2006-05-26 | 1 | -0/+68 |
| used on RTL8139 cards). | |||||

