| Age | Commit message (Expand) | Author |
| 2023-05-10 | ims(4): Use config_detach_children. | riastradh |
| 2023-01-24 | Don't panic with invalid user data, just return an error. | mlelstv |
| 2023-01-23 | fix typos in comments. | andvar |
| 2022-12-03 | Split the BMP280 / BME280 driver into common code and create I2C and | brad |
| 2022-12-01 | Use a better choice for the print format string. | brad |
| 2022-12-01 | Correct the humidity conversion for the BME280 | brad |
| 2022-11-24 | Mention where in the datasheet the compensation algorithms came from. | brad |
| 2022-11-23 | Use kpause() instead of delay() in the measurement cycle. Try and | brad |
| 2022-11-22 | Read the datasheet more closely and put in some delays. The chip will | brad |
| 2022-11-21 | A driver for the Bosch BMP280 / BME280 temperature, humidity and | brad |
| 2022-11-17 | A driver for the Aosong AHT20 temperature and humidity sensor. While | brad |
| 2022-10-30 | Add GPIO support. | jmcneill |
| 2022-10-24 | iic(4): Use config_detach_children to simplify. | riastradh |
| 2022-10-24 | i2c(9): Nix smbus intr API. | riastradh |
| 2022-09-25 | s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments. | andvar |
| 2022-07-23 | If there is a compat string list, parenthetically print the first one | thorpej |
| 2022-07-22 | Normalize how motoi2c controllers are attached. | thorpej |
| 2022-07-20 | Improve error reporting. | thorpej |
| 2022-07-20 | drm: Use CPPFLAGS.drmkms in all local drm drivers too. | riastradh |
| 2022-07-02 | s/tempurature/temperature/ | andvar |
| 2022-06-29 | Bump max transaction size from 32 Bytes to 4kB. | mlelstv |
| 2022-06-29 | Allocate data buffer instead of using the stack. | mlelstv |
| 2022-05-28 | fix various typos in comments. | andvar |
| 2022-05-28 | fix various typos, mainly in comments. | andvar |
| 2022-05-24 | fix various typos in comments, docs and log messages. | andvar |
| 2022-05-22 | fix various small typos, mainly in comments. | andvar |
| 2022-04-27 | After testing with a couple of more samples of the SHT3x sensor chip | brad |
| 2022-04-01 | Split i2c_subr.c into a separate module rather than including it in | pgoyette |
| 2022-03-31 | For device modules that provide both auto-config and /dev/xxx | pgoyette |
| 2022-03-30 | These modules need to depend on iic, not just on i2cexec. (They will | pgoyette |
| 2022-03-28 | driver(9): devsw_detach never fails. Make it return void. | riastradh |
| 2022-02-12 | sys: Fix various abuse of struct device internals. | riastradh |
| 2022-01-24 | remove double "with" in comments and usage text. Also fix one typo. | andvar |
| 2022-01-22 | Change the devhandle_from_*() functions to also take a "super handle", | thorpej |
| 2022-01-21 | Replace devhandle_invalidate(), which invalidates a devhandle, with | thorpej |
| 2022-01-17 | G/C mcpgpio_softc::sc_phandle; nothing is using it. | thorpej |
| 2022-01-17 | Minimal hack to pass child devices a devhandle created from the OF | thorpej |
| 2022-01-17 | Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and | thorpej |
| 2022-01-15 | Trailing whitespace | skrll |
| 2022-01-14 | ihidev(4): Prohibit closing an unopened ihidev. | riastradh |
| 2022-01-14 | ihidev(4): Avoid reference count overflow. | riastradh |
| 2022-01-14 | ims(4): Sprinkle KERNEL_LOCKED_P assertions. | riastradh |
| 2022-01-14 | ihidev(4): Take the lock for ihidev_open, ihidev_close. | riastradh |
| 2022-01-14 | ihidev(4): Check kmem_alloc(..., KM_NOSLEEP) for failure. | riastradh |
| 2022-01-14 | ihidev(4): Allocate report buffer with KM_SLEEP. | riastradh |
| 2022-01-14 | ihidev(4): Fix locking and interrupt handler. | riastradh |
| 2022-01-14 | ihidev(4): Add missing includes and header guard. | riastradh |
| 2021-12-27 | fix few typos in comments. | andvar |
| 2021-12-19 | drm: Fix tda19988 drm build. | riastradh |
| 2021-12-19 | Sort includes. | riastradh |