| Age | Commit message (Expand) | Author |
| 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 |
| 2021-12-19 | Get drm to build on arm64 again. | riastradh |
| 2021-12-07 | A driver and user land utility for the Sparkfun Serial Controlled Motor | brad |
| 2021-12-06 | Check the return value correctly. Pointed out by pgoyette@. | msaitoh |
| 2021-12-06 | Carefully access to the I2C bus in the match function. | msaitoh |
| 2021-12-01 | Use aprint_debug instead of aprint_error for expected failure. | msaitoh |
| 2021-11-30 | Access byte2... | msaitoh |
| 2021-11-14 | Fix some regressions that were introduced. | brad |
| 2021-11-13 | Brad wants the __did_not_work code back :-) | christos |
| 2021-11-12 | simplify the code and remove unused (it is in CVS anyway). Try to merge | christos |
| 2021-11-12 | Fix the serial number handling of the HTU21D chip and probably others. | brad |
| 2021-11-11 | Some HTU21D chips do not have a heater register and apparently no | brad |
| 2021-11-10 | s/acutal/actual/ in comment. | msaitoh |
| 2021-11-07 | cwfg: update for dts-5.15 binding changes | jmcneill |
| 2021-11-06 | Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity | brad |
| 2021-10-29 | Correct an off by one degree error in the temperature conversion. | brad |
| 2021-10-20 | - fix clang compilation: add "%s" to format string | christos |
| 2021-10-18 | Fix llvm build: error: equality comparison with extraneous parentheses | christos |
| 2021-10-14 | A driver for the Sensirion SGP40 MOx gas sensor. An example of this | brad |
| 2021-10-12 | fix various typos, mainly in comments. | andvar |
| 2021-10-03 | A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity | brad |
| 2021-08-21 | fix some more typos in comments/log messages, improve wording as well. | andvar |
| 2021-08-09 | fix various typos in compatibility, mainly in comments. | andvar |
| 2021-08-07 | Merge thorpej-cfargs2. | thorpej |
| 2021-08-05 | ssdfb: revert rev 1.14 | tnn |
| 2021-08-03 | Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes... | andvar |
| 2021-07-30 | ssdfb(4): remove code for dealing with non-MPSAFE attachment | tnn |
| 2021-07-27 | move the fcu driver into arch/macppc where it belongs | macallan |