NetBSD/sys/dev/spi
tnn 8bb11c75f4 m25p: change devices recently added from 4kB "sector size" to 64kB ...
... even though it is wrong and these devices really use 4kB sector size.
Despite the struct member being named sector size it is actually used as
block size. Our spiflash driver doesn't issue sector erase commands.
Stopgap measure to fix data corruption until the driver is fixed.
2019-08-04 22:13:24 +00:00
..
files.spi
m25p.c m25p: change devices recently added from 4kB "sector size" to 64kB ... 2019-08-04 22:13:24 +00:00
Makefile Add userland driver to spi framework. 2019-02-23 10:43:25 +00:00
mcp3k.c
mcp23s17.c
mcp23s17.h
mcp48x1.c
oj6sh.c Avoid workqueue_check_duplication(). 2019-07-04 11:13:26 +00:00
spi_io.h Add userland driver to spi framework. 2019-02-23 10:43:25 +00:00
spi.c More input validation. Fix off-by-1 for size limit. 2019-03-09 07:53:12 +00:00
spiflash.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
spiflash.h
spivar.h Add userland driver to spi framework. 2019-02-23 10:43:25 +00:00
tmp121.c