summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2022-04-01Split i2c_subr.c into a separate module rather than including it inpgoyette
2022-03-31For device modules that provide both auto-config and /dev/xxxpgoyette
2022-03-30These modules need to depend on iic, not just on i2cexec. (They willpgoyette
2022-03-28driver(9): devsw_detach never fails. Make it return void.riastradh
2022-02-12sys: Fix various abuse of struct device internals.riastradh
2022-01-24remove double "with" in comments and usage text. Also fix one typo.andvar
2022-01-22Change the devhandle_from_*() functions to also take a "super handle",thorpej
2022-01-21Replace devhandle_invalidate(), which invalidates a devhandle, withthorpej
2022-01-17G/C mcpgpio_softc::sc_phandle; nothing is using it.thorpej
2022-01-17Minimal hack to pass child devices a devhandle created from the OFthorpej
2022-01-17Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", andthorpej
2022-01-15Trailing whitespaceskrll
2022-01-14ihidev(4): Prohibit closing an unopened ihidev.riastradh
2022-01-14ihidev(4): Avoid reference count overflow.riastradh
2022-01-14ims(4): Sprinkle KERNEL_LOCKED_P assertions.riastradh
2022-01-14ihidev(4): Take the lock for ihidev_open, ihidev_close.riastradh
2022-01-14ihidev(4): Check kmem_alloc(..., KM_NOSLEEP) for failure.riastradh
2022-01-14ihidev(4): Allocate report buffer with KM_SLEEP.riastradh
2022-01-14ihidev(4): Fix locking and interrupt handler.riastradh
2022-01-14ihidev(4): Add missing includes and header guard.riastradh
2021-12-27fix few typos in comments.andvar
2021-12-19drm: Fix tda19988 drm build.riastradh
2021-12-19Sort includes.riastradh
2021-12-19Get drm to build on arm64 again.riastradh
2021-12-07A driver and user land utility for the Sparkfun Serial Controlled Motorbrad
2021-12-06Check the return value correctly. Pointed out by pgoyette@.msaitoh
2021-12-06Carefully access to the I2C bus in the match function.msaitoh
2021-12-01Use aprint_debug instead of aprint_error for expected failure.msaitoh
2021-11-30Access byte2...msaitoh
2021-11-14Fix some regressions that were introduced.brad
2021-11-13Brad wants the __did_not_work code back :-)christos
2021-11-12simplify the code and remove unused (it is in CVS anyway). Try to mergechristos
2021-11-12Fix the serial number handling of the HTU21D chip and probably others.brad
2021-11-11Some HTU21D chips do not have a heater register and apparently nobrad
2021-11-10s/acutal/actual/ in comment.msaitoh
2021-11-07cwfg: update for dts-5.15 binding changesjmcneill
2021-11-06Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humiditybrad
2021-10-29Correct an off by one degree error in the temperature conversion.brad
2021-10-20- fix clang compilation: add "%s" to format stringchristos
2021-10-18Fix llvm build: error: equality comparison with extraneous parentheseschristos
2021-10-14A driver for the Sensirion SGP40 MOx gas sensor. An example of thisbrad
2021-10-12fix various typos, mainly in comments.andvar
2021-10-03A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humiditybrad
2021-08-21fix some more typos in comments/log messages, improve wording as well.andvar
2021-08-09fix various typos in compatibility, mainly in comments.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-05ssdfb: revert rev 1.14tnn
2021-08-03Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes...andvar
2021-07-30ssdfb(4): remove code for dealing with non-MPSAFE attachmenttnn
2021-07-27move the fcu driver into arch/macppc where it belongsmacallan