summaryrefslogtreecommitdiff
path: root/sys/dev/spi/m25p.c
AgeCommit message (Expand)Author
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
2021-05-14Replace aprint_error with aprint_error_dev in config_interrupts callback.jmcneill
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-17Use designated initializers and a consistent termination style inthorpej
2019-11-26Change manufacturer to Micron from Numonyx.hkenken
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-13m25p: add compatible entry for "jedec,spi-nor" and match on ittnn
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
2018-01-31Add four Winbond devices.jakllsch
2017-08-07Add support Microchip SST25VF016B.hkenken
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
2008-05-04device_t/softc split.xtraeme
2006-10-07Add spiflash driver, and M25P instance, used for STMicro flash devicesgdamore