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
/
spiflash.c
Age
Commit message (
Expand
)
Author
2022-10-26
fix various typos in comments and makefs README file.
andvar
2022-05-08
Trailing whitespace
skrll
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-04-24
Merge thorpej-cfargs branch:
thorpej
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
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-01-12
We always need bp->b_resid initialized before we try to toss the transfer.
jakllsch
2016-08-19
Reset b_resid when tossing transfer with non-zero b_error.
jakllsch
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-03-28
Fix printf formating in DPRINTF.
hkenken
2014-01-28
Remove an unused variable
martin
2013-02-15
Fix wrong calculation of destination pointer in writes.
rkujawa
2009-01-13
g/c BUFQ_FOO() macros and use bufq_foo() directly.
yamt
2008-06-11
use device_lookup_private to get softc
cegger
2008-05-04
device_t/softc split.
xtraeme
2008-04-05
use aprint_*_dev and device_xname
cegger
2007-07-29
It's not a good idea for device drivers to modify b_flags, as they don't
ad
2007-07-19
Fix the kthread_create(9) call so this compiles again.
dyoung
2007-07-09
Merge some of the less invasive changes from the vmlocking branch:
ad
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2006-10-20
This commit provides substantial fixes and functionality for SPI flash.
gdamore
2006-10-07
Add spiflash driver, and M25P instance, used for STMicro flash devices
gdamore