NetBSD/sys/dev/i2c
thorpej fe54f38b71 No need to use I2C_F_POLL here. 2019-12-23 15:07:42 +00:00
..
Makefile
ac100.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.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 Add driver for Active-Semi ACT8846 Power Management controller. 2015-01-01 17:33:18 +00:00
adadc.c explicitly initialize sensor->state 2019-06-15 02:00:21 +00:00
adm1021.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +00:00
adm1026.c No need to do the poll-during-autoconfiguration dance; the i2c code 2019-12-23 02:25:28 +00:00
adm1026reg.h Chip matching improvements: 2019-12-11 21:00:11 +00:00
am2315.c Oops, another one. 2018-06-17 01:08:15 +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 Broadcast PMF display on/off events when our connector is handling dpms so we can turn off the backlight 2019-02-03 13:56:38 +00:00
as3722.c No need to do the poll-during-autoconfiguration dance; the i2c code 2019-12-23 02:25:28 +00:00
as3722.h expose pmic reset functionality 2015-11-21 12:19:47 +00:00
at24cxx.c seeprom_bootstrap_read(): no need to hard-code I2C_F_POLL here because 2019-12-23 02:39:47 +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 No need to do the poll-during-autoconfiguration dance; the i2c code 2019-12-23 02:50:50 +00:00
axp20xvar.h Hook axp20x into fdt regulator api 2017-10-07 18:22:06 +00:00
axp22x.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +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 Add AXP806 and AXP809 power management controller drivers. 2014-12-07 00:33:26 +00:00
axppmic.c In axppmic_power_poweroff(), check for errors from iic_acquire_bus() 2019-12-23 14:34:23 +00:00
cx24227.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
cx24227var.h
dbcool.c Change a aprint_verbose into aprint_debug - the message does not add 2019-02-06 08:37:12 +00:00
dbcool_reg.h
dbcool_var.h
ddc.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ddcreg.h Add a definition for the DDC segment address (30h). 2019-01-27 11:41:52 +00:00
ddcvar.h add ddc_dev_read_edid{,_block} functions, same as ddc_read_edid{,_block} but takes a device_t instead of i2c_tag_t 2015-05-17 01:27:16 +00:00
ds1307.c appease -Werror=stack-protector by avoiding variable sized arrays 2019-09-29 05:35:29 +00:00
ds1307reg.h add support for the MCP7940 based Pi Face Real Time Clock 2016-10-18 18:54:54 +00:00
dstemp.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +00:00
em3027.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
em3027reg.h Driver for EM Microelectronic EM3027 RTC and temperature sensor. 2018-01-05 03:07:15 +00:00
fan53555.c match DIE_ID of 9 (SILERGY_DIE_ID_SYR83X), seen on some rockpro64s. 2019-11-12 07:40:04 +00:00
fcu.c explicitly initialize sensor->state 2019-06-15 02:00:21 +00:00
files.i2c Add driver for NXP TDA19988 HDMI encoder 2019-11-03 22:57:52 +00:00
g760a.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
g760areg.h
gttwsi_core.c Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
gttwsireg.h
gttwsivar.h Don't sleep with IPL_VM lock held. 2018-05-07 15:03:19 +00:00
hytp14.c enable FDT direct configuration. 2019-10-08 21:16:11 +00:00
hytp14reg.h acknowleg -> acknowledg, proceedure -> procedure. 2016-12-12 15:58:44 +00:00
hytp14var.h convert device polling from callout to kthread. 2016-07-03 12:26:55 +00:00
i2c.c Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
i2c_bitbang.c Create separate modules for i2c_bitbang and bpf_filter so these files 2016-06-07 01:06:27 +00:00
i2c_bitbang.h
i2c_exec.c Disable the not-in-interrupt assertions for now; more work needs to be 2019-12-23 14:26:19 +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
i2cvar.h Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
ibmhawk.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ibmhawkreg.h
ibmhawkvar.h
ihidev.c The hid-over-i2c spec specifies that compliant devices use level-sensitive 2019-12-22 16:44:35 +00:00
ihidev.h The hid-over-i2c spec specifies that compliant devices use level-sensitive 2019-12-22 16:44:35 +00:00
ims.c Enable finger touch panel of HP Spectre x360 13-inch ae019TU 2019-07-09 12:56:30 +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 No need to use I2C_F_POLL here. 2019-12-23 14:41:41 +00:00
lm75reg.h Add LM75A ID register (for completeness). 2016-01-03 17:28:33 +00:00
lm87.c No need to use I2C_F_POLL here. 2019-12-23 14:41:41 +00:00
lm_i2c.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
m41st84.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
m41st84reg.h
m41st84var.h
m41t00.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
m41t00reg.h
max6900.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
max6900reg.h
max77620.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +00:00
mcp980x.c No need to use I2C_F_POLL here. 2019-12-23 14:41:41 +00:00
mcp980xreg.h
motoi2c.c Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
motoi2creg.h
motoi2cvar.h Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
mpl115a.c No need to use I2C_F_POLL here. 2019-12-23 14:41:41 +00:00
mpl115areg.h
mt2131.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
mt2131var.h
nxt2k.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
nxt2kvar.h
pca9685.c Do the iic_acquire_bus() / iic_release_bus() dance that I, um, forgot 2019-07-25 04:24:44 +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
pcf8563.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +00:00
pcf8563reg.h add VL flags 2015-01-11 18:56:54 +00:00
pcf8583.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
pcf8583reg.h
pcf8583var.h
r2025.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
r2025reg.h
rkpmic.c rkpmic: correct delay 2019-09-18 15:12:37 +00:00
rs5c372.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
rs5c372reg.h
s390.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
s390reg.h
sdtemp.c in many device attach paths, allocate memory with KM_SLEEP instead of KM_NOSLEEP 2019-10-01 18:00:07 +00:00
sdtemp_reg.h - Add Maxim MAX6604. 2018-02-22 10:09:12 +00:00
sgsmix.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
sgsmixvar.h
si70xx.c add missing break. 2019-02-03 12:18:21 +00:00
si70xxreg.h add RCSID's 2017-12-29 02:20:47 +00:00
si70xxvar.h add RCSID's 2017-12-29 02:20:47 +00:00
smscmon.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
smscmonvar.h
spdmem_i2c.c No need to use I2C_F_POLL here. 2019-12-23 14:55:22 +00:00
ssdfb_i2c.c ssdfb: fix i2c transfer error with some controllers 2019-11-05 19:59:35 +00:00
sy8106a.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +00:00
tcagpio.c In my quest to make device_compatible_entry (and associated goo) 2018-06-26 06:03:57 +00:00
tcakp.c lock/unlock I2C bus around transfers as required by API 2018-10-17 16:56:40 +00:00
tda19988.c No need to check 'cold' for I2C_F_POLL; the i2c code does it for us. 2019-12-23 15:05:32 +00:00
tea5767.c Add TEA5767 FM radio driver. From Karuna Grewal. 2018-07-27 12:02:25 +00:00
tea5767reg.h Add TEA5767 FM radio driver. From Karuna Grewal. 2018-07-27 12:02:25 +00:00
titemp.c No need to use I2C_F_POLL here. 2019-12-23 15:07:42 +00:00
tps65217pmic.c Defer power monitor polling to the sysmon taskq thread to avoid i2c transactions in intr context 2019-11-03 22:55:34 +00:00
tps65217pmicreg.h
tps65217pmicvar.h
tsl256x.c The i2c code handles the 'cold' dance with I2C_F_POLL now; no need to 2019-07-25 04:25:40 +00:00
tsl256xreg.h Add a driver for the Taos TSL256x light sensors. 2018-05-27 05:31:20 +00:00
tvpll.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
tvpll_tuners.c
tvpll_tuners.h
tvpllvar.h
twl4030.c Fix non-FDT build 2019-11-03 09:34:09 +00:00
w83795g.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +00:00
w83795greg.h
x1226.c More cleanup to i2c autoconfiguration: 2018-06-16 21:22:13 +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