index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
spi
Age
Commit message (
Expand
)
Author
2019-11-27
Remove GPIO driver attach defer.
hkenken
2019-11-26
Change manufacturer to Micron from Numonyx.
hkenken
2019-11-02
add fdt device_compatible_entry
tnn
2019-11-02
fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi
tnn
2019-11-02
add spi(4) bus frontend for ssdfb(4)
tnn
2019-09-14
On second thought revert that. Let's open this can of worms some other day.
tnn
2019-09-14
KB -> kB
tnn
2019-09-05
Add support for Winbond W25Q128.V (128mb) chips, as found on newer lime2-emmc
bouyer
2019-08-21
Make this at least compile - I have no way to test.
martin
2019-08-19
Fix typo.
hkenken
2019-08-13
m25p: add compatible entry for "jedec,spi-nor" and match on it
tnn
2019-08-13
spi: prepare for fdt direct attachment of spi slaves
tnn
2019-08-05
spi: make the "slave" config(5) locator optional
tnn
2019-08-04
m25p: change devices recently added from 4kB "sector size" to 64kB ...
tnn
2019-08-04
m25p: add GigaDevice 25Q127CSIG
tnn
2019-08-03
m25p: add some ~2010 vintage parts found in junk drawer
tnn
2019-08-03
m25p: print vendor & device id before bailing out on unknown devices
tnn
2019-07-04
Avoid workqueue_check_duplication().
hkenken
2019-03-09
More input validation. Fix off-by-1 for size limit.
mlelstv
2019-02-23
Add userland driver to spi framework.
mlelstv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-01-31
Add four Winbond devices.
jakllsch
2018-01-12
We always need bp->b_resid initialized before we try to toss the transfer.
jakllsch
2017-08-07
Add support Microchip SST25VF016B.
hkenken
2016-11-20
Fixed typo in name for MCP3304.
phx
2016-08-19
Reset b_resid when tossing transfer with non-zero b_error.
jakllsch
2015-12-14
use workqueue(9)
hkenken
2015-08-18
MI driver for the Microchip 3x0x series of SAR analog to digital converters.
phx
2015-07-22
need to forward the data pointer
ryo
2015-04-26
Use C99-style initializers for struct dkdriver.
mlelstv
2014-10-11
use disk_init() wrapper function instead of poking data structures.
mlelstv
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
2014-07-13
"peripheral", not "peripherial".
dholland
2014-04-06
add Microchip MCP23S17 GPIO driver
kardel
2014-03-29
Add optical joystick support for NetWalker.
hkenken
2014-03-28
Fix printf formating in DPRINTF.
hkenken
2014-02-28
G/C sys/simplelock.h includes
skrll
2014-02-25
Add preliminary driver for Microchip MCP48x1 family of DACs.
rkujawa
2014-01-28
Remove an unused variable
martin
2013-10-26
Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.
rkujawa
2013-04-21
Add support for STMicro M25PX64 and Numonyx N25Q128.
rkujawa
2013-02-15
Fix wrong calculation of destination pointer in writes.
rkujawa
2013-02-15
Fix usage of uninitialised variable holding number of slave devices.
rkujawa
2013-01-04
Don't leak condvars and mutexes, even if they are on the stack.
jakllsch
2011-07-08
initialise chuck_rptr as well, instead of chuck_read twice.
mrg
2011-06-20
Initialize sensor state before registering
pgoyette
2011-06-08
- Use IPL_BIO (instead of IPL_SERIAL) for SPI.
rmind
2010-08-14
Fix the while condition: sleep while the SPI_F_DONE bit is not set.
jym
2009-05-12
struct device * -> device_t, no functional changes intended.
cegger
[next]