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
Age
Commit message (
Expand
)
Author
2021-12-07
A driver and user land utility for the Sparkfun Serial Controlled Motor
brad
2021-08-19
ssdfb: add support for SSD1306 and SH1106 at spi attachment
tnn
2021-08-19
ssdfb_spi: fix issues with command xfers needed for SSD1306 & SH1106
tnn
2021-08-07
Merge thorpej-cfargs2.
thorpej
2021-08-05
ssdfb: fix some constant names. NFC because the same cmd code is used
tnn
2021-08-05
ssdfb: support SSD1353 at spi(4)
tnn
2021-08-03
ssdfb: support having an optional reset pin
tnn
2021-08-01
ssdfb: support the 4-wire SPI interface
tnn
2021-07-24
Fix all remaining typos, mainly in comments but also in few definitions and l...
andvar
2021-05-16
Protect ioctl and declare MPSAFE.
mlelstv
2021-05-14
Replace aprint_error with aprint_error_dev in config_interrupts callback.
jmcneill
2021-04-24
Merge thorpej-cfargs branch:
thorpej
2021-01-27
Use DEVICE_COMPAT_EOL.
thorpej
2021-01-18
Change the device_compatible_match() function to only perform the match.
thorpej
2021-01-17
Use designated initializers and a consistent termination style in
thorpej
2020-08-04
Use mutex for lwp/interrupt coordination. using splX() simply does not work
kardel
2020-06-11
Update for proplib(3) API changes.
thorpej
2019-11-27
Remove GPIO driver attach defer.
hkenken
2019-11-26
Change manufacturer to Micron from Numonyx.
hkenken
2019-11-02
add fdt device_compatible_entry
tnn
2019-11-02
fix hang when SSDFB_ATTACH_FLAG_CONSOLE used with spi
tnn
2019-11-02
add spi(4) bus frontend for ssdfb(4)
tnn
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-21
Make this at least compile - I have no way to test.
martin
2019-08-19
Fix typo.
hkenken
2019-08-13
m25p: add compatible entry for "jedec,spi-nor" and match on it
tnn
2019-08-13
spi: prepare for fdt direct attachment of spi slaves
tnn
2019-08-05
spi: make the "slave" config(5) locator optional
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
2019-07-04
Avoid workqueue_check_duplication().
hkenken
2019-03-09
More input validation. Fix off-by-1 for size limit.
mlelstv
2019-02-23
Add userland driver to spi framework.
mlelstv
2018-09-03
Rename min/max -> uimin/uimax for better honesty.
riastradh
2018-01-31
Add four Winbond devices.
jakllsch
2018-01-12
We always need bp->b_resid initialized before we try to toss the transfer.
jakllsch
2017-08-07
Add support Microchip SST25VF016B.
hkenken
2016-11-20
Fixed typo in name for MCP3304.
phx
2016-08-19
Reset b_resid when tossing transfer with non-zero b_error.
jakllsch
2015-12-14
use workqueue(9)
hkenken
2015-08-18
MI driver for the Microchip 3x0x series of SAR analog to digital converters.
phx
2015-07-22
need to forward the data pointer
ryo
2015-04-26
Use C99-style initializers for struct dkdriver.
mlelstv
2014-10-11
use disk_init() wrapper function instead of poking data structures.
mlelstv
2014-07-25
Add d_discard to all struct cdevsw instances I could find.
dholland
2014-07-25
Add d_discard to all struct bdevsw instances I could find.
dholland
[next]