| Age | Commit message (Expand) | Author |
| 2020-08-11 | Pull up following revision(s) (requested by 1043): | martin |
| 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 |
| 2014-07-13 | "peripheral", not "peripherial". | dholland |
| 2014-04-06 | add Microchip MCP23S17 GPIO driver | kardel |
| 2014-03-29 | Add optical joystick support for NetWalker. | hkenken |
| 2014-03-28 | Fix printf formating in DPRINTF. | hkenken |
| 2014-02-28 | G/C sys/simplelock.h includes | skrll |
| 2014-02-25 | Add preliminary driver for Microchip MCP48x1 family of DACs. | rkujawa |
| 2014-01-28 | Remove an unused variable | martin |
| 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 |
| 2013-02-15 | Fix wrong calculation of destination pointer in writes. | rkujawa |
| 2013-02-15 | Fix usage of uninitialised variable holding number of slave devices. | rkujawa |
| 2013-01-04 | Don't leak condvars and mutexes, even if they are on the stack. | jakllsch |
| 2011-07-08 | initialise chuck_rptr as well, instead of chuck_read twice. | mrg |
| 2011-06-20 | Initialize sensor state before registering | pgoyette |
| 2011-06-08 | - Use IPL_BIO (instead of IPL_SERIAL) for SPI. | rmind |
| 2010-08-14 | Fix the while condition: sleep while the SPI_F_DONE bit is not set. | jym |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-01-13 | g/c BUFQ_FOO() macros and use bufq_foo() directly. | yamt |
| 2008-06-11 | use device_lookup_private to get softc | cegger |
| 2008-05-04 | device_t/softc split. | xtraeme |
| 2008-04-05 | use aprint_*_dev and device_xname | cegger |
| 2008-04-04 | Split device_t/softc and other related cosmetic changes. | xtraeme |
| 2008-01-08 | explicitly include simplelock.h | dogcow |
| 2007-11-16 | Extend the envsys2 API (one more time, sorry) as defined in: | xtraeme |
| 2007-07-29 | It's not a good idea for device drivers to modify b_flags, as they don't | ad |
| 2007-07-19 | Fix the kthread_create(9) call so this compiles again. | dyoung |
| 2007-07-09 | Merge some of the less invasive changes from the vmlocking branch: | ad |
| 2007-07-01 | Imported envsys 2, a brief description of the new features: | xtraeme |
| 2007-03-04 | Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. | christos |
| 2006-12-25 | Spell "separate" correctly. From Zafer Aydogan. | wiz |
| 2006-11-24 | fix spelling of accommodate; from Zapher. | christos |
| 2006-10-20 | This commit provides substantial fixes and functionality for SPI flash. | gdamore |
| 2006-10-07 | Add spiflash driver, and M25P instance, used for STMicro flash devices | gdamore |