Support for Alpine Serializer/Deserializer. The exported functions will be used by Alpine Ethernet driver.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Add $FreeBSD$, cleanup mutex locks in detach(), check if mtx is initialized before calling lock/unlock.
sys/arm/annapurna/alpine/alpine_serdes.c | ||
---|---|---|
117 ↗ | (On Diff #19985) | Now they're destroyed in detach(). I think it would be better to leave them in the global array as we need to access them in the exported functions where there is no way to retrieve softc. |
sys/arm/annapurna/alpine/alpine_serdes.h | ||
26 ↗ | (On Diff #19985) | Fixed |