]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When responding to an interrupt in the am335x_pmic driver, use a taskqueue
authorIan Lepore <ian@FreeBSD.org>
Sat, 10 Aug 2019 17:48:11 +0000 (17:48 +0000)
committerIan Lepore <ian@FreeBSD.org>
Sat, 10 Aug 2019 17:48:11 +0000 (17:48 +0000)
commit7596e192fb4b715b535d459d6bf51120e91cc516
treeaf87f83fd11cef6c461192f96c505556e5c84770
parent0ad8b8edc41d46cb44e83a7fe149db3cf06ebbb8
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