| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
(i.e. LSB transmitted first on the wire), even though SPI commands and
addresses always have to be big-endian.
|
| |
|
|
|
|
|
| |
device.
Separated the mechanisms of non-volatile storage access and non-volatile
stored options.
|
| |
|
|
| |
a word length.
|
| |
|
|
|
|
| |
that don't provide the full flexibility of a bit-bashing interface.
Temporarily hacked rtl8139.c to use the new interface.
|
| |
|
|
|
|
|
|
| |
defined in vsprintf.h. (This may change, since vsprintf.h is a
non-standard name, but for now it's the one to use.)
There should be no need to include vsprintf.h just for DBG() statements,
since include/compiler.h forces it in for a debug build anyway.
|
| | |
|
|
|
Update rtl8139 driver to instantiate an SPI interface with a three-wire
device attached.
|