summaryrefslogtreecommitdiff
path: root/sys/dev/spi/spiflash.c
AgeCommit message (Expand)Author
2022-10-26fix various typos in comments and makefs README file.andvar
2022-05-08Trailing whitespaceskrll
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2019-09-14On second thought revert that. Let's open this can of worms some other day.tnn
2019-09-14KB -> kBtnn
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2018-01-12We always need bp->b_resid initialized before we try to toss the transfer.jakllsch
2016-08-19Reset b_resid when tossing transfer with non-zero b_error.jakllsch
2015-07-22need to forward the data pointerryo
2015-04-26Use C99-style initializers for struct dkdriver.mlelstv
2014-10-11use disk_init() wrapper function instead of poking data structures.mlelstv
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-07-25Add d_discard to all struct bdevsw instances I could find.dholland
2014-03-28Fix printf formating in DPRINTF.hkenken
2014-01-28Remove an unused variablemartin
2013-02-15Fix wrong calculation of destination pointer in writes.rkujawa
2009-01-13g/c BUFQ_FOO() macros and use bufq_foo() directly.yamt
2008-06-11use device_lookup_private to get softccegger
2008-05-04device_t/softc split.xtraeme
2008-04-05use aprint_*_dev and device_xnamecegger
2007-07-29It's not a good idea for device drivers to modify b_flags, as they don'tad
2007-07-19Fix the kthread_create(9) call so this compiles again.dyoung
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-10-20This commit provides substantial fixes and functionality for SPI flash.gdamore
2006-10-07Add spiflash driver, and M25P instance, used for STMicro flash devicesgdamore