summaryrefslogtreecommitdiff
path: root/sys/dev/spi/spi.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-05-16Protect ioctl and declare MPSAFE.mlelstv
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-18Change the device_compatible_match() function to only perform the match.thorpej
2020-08-04Use mutex for lwp/interrupt coordination. using splX() simply does not workkardel
2020-06-11Update for proplib(3) API changes.thorpej
2019-11-27Remove GPIO driver attach defer.hkenken
2019-08-13spi: prepare for fdt direct attachment of spi slavestnn
2019-03-09More input validation. Fix off-by-1 for size limit.mlelstv
2019-02-23Add userland driver to spi framework.mlelstv
2018-09-03Rename min/max -> uimin/uimax for better honesty.riastradh
2013-02-15Fix usage of uninitialised variable holding number of slave devices.rkujawa
2013-01-04Don't leak condvars and mutexes, even if they are on the stack.jakllsch
2011-07-08initialise 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-14Fix the while condition: sleep while the SPI_F_DONE bit is not set.jym
2008-05-04device_t/softc split.xtraeme
2006-10-07Add spiflash driver, and M25P instance, used for STMicro flash devicesgdamore
2006-10-02Initial commit of SPI bus (also known as Microwire) framework, along withgdamore