Page MenuHomeFreeBSD

riscv: Add da9063_pmic and da9063_rtc to GENERIC and NOTES
ClosedPublic

Authored by jrtc27 on Aug 14 2022, 5:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 15 2025, 10:09 AM
Unknown Object (File)
Feb 14 2025, 1:16 PM
Unknown Object (File)
Feb 11 2025, 6:47 AM
Unknown Object (File)
Jan 21 2025, 2:00 AM
Unknown Object (File)
Jan 17 2025, 11:38 PM
Unknown Object (File)
Dec 4 2024, 6:00 PM
Unknown Object (File)
Nov 28 2024, 7:48 PM
Unknown Object (File)
Nov 24 2024, 8:37 PM
Subscribers

Details

Summary

This is the PMIC on SiFive's HiFive Unmatched; add it and the RTC child
device driver so we have a working RTC.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I'd prefer if you called it da9063_pm instead of the named name da9063. It's generally preferable that device class names end in a letter.
Though maybe it's already that way in the tree

In D36201#821947, @imp wrote:

I'd prefer if you called it da9063_pm instead of the named name da9063. It's generally preferable that device class names end in a letter.
Though maybe it's already that way in the tree

D36199 is the revision for that; I can easily rename it to da9063_pmic.

This revision is now accepted and ready to land.Aug 18 2022, 9:28 PM

Renamed da9063 to da9063_pmic

This revision now requires review to proceed.Aug 22 2022, 7:27 PM
jrtc27 retitled this revision from riscv: Add da9063 and da9063_rtc to GENERIC and NOTES to riscv: Add da9063_pmic and da9063_rtc to GENERIC and NOTES.Aug 22 2022, 7:28 PM
This revision is now accepted and ready to land.Aug 22 2022, 10:03 PM