User Details
- User Since
- Nov 29 2023, 9:58 AM (63 w, 1 d)
Sun, Jan 26
Cleanup SYSCTL RAW OIDs on cleanup
Better cleanup on RAW initialization failure
Wed, Jan 15
Thanks for the review, I will fix as stated in the replies.
Nov 28 2024
Rebased on changes.
Simplified raw_buffer free routines to be easily callable from cdev dtors.
Nov 21 2024
Removed 2 fields from scmi_softc that needed to be added before in this series.
Added scmi_raw dep and a few missing fields in scmi_softc, mistakenly added in
a following patch
Added missing parenthesis on retirn stm.
Reworked handling of devicetree props
Reworked handling of max_payld-sz and other transport props
Fix mishandled retvalue on scmi_shmem_msg_poll and related funcs
Nov 4 2024
Removed options that enabled SCMI RAW by default (on the wrong file)
Mar 7 2024
Fixed if (token)
Reworked to rebase cleanly on other series changes
Moved sc->trs allocation earlier
Made scmi_detach static
Removed the extres header references
Mar 1 2024
Using mallocarray and dropping empty interface method
Removed needless checks on malloc, using mallocarray
Removed needless malloc checks
Removed check on malloc return value
Removed needless empty interface methods
Removed __FBSDID
Removed the __FBSDID
Feb 8 2024
Thanks for the review @bryanv.
Regarding: