Page MenuHomeFreeBSD

Make Broadcom XLR use shared ds1374 RTC driver
ClosedPublic

Authored by kbowling on Jul 28 2015, 11:28 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Apr 26, 8:58 AM
Unknown Object (File)
Fri, Apr 26, 8:58 AM
Unknown Object (File)
Fri, Apr 26, 1:55 AM
Unknown Object (File)
Thu, Apr 25, 5:16 AM
Unknown Object (File)
Mar 25 2024, 11:49 PM
Unknown Object (File)
Mar 25 2024, 11:11 PM
Unknown Object (File)
Feb 19 2024, 11:17 PM
Unknown Object (File)
Jan 23 2024, 10:57 AM
Subscribers

Details

Summary

XLP shares the same driver, looks like it was added to iicbus in r233537

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

kbowling retitled this revision from to Make Broadcom XLR use shared ds1374 RTC driver.
kbowling updated this object.
kbowling edited the test plan for this revision. (Show Details)
kbowling added reviewers: sbruno, jchandra.
sbruno edited edge metadata.

Looks good from a compile perspective, all 3 kernels compile here.

make -s -j8 buildkernel KERNCONF=XLRN32 TARGET=mips TARGET_ARCH=mipsn32
make -s -j8 buildkernel KERNCONF=XLRN64 TARGET=mips TARGET_ARCH=mips64
make -s -j8 buildkernel KERNCONF=XLR TARGET=mips TARGET_ARCH=mips
This revision is now accepted and ready to land.Jul 28 2015, 4:57 PM

Committed at svn r286015