Page MenuHomeFreeBSD

regulator: Move regulator code in dev/regulator
ClosedPublic

Authored by manu on Dec 26 2023, 6:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jul 28, 11:28 PM
Unknown Object (File)
Sun, Jul 20, 9:39 PM
Unknown Object (File)
Sat, Jul 12, 8:02 AM
Unknown Object (File)
Jun 18 2025, 2:55 PM
Unknown Object (File)
Jun 6 2025, 1:23 PM
Unknown Object (File)
Jun 3 2025, 10:42 AM
Unknown Object (File)
Jun 1 2025, 6:58 AM
Unknown Object (File)
May 29 2025, 11:31 AM
Subscribers

Details

Summary

We've removed kernel option EXT_RESOURCES almost two years ago.
While it was ok to have some code under a common 'extres' subdirectory
at first, we now have a lot of consumer of it and we made it mandatory
so no need to have it under a cryptic name.

Sponsored by: Beckhoff Automation GmbH & Co. KG

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

manu requested review of this revision.Dec 26 2023, 6:16 PM

Remove _EXTRES_ from header guard

A bit churny of s chsngr to be sure... but well worth the churn for the end result.

This revision is now accepted and ready to land.Dec 29 2023, 7:38 PM
This revision was automatically updated to reflect the committed changes.