tangled
alpha
login
or
join now
jcs.org
/
openbsd-src
0
fork
atom
jcs's openbsd hax
openbsd
0
fork
atom
overview
issues
pulls
pipelines
openbsd-src
/
sys
/
dev
/
i2c
/
at
rk3128
66 files
abx80x.c
Convert remaining I2C RTC drivers to use todr_attach(). These all get a quality of 1000 since these are supposed to be battery backed and almost certainly what the hardware designers want us to use.
3 years ago
ad741x.c
constify struct cfattach
4 years ago
adm1021.c
constify struct cfattach
4 years ago
adm1024.c
constify struct cfattach
4 years ago
adm1025.c
constify struct cfattach
4 years ago
adm1026.c
constify struct cfattach
4 years ago
adm1030.c
constify struct cfattach
4 years ago
adm1031.c
constify struct cfattach
4 years ago
adt7460.c
constify struct cfattach
4 years ago
adt7462.c
constify struct cfattach
4 years ago
asb100.c
constify struct cfattach
4 years ago
asc7611.c
constify struct cfattach
4 years ago
asc7621.c
constify struct cfattach
4 years ago
bmc150.c
constify struct cfattach
4 years ago
bq27xxx.c
bqbat: add TI BQ27Z561 battery monitor driver
10 months ago
ds1307.c
Remove the single part string for DS1339, since that is only required on sparc64 because OpenFirmware doesn't support the <vendor>,<part> compatible pattern. We don't expect this chip to turn up on sparc64.
3 years ago
ds1631.c
constify struct cfattach
4 years ago
ds3231.c
Convert remaining I2C RTC drivers to use todr_attach(). These all get a quality of 1000 since these are supposed to be battery backed and almost certainly what the hardware designers want us to use.
3 years ago
fcu.c
constify struct cfattach
4 years ago
files.i2c
bqbat: add TI BQ27Z561 battery monitor driver
10 months ago
fintek.c
constify struct cfattach
4 years ago
gl518sm.c
constify struct cfattach
4 years ago
i2c.c
constify struct cfattach
4 years ago
i2c_bitbang.c
Delete obsolete /* ARGSUSED */ lint comments.
3 years ago
i2c_bitbang.h
Put back i2c bit-banging code, we'll need it soon.
20 years ago
i2c_exec.c
Remove some includes include-what-you-use claims don't have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels.
11 years ago
i2c_io.h
Add constants to support block mode. Needed to support SMBus block read and write.
6 years ago
i2c_scan.c
Fix some spelling.
2 years ago
i2cvar.h
Introduce iic_intr_disestablish() and use it in ihidev(4).
3 years ago
iasuskbd.c
Add support for special keys on the ASUS I2C laptop keyboards.
4 months ago
iatp.c
now that suspend operations are done as quiesce, we can try to use the MXT_T7_POWER_MODE_DEEP_SLEEP operation.
2 years ago
icc.c
icc_detach was not listed in cfattach
2 years ago
ietp.c
add missing child activate handling, found due to idiom inspection tested by phessler, input from kettenis
2 years ago
ietp.h
remove prototypes with no matching function ok mpi@
2 years ago
ihidev.c
properly handle signed values
5 months ago
ihidev.h
Add LED support for ikbd(4) keyboards.
1 year ago
ikbd.c
Add LED support for ikbd(4) keyboards.
1 year ago
ims.c
ims: an actual i2c-connected mouse is unlikely
5 years ago
imt.c
imt/umt(4): Fix the match() and attach() functions.
8 months ago
ipmi_i2c.c
make attachments use pre-existing activate functions; ok deraadt@
2 years ago
isl1208.c
Convert remaining I2C RTC drivers to use todr_attach(). These all get a quality of 1000 since these are supposed to be battery backed and almost certainly what the hardware designers want us to use.
3 years ago
lis331dl.c
constify struct cfattach
4 years ago
lm75.c
constify struct cfattach
4 years ago
lm78_i2c.c
constify struct cfattach
4 years ago
lm87.c
constify struct cfattach
4 years ago
lm93.c
constify struct cfattach
4 years ago
m41t8x.c
Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system.
3 years ago
maxim6690.c
constify struct cfattach
4 years ago
mcp794xx.c
Convert remaining I2C RTC drivers to use todr_attach(). These all get a quality of 1000 since these are supposed to be battery backed and almost certainly what the hardware designers want us to use.
3 years ago
pca9532.c
remove space between function names and argument list
2 years ago
pca9548.c
remove prototypes with no matching function ok mpi@
2 years ago
pca9554.c
constify struct cfattach
4 years ago
pcf85063.c
Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system.
3 years ago
pcf8523.c
Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system.
3 years ago
pcf8563.c
Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system.
3 years ago
pijuice.c
Calculate approx. battery re-charge time.
3 years ago
rs5c372.c
Extend struct todr_chip_handle with a todr_quality member. This allows us to assign a quality to RTC implementation and pick the "best" RTC if a system has multiple RTCs (or multiple interfaces to an RTC). This allows us to prefer a battery-backed I2C RTC over an RTC that is part of the SoC which is only running of the SoC is powered. It also allows us to work around issues with firmware RTC interfaces that may lie to us or even crash the system.
3 years ago
sdtemp.c
constify struct cfattach
4 years ago
spdmem_i2c.c
constify struct cfattach
4 years ago
tcmfd.c
tcmfd: add i2c driver for Toshiba 3589x MFD and a keypad behind it
10 months ago
thmc50.c
constify struct cfattach
4 years ago
tmp451.c
constify struct cfattach
4 years ago
tsl2560.c
constify struct cfattach
4 years ago
w83793g.c
constify struct cfattach
4 years ago
w83795g.c
constify struct cfattach
4 years ago
w83l784r.c
lm, uguru, fins, wbenv: constify sensor tables
4 years ago