Page MenuHomeFreeBSD

Change name of Marvell Armada38x RTC driver
ClosedPublic

Authored by mw on Aug 31 2017, 5:15 PM.
Tags
Referenced Files
Unknown Object (File)
Fri, Oct 10, 10:15 AM
Unknown Object (File)
Tue, Sep 16, 9:28 PM
Unknown Object (File)
Tue, Sep 16, 8:58 PM
Unknown Object (File)
Sep 13 2025, 6:10 AM
Unknown Object (File)
Sep 12 2025, 2:34 PM
Unknown Object (File)
Sep 4 2025, 12:14 PM
Unknown Object (File)
Aug 31 2025, 3:51 PM
Unknown Object (File)
Aug 26 2025, 9:31 PM

Details

Summary

Two modules with the same name cannot be loaded, so Marvell specific drivers
cannot have the same name as generic drivers.
Files with the same name, even in different folder overlaps their .o files.
Change armada38x/rtc.c to armada38x/armada38x_rtc.c fix it.
Preparation for adding this driver to GENERIC config for ARMv7
Marvell platforms.

Diff Detail

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

Event Timeline

Make the driver optional and explicitly enable in the config.

This revision was automatically updated to reflect the committed changes.