..
Makefile
…
ac100.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
act8846.c
No need to check cold to add I2C_F_POLL; the i2c API does it for us now.
2019-07-27 16:02:27 +00:00
act8846.h
…
adadc.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
adm1021.c
remove double "with" in comments and usage text. Also fix one typo.
2022-01-24 09:42:13 +00:00
adm1026.c
Call sysmon_envsys_destroy() if we receive any error from sysmon, rather
2021-06-14 13:52:11 +00:00
adm1026reg.h
Revert previous for now:
2020-04-16 23:29:52 +00:00
aht20.c
A driver for the Aosong AHT20 temperature and humidity sensor. While
2022-11-17 19:20:05 +00:00
aht20reg.h
A driver for the Aosong AHT20 temperature and humidity sensor. While
2022-11-17 19:20:05 +00:00
aht20var.h
A driver for the Aosong AHT20 temperature and humidity sensor. While
2022-11-17 19:20:05 +00:00
am2315.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
am2315reg.h
…
am2315var.h
…
anxedp.c
Sort includes.
2021-12-19 11:01:10 +00:00
as3722.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
as3722.h
…
asms.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
at24cxx.c
No need to consult ia->ia_ncompat before calling iic_compatible_lookup().
2021-01-28 14:57:43 +00:00
at24cxxvar.h
…
au8522.c
…
au8522mod.h
…
au8522mod_8vsb.h
…
au8522mod_qam64.h
…
au8522mod_qam256.h
…
au8522reg.h
…
au8522var.h
…
axp20x.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
axp22x.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
axp809.c
No need to check cold to add I2C_F_POLL; the i2c API does it for us now.
2019-07-27 16:02:27 +00:00
axp809.h
…
axppmic.c
Add GPIO support.
2022-10-30 11:51:19 +00:00
bmx280thpi2c.c
Split the BMP280 / BME280 driver into common code and create I2C and
2022-12-03 01:04:42 +00:00
cwfg.c
cwfg: update for dts-5.15 binding changes
2021-11-07 17:14:38 +00:00
cx24227.c
Fix mis-placed parentheses. PR kern/54812.
2019-12-31 14:25:33 +00:00
cx24227var.h
…
dbcool.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
dbcool_reg.h
Revert previous for now:
2020-04-16 23:29:52 +00:00
dbcool_var.h
Make this compile
2020-07-12 08:48:49 +00:00
ddc.c
No need to use I2C_F_POLL here.
2019-12-23 18:09:05 +00:00
ddcreg.h
…
ddcvar.h
…
ds1307.c
Don't panic with invalid user data, just return an error.
2023-01-24 07:09:48 +00:00
ds1307reg.h
…
dstemp.c
fix proplib deprecation
2021-06-21 03:04:27 +00:00
em3027.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
em3027reg.h
…
es8316ac.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
fan53555.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
files.i2c
Split the BMP280 / BME280 driver into common code and create I2C and
2022-12-03 01:04:42 +00:00
g760a.c
Fix build and improve error handling
2020-11-26 12:53:03 +00:00
g760areg.h
…
gttwsi_core.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
gttwsireg.h
Clean up gttwsi's register access stuff:
2020-01-12 17:48:42 +00:00
gttwsivar.h
Clean up gttwsi's register access stuff:
2020-01-12 17:48:42 +00:00
hytp14.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
hytp14reg.h
…
hytp14var.h
…
i2c.c
iic(4): Use config_detach_children to simplify.
2022-10-24 10:17:40 +00:00
i2c_bitbang.c
…
i2c_bitbang.h
…
i2c_exec.c
i2c(9): Nix smbus intr API.
2022-10-24 10:17:27 +00:00
i2c_io.h
Bump max transaction size from 32 Bytes to 4kB.
2022-06-29 15:34:15 +00:00
i2c_subr.c
Split i2c_subr.c into a separate module rather than including it in
2022-04-01 15:49:11 +00:00
i2cmux.c
s/acutal/actual/ in comment.
2021-11-10 15:39:03 +00:00
i2cmuxvar.h
Add support for ACPI-based I2C mux attachment.
2021-01-25 12:18:18 +00:00
i2cvar.h
i2c(9): Nix smbus intr API.
2022-10-24 10:17:27 +00:00
ibmhawk.c
hardclock_ticks -> getticks()
2020-05-15 19:28:09 +00:00
ibmhawkreg.h
…
ibmhawkvar.h
…
ihidev.c
ihidev(4): Use iic_use_direct_match as intended.
2023-08-01 19:36:45 +00:00
ihidev.h
ihidev(4): Fix locking and interrupt handler.
2022-01-14 22:25:49 +00:00
ims.c
ims(4): Use config_detach_children.
2023-05-10 00:10:02 +00:00
lg3303.c
…
lg3303var.h
…
lm75.c
fix proplib deprecation
2021-06-21 03:04:27 +00:00
lm75reg.h
…
lm87.c
s/tempurature/temperature/
2022-07-02 16:28:39 +00:00
lm_i2c.c
iic_acquire_bus can fail
2021-06-13 09:48:04 +00:00
m41st84.c
add \n to attach output
2021-05-21 21:21:01 +00:00
m41st84reg.h
fix typos in comments.
2023-01-23 22:20:59 +00:00
m41st84var.h
…
m41t00.c
- Use todr_gettime_ymdhms / todr_settime_ymdhms.
2020-01-02 19:11:12 +00:00
m41t00reg.h
…
max6900.c
- Use todr_gettime_ymdhms / todr_settime_ymdhms.
2020-01-02 18:57:58 +00:00
max6900reg.h
…
max77620.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
mcp23xxxgpio_i2c.c
G/C mcpgpio_softc::sc_phandle; nothing is using it.
2022-01-17 19:36:54 +00:00
mcp980x.c
No need to use I2C_F_POLL here.
2019-12-23 14:41:41 +00:00
mcp980xreg.h
…
motoi2c.c
Normalize how motoi2c controllers are attached.
2022-07-22 23:43:23 +00:00
motoi2creg.h
…
motoi2cvar.h
Normalize how motoi2c controllers are attached.
2022-07-22 23:43:23 +00:00
mpl115a.c
No need to use I2C_F_POLL here.
2019-12-23 14:41:41 +00:00
mpl115areg.h
…
mt2131.c
- No need to use I2C_F_POLL here.
2019-12-23 18:57:30 +00:00
mt2131var.h
…
nxt2k.c
Fix mis-placed parentheses. PR kern/54813.
2019-12-31 14:27:50 +00:00
nxt2kvar.h
…
pca9685.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
pca9685reg.h
Add a driver for the NXP PCA9685 16-channel, 12-bit PWM Fm+ LED controller.
2019-07-24 05:25:32 +00:00
pcagpio.c
sys: Fix various abuse of struct device internals.
2022-02-12 03:24:34 +00:00
pcai2cmux.c
Improve error reporting.
2022-07-20 22:58:35 +00:00
pcf8563.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
pcf8563reg.h
…
pcf8574.c
fix proplib deprecation
2021-06-21 03:04:27 +00:00
pcf8583.c
No need to use I2C_F_POLL here.
2020-01-02 16:53:05 +00:00
pcf8583reg.h
…
pcf8583var.h
…
r2025.c
Use todr_gettime_ymdhms / todr_settime_ymdhms.
2020-01-02 19:00:34 +00:00
r2025reg.h
…
rkpmic.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
rs5c372.c
Add standard compat strings from the Device Tree bindings.
2021-01-30 17:38:27 +00:00
rs5c372reg.h
…
s390.c
Add the standard compat string from the Device Tree bindings.
2021-01-30 17:38:57 +00:00
s390reg.h
…
scmdi2c.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
sdtemp.c
Use aprint_debug instead of aprint_error for expected failure.
2021-12-01 21:33:19 +00:00
sdtemp_reg.h
…
sensirion_arch_config.h
A driver for the Sensirion SGP40 MOx gas sensor. An example of this
2021-10-14 13:54:45 +00:00
sensirion_voc_algorithm.c
Fix llvm build: error: equality comparison with extraneous parentheses
2021-10-18 14:14:07 +00:00
sensirion_voc_algorithm.h
s/inerrupt/interrupt/ and s/intrrupt/interrupt/ in comments.
2022-09-25 12:41:46 +00:00
sgp40.c
fix various typos in comments, docs and log messages.
2022-05-24 06:27:59 +00:00
sgp40reg.h
A driver for the Sensirion SGP40 MOx gas sensor. An example of this
2021-10-14 13:54:45 +00:00
sgp40var.h
A driver for the Sensirion SGP40 MOx gas sensor. An example of this
2021-10-14 13:54:45 +00:00
sgsmix.c
Add a proper compat string for this device, following the standard
2021-01-30 01:23:08 +00:00
sgsmixvar.h
Revert previous for now:
2020-04-16 23:29:52 +00:00
sht3x.c
After testing with a couple of more samples of the SHT3x sensor chip
2022-04-27 23:11:25 +00:00
sht3xreg.h
fix various typos, mainly in comments.
2022-05-28 10:36:21 +00:00
sht3xvar.h
Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity
2021-11-06 13:34:39 +00:00
sht4x.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
sht4xreg.h
fix various typos in comments, docs and log messages.
2022-05-24 06:27:59 +00:00
sht4xvar.h
A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity
2021-10-03 17:27:02 +00:00
si70xx.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
si70xxreg.h
…
si70xxvar.h
Some HTU21D chips do not have a heater register and apparently no
2021-11-11 14:16:04 +00:00
smscmon.c
…
smscmonvar.h
…
spdmem_i2c.c
These modules need to depend on iic, not just on i2cexec. (They will
2022-03-30 00:06:50 +00:00
ssdfb_i2c.c
ssdfb: revert rev 1.14
2021-08-05 22:31:20 +00:00
sy8106a.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
tcagpio.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
tcakp.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
tda19988.c
drm: Fix tda19988 drm build.
2021-12-19 12:44:34 +00:00
tea5767.c
No need to use I2C_F_POLL here. Also fix an uninitialized error variable
2019-12-23 20:49:09 +00:00
tea5767reg.h
…
titemp.c
Use DEVICE_COMPAT_EOL.
2021-01-27 02:29:48 +00:00
tps65217pmic.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
tps65217pmicreg.h
…
tps65217pmicvar.h
…
tsl256xreg.h
Tweak register bit names, in preparation for supporting younger siblings
2021-01-04 21:59:48 +00:00
tsllux.c
sys: Fix various abuse of struct device internals.
2022-02-12 03:24:34 +00:00
tvpll.c
No need to use I2C_F_POLL here.
2019-12-23 15:25:08 +00:00
tvpll_tuners.c
…
tvpll_tuners.h
…
tvpllvar.h
…
twl4030.c
Rename of_match_compat_data() to of_compatible_match(). Similarly,
2021-01-27 03:10:18 +00:00
w83795g.c
Merge thorpej-cfargs2.
2021-08-07 16:18:40 +00:00
w83795greg.h
…
x1226.c
Use todr_gettime_ymdhms / todr_settime_ymdhms.
2020-01-02 19:00:34 +00:00
x1226reg.h
…
xc5k.c
…
xc5kreg.h
…
xc5kvar.h
…
xc3028.c
…
xc3028reg.h
…
xc3028var.h
…
zl10353.c
…
zl10353reg.h
…
zl10353var.h
…