Page MenuHomeFreeBSD

qoriq_gpio: Add support for driver inheritance
ClosedPublic

Authored by kd on Oct 21 2021, 9:51 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 24, 11:45 AM
Unknown Object (File)
Mon, Oct 14, 9:49 PM
Unknown Object (File)
Sep 30 2024, 4:03 AM
Unknown Object (File)
Sep 27 2024, 1:53 PM
Unknown Object (File)
Sep 27 2024, 11:01 AM
Unknown Object (File)
Sep 24 2024, 7:19 PM
Unknown Object (File)
Sep 24 2024, 4:16 PM
Unknown Object (File)
Sep 23 2024, 8:36 PM
Subscribers

Details

Summary

Expose softc and other necessary things in a separate header.
This is needed for an armv8 specific driver, that will inherit from this one.
Driver mutex was converted to a spin lock, so that it can be later used in interrupt filter context.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kd requested review of this revision.Oct 21 2021, 9:51 AM
This revision was not accepted when it landed; it landed in state Needs Review.Oct 29 2021, 8:33 AM
This revision was automatically updated to reflect the committed changes.
kd retitled this revision from qoriq_gpio: Implement interrupt controller functionality to qoriq_gpio: Add support for driver inheritance.
kd edited the summary of this revision. (Show Details)