]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Remove use of intr_config_hook from the am335x_pmic and tda19988 drivers.
authorian <ian@FreeBSD.org>
Sat, 10 Aug 2019 20:08:37 +0000 (20:08 +0000)
committerian <ian@FreeBSD.org>
Sat, 10 Aug 2019 20:08:37 +0000 (20:08 +0000)
commiteb6bc012a07ef3b69089e85add6b6a2c7516ee0a
treef16e6bb272ef65ff7e0fdef6a4aff7f83e66bcdd
parent209bdb62affa3bfd5731f66ad51e58132792d730
Remove use of intr_config_hook from the am335x_pmic and tda19988 drivers.
Long ago this was needed, but now low-level i2c controller drivers cleverly
defer attachment of the bus until interrupts are enabled (if they require
interrupts to function), so that every i2c slave device doesn't have to.
sys/arm/ti/am335x/am335x_pmic.c
sys/arm/ti/am335x/tda19988.c