Page MenuHomeFreeBSD

Change name of Marvell Armada38x RTC driver
ClosedPublic

Authored by mw on Aug 31 2017, 5:15 PM.
Tags
Referenced Files
F105761656: D12185.diff
Fri, Dec 20, 7:50 AM
Unknown Object (File)
Wed, Dec 11, 8:35 PM
Unknown Object (File)
Oct 22 2024, 6:27 AM
Unknown Object (File)
Oct 3 2024, 2:03 AM
Unknown Object (File)
Oct 1 2024, 1:08 AM
Unknown Object (File)
Sep 30 2024, 4:27 PM
Unknown Object (File)
Sep 30 2024, 12:05 PM
Unknown Object (File)
Sep 26 2024, 11:14 AM

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.