]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When responding to an interrupt in the am335x_pmic driver, use a taskqueue
authorian <ian@FreeBSD.org>
Sat, 10 Aug 2019 17:48:11 +0000 (17:48 +0000)
committerian <ian@FreeBSD.org>
Sat, 10 Aug 2019 17:48:11 +0000 (17:48 +0000)
commitfe0afc85baeea381143bcd5aaef2d54e74ba6c93
treeaf87f83fd11cef6c461192f96c505556e5c84770
parent23dd29e8e41e4c9a062da374db07445141c7c8fb
When responding to an interrupt in the am335x_pmic driver, use a taskqueue
thread to do the work that involves i2c IO, which sleeps while the IO is
in progress.
sys/arm/ti/am335x/am335x_pmic.c