summaryrefslogtreecommitdiff
path: root/sys/dev/spi
AgeCommit message (Expand)Author
2019-11-27Remove GPIO driver attach defer.hkenken
2019-11-26Change manufacturer to Micron from Numonyx.hkenken
2019-11-02add fdt device_compatible_entrytnn
2019-11-02fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spitnn
2019-11-02add spi(4) bus frontend for ssdfb(4)tnn
2019-09-14On second thought revert that. Let's open this can of worms some other day.tnn
2019-09-14KB -> kBtnn
2019-09-05Add support for Winbond W25Q128.V (128mb) chips, as found on newer lime2-emmcbouyer
2019-08-21Make this at least compile - I have no way to test.martin
2019-08-19Fix typo.hkenken
2019-08-13m25p: add compatible entry for "jedec,spi-nor" and match on ittnn
2019-08-13spi: prepare for fdt direct attachment of spi slavestnn
2019-08-05spi: make the "slave" config(5) locator optionaltnn
2019-08-04m25p: change devices recently added from 4kB "sector size" to 64kB ...tnn
2019-08-04m25p: add GigaDevice 25Q127CSIGtnn
2019-08-03m25p: add some ~2010 vintage parts found in junk drawertnn
2019-08-03m25p: print vendor & device id before bailing out on unknown devicestnn
2019-07-04Avoid workqueue_check_duplication().hkenken
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
2018-01-31Add four Winbond devices.jakllsch
2018-01-12We always need bp->b_resid initialized before we try to toss the transfer.jakllsch
2017-08-07Add support Microchip SST25VF016B.hkenken
2016-11-20Fixed typo in name for MCP3304.phx
2016-08-19Reset b_resid when tossing transfer with non-zero b_error.jakllsch
2015-12-14use workqueue(9)hkenken
2015-08-18MI driver for the Microchip 3x0x series of SAR analog to digital converters.phx
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-07-13"peripheral", not "peripherial".dholland
2014-04-06add Microchip MCP23S17 GPIO driverkardel
2014-03-29Add optical joystick support for NetWalker.hkenken
2014-03-28Fix printf formating in DPRINTF.hkenken
2014-02-28G/C sys/simplelock.h includesskrll
2014-02-25Add preliminary driver for Microchip MCP48x1 family of DACs.rkujawa
2014-01-28Remove an unused variablemartin
2013-10-26Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.rkujawa
2013-04-21Add support for STMicro M25PX64 and Numonyx N25Q128.rkujawa
2013-02-15Fix wrong calculation of destination pointer in writes.rkujawa
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-20Initialize sensor state before registeringpgoyette
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
2009-05-12struct device * -> device_t, no functional changes intended.cegger