Page MenuHomeFreeBSD

Change name of Marvell Armada38x RTC driver
ClosedPublic

Authored by mw on Aug 31 2017, 5:15 PM.
Tags
Referenced Files
F152534592: D12185.id32549.diff
Wed, Apr 15, 1:12 PM
F152528316: D12185.id.diff
Wed, Apr 15, 12:22 PM
F152519479: D12185.id32549.diff
Wed, Apr 15, 11:24 AM
Unknown Object (File)
Mon, Apr 13, 10:23 AM
Unknown Object (File)
Tue, Apr 7, 10:10 AM
Unknown Object (File)
Tue, Apr 7, 1:06 AM
Unknown Object (File)
Sun, Apr 5, 7:12 PM
Unknown Object (File)
Tue, Mar 31, 9:06 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.