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)
Sun, Nov 2, 11:25 AM
Unknown Object (File)
Sun, Nov 2, 7:54 AM
Unknown Object (File)
Fri, Oct 31, 3:30 AM
Unknown Object (File)
Thu, Oct 30, 9:34 PM
Unknown Object (File)
Tue, Oct 28, 1:18 PM
Unknown Object (File)
Mon, Oct 27, 10:30 AM
Unknown Object (File)
Mon, Oct 27, 10:30 AM
Unknown Object (File)
Mon, Oct 27, 10:30 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.