Page MenuHomeFreeBSD

Make gpio driver able to work with many controllers
ClosedPublic

Authored by mkm_semihalf.com on Mar 19 2018, 6:12 PM.
Tags
Referenced Files
Unknown Object (File)
Dec 27 2023, 7:48 PM
Unknown Object (File)
Dec 22 2023, 10:41 PM
Unknown Object (File)
Dec 12 2023, 3:40 AM
Unknown Object (File)
Sep 4 2023, 6:29 AM
Unknown Object (File)
Aug 16 2023, 4:29 AM
Unknown Object (File)
Aug 15 2023, 6:40 AM
Unknown Object (File)
Jul 25 2023, 1:02 AM
Unknown Object (File)
Jun 28 2023, 12:44 PM
Subscribers

Details

Summary

This patch moves all global data structures into mv_gpio_softc,
and puts device_t parameter to functions calls everywhere where needed.
As a result, we can create multiple driver instances.

Removed names in function declaration to keep style

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Apr 4 2018, 1:20 PM
This revision was automatically updated to reflect the committed changes.