summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
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
2021-07-25don't put CPUs in separate zones, turns out there really isn't much thatmacallan
2021-06-21fix proplib deprecationchristos
2021-06-15iic_acquire_bus may fail.mlelstv
2021-06-15avoid double-freemlelstv
2021-06-14Call sysmon_envsys_destroy() if we receive any error from sysmon, ratherjdc
2021-06-14Avoid double free when attach fails.mlelstv
2021-06-13iic_acquire_bus can failmlelstv
2021-06-13Clear sc_sme pointer to avoid double free.mlelstv
2021-06-13iic_acquire_bus can fail.mlelstv
2021-05-24Bail out of axpreg_attach if axpreg_get_voltage returns an error.skrll
2021-05-21add \n to attach outputmacallan
2021-05-21don't prop_object_retain(NULL)macallan
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-16spello in commentskrll
2021-03-01Use lmtemp(4) as entropy source.rin
2021-03-01Use dstemp(4) as entropy source.rin
2021-02-06- Add some additional compat strings from the DT bindings.thorpej
2021-01-30Add the standard compat string from the Device Tree bindings.thorpej
2021-01-30Add standard compat strings from the Device Tree bindings.thorpej
2021-01-30Add the standard compat string from the Device Tree bindings.thorpej
2021-01-30Add a proper compat string for this device, following the standardthorpej
2021-01-30If we're going to keep a reference on the "props" dictionary fromthorpej
2021-01-28No need to consult ia->ia_ncompat before calling iic_compatible_lookup().thorpej