index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
spi
/
m25p.c
Age
Commit message (
Expand
)
Author
2022-01-19
Pass the device_t into spi_configure(), and make the API contract that
thorpej
2022-01-19
Probe / match routines should not have side-effects: do the spi_configure()
thorpej
2021-05-14
Replace aprint_error with aprint_error_dev in config_interrupts callback.
jmcneill
2021-01-27
Use DEVICE_COMPAT_EOL.
thorpej
2021-01-17
Use designated initializers and a consistent termination style in
thorpej
2019-11-26
Change manufacturer to Micron from Numonyx.
hkenken
2019-09-14
On second thought revert that. Let's open this can of worms some other day.
tnn
2019-09-14
KB -> kB
tnn
2019-09-05
Add support for Winbond W25Q128.V (128mb) chips, as found on newer lime2-emmc
bouyer
2019-08-13
m25p: add compatible entry for "jedec,spi-nor" and match on it
tnn
2019-08-04
m25p: change devices recently added from 4kB "sector size" to 64kB ...
tnn
2019-08-04
m25p: add GigaDevice 25Q127CSIG
tnn
2019-08-03
m25p: add some ~2010 vintage parts found in junk drawer
tnn
2019-08-03
m25p: print vendor & device id before bailing out on unknown devices
tnn
2018-01-31
Add four Winbond devices.
jakllsch
2017-08-07
Add support Microchip SST25VF016B.
hkenken
2013-10-26
Add support for M25P16, tested on Raspberry PI with Digilent PmodSF.
rkujawa
2013-04-21
Add support for STMicro M25PX64 and Numonyx N25Q128.
rkujawa
2008-05-04
device_t/softc split.
xtraeme
2006-10-07
Add spiflash driver, and M25P instance, used for STMicro flash devices
gdamore