NetBSD/sys/dev/i2c
thorpej e2da7dc983 Minimal hack to pass child devices a devhandle created from the OF
or ACPI "cookie".  Temporary measure until the i2c autoconfiguration
overhaul is merged (which fixes this in a more generic way).
2022-01-17 19:34:31 +00:00
..
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 fix proplib deprecation 2021-06-21 03:04:27 +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
am2315.c avoid double-free 2021-06-15 04:39:49 +00:00
am2315reg.h add RCSID's 2017-12-29 02:20:47 +00:00
am2315var.h add RCSID's 2017-12-29 02:20:47 +00:00
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 remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
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 Merge thorpej-cfargs2. 2021-08-07 16:18:40 +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 fix various typos in compatibility, mainly in comments. 2021-08-09 20:49:08 +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 Add a definition for the DDC segment address (30h). 2019-01-27 11:41:52 +00:00
ddcvar.h
ds1307.c Fix various typos in comments. Also add missing NetBSD RCS Id in some of these files. 2021-08-03 23:12:14 +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 Driver for EM Microelectronic EM3027 RTC and temperature sensor. 2018-01-05 03:07:15 +00:00
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 Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and 2022-01-17 16:31:23 +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 avoid double-free 2021-06-15 04:39:49 +00:00
hytp14reg.h
hytp14var.h
i2c.c Minimal hack to pass child devices a devhandle created from the OF 2022-01-17 19:34:31 +00:00
i2c_bitbang.c
i2c_bitbang.h
i2c_exec.c fix various typos, mainly in comments. 2021-10-12 08:36:28 +00:00
i2c_io.h Add some #includes to make a few more header files compile. 2017-10-28 06:27:32 +00:00
i2c_subr.c
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 spello in comment 2021-04-16 07:02:09 +00:00
ibmhawk.c hardclock_ticks -> getticks() 2020-05-15 19:28:09 +00:00
ibmhawkreg.h
ibmhawkvar.h
ihidev.c Trailing whitespace 2022-01-15 06:22:30 +00:00
ihidev.h ihidev(4): Fix locking and interrupt handler. 2022-01-14 22:25:49 +00:00
ims.c ims(4): Sprinkle KERNEL_LOCKED_P assertions. 2022-01-14 22:28:42 +00:00
lg3303.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
lg3303var.h
lm75.c fix proplib deprecation 2021-06-21 03:04:27 +00:00
lm75reg.h
lm87.c iic_acquire_bus can fail. 2021-06-13 09:46:04 +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
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 Re-factor and overhaul the "mcp23s17gpio" driver as "mcpgpio", and 2022-01-17 16:31:23 +00:00
mcp980x.c No need to use I2C_F_POLL here. 2019-12-23 14:41:41 +00:00
mcp980xreg.h
motoi2c.c Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
motoi2creg.h
motoi2cvar.h NXP Layerscape LX2160A has an almost compatible controller, with a few 2021-01-25 12:08:47 +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 fix proplib deprecation 2021-06-21 03:04:27 +00:00
pcai2cmux.c Use DEVICE_COMPAT_EOL. 2021-01-27 02:29:48 +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 A driver and user land utility for the Sparkfun Serial Controlled Motor 2021-12-07 17:39:53 +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 - Add Maxim MAX6604. 2018-02-22 10:09:12 +00:00
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 A driver for the Sensirion SGP40 MOx gas sensor. An example of this 2021-10-14 13:54:45 +00:00
sgp40.c - fix clang compilation: add "%s" to format string 2021-10-20 17:52:44 +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 Fix some regressions that were introduced. 2021-11-14 18:36:13 +00:00
sht3xreg.h Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity 2021-11-06 13:34:39 +00:00
sht3xvar.h Driver for the Sensirion SHT30/SHT31/SHT35 temperature and humidity 2021-11-06 13:34:39 +00:00
sht4x.c Correct an off by one degree error in the temperature conversion. 2021-10-29 23:23:33 +00:00
sht4xreg.h A driver for the Sensirion SHT40/SHT41/SHT45 temperature and humidity 2021-10-03 17:27:02 +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 Fix the serial number handling of the HTU21D chip and probably others. 2021-11-12 15:12:11 +00:00
si70xxreg.h add RCSID's 2017-12-29 02:20:47 +00:00
si70xxvar.h Some HTU21D chips do not have a heater register and apparently no 2021-11-11 14:16:04 +00:00
smscmon.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
smscmonvar.h
spdmem_i2c.c Check the return value correctly. Pointed out by pgoyette@. 2021-12-06 16:24:57 +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 Add TEA5767 FM radio driver. From Karuna Grewal. 2018-07-27 12:02:25 +00:00
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 Use DEVICE_COMPAT_EOL. 2021-01-27 02:29:48 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
xc5kreg.h
xc5kvar.h
xc3028.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
xc3028reg.h
xc3028var.h
zl10353.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
zl10353reg.h
zl10353var.h