summaryrefslogtreecommitdiff
path: root/sys/dev/spi
AgeCommit message (Expand)Author
2022-12-03Split the BMP280 / BME280 driver into common code and create I2C andbrad
2022-10-26fix various typos in comments and makefs README file.andvar
2022-05-17fix few typos in comments.andvar
2022-05-08Trailing whitespaceskrll
2022-03-28Fix sanity check for zero sized buffer.mlelstv
2022-01-19Use spi_compatible_lookup().thorpej
2022-01-19Provide a spi_compatible_lookup() function to go along withthorpej
2022-01-19Stash the device_t in spi_softc.thorpej
2022-01-19Try to fix the build.martin
2022-01-19Pass the device_t into spi_configure(), and make the API contract thatthorpej
2022-01-19Probe / match routines should not have side-effects: do the spi_configure()thorpej
2022-01-17G/C mcpgpio_softc::sc_phandle; nothing is using it.thorpej
2022-01-17Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", andthorpej
2021-12-07A driver and user land utility for the Sparkfun Serial Controlled Motorbrad
2021-08-19ssdfb: add support for SSD1306 and SH1106 at spi attachmenttnn
2021-08-19ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106tnn
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-05ssdfb: fix some constant names. NFC because the same cmd code is usedtnn
2021-08-05ssdfb: support SSD1353 at spi(4)tnn
2021-08-03ssdfb: support having an optional reset pintnn
2021-08-01ssdfb: support the 4-wire SPI interfacetnn
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-05-16Protect ioctl and declare MPSAFE.mlelstv
2021-05-14Replace aprint_error with aprint_error_dev in config_interrupts callback.jmcneill
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-18Change the device_compatible_match() function to only perform the match.thorpej
2021-01-17Use designated initializers and a consistent termination style inthorpej
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-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