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
/
spi.c
Age
Commit message (
Expand
)
Author
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-05-16
Protect ioctl and declare MPSAFE.
mlelstv
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-01-18
Change the device_compatible_match() function to only perform the match.
thorpej
2020-08-04
Use mutex for lwp/interrupt coordination. using splX() simply does not work
kardel
2020-06-11
Update for proplib(3) API changes.
thorpej
2019-11-27
Remove GPIO driver attach defer.
hkenken
2019-08-13
spi: prepare for fdt direct attachment of spi slaves
tnn
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
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-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
2008-05-04
device_t/softc split.
xtraeme
2006-10-07
Add spiflash driver, and M25P instance, used for STMicro flash devices
gdamore
2006-10-02
Initial commit of SPI bus (also known as Microwire) framework, along with
gdamore