User Details
- User Since
- Nov 27 2014, 10:57 AM (546 w, 5 d)
Tue, Apr 22
handle return code of OF_getencprop() correctly
Apr 16 2025
Address @jrtc27 comments.
Apr 9 2025
Apr 8 2025
Fix error mask settings when CRC is disabled
Apr 7 2025
the hack around MMC return code is now resolved by @pkelsey
Apr 5 2025
Apr 4 2025
Apr 3 2025
Fix comments per @pkelsey request
Mar 26 2025
Mar 24 2025
Mar 14 2025
Mar 5 2025
Feb 5 2025
Feb 4 2025
Feb 3 2025
Address @markj comments. Thanks, Mark!
Address @jrtc27 comments
Add spinlock around DOMAINCFG acccess.
Jan 30 2025
Jan 29 2025
Jan 27 2025
Add clock-frequency property to UART instead of defining fixed-clock
Jan 22 2025
style: end of function return SUCCESS unless switch statement hit FAILURE
Jan 21 2025
Jan 20 2025
Jan 15 2025
Resubmit updated patch
- Remove $FreeBSD$ tags
- Remove unused include headers
- Check if HWT hooks are installed before constructing data structures
Jan 14 2025
Address @markj comments
Switch coresight to EL2 otherwise it does not trace CPU mode.
Prevent tracing the same proc by multiple users.
Due to pipeline design Coresight components could not be used for more than 1 concurrent tracing sessions.
Atomic counter of sessions added and limited to 1.
Jan 13 2025
Jan 2 2025
Dec 21 2024
Dec 20 2024
Dec 19 2024
Use delayed children attach.
It seems the PHY needs extra 500ms to initialize before we probe for devices. Otherwise PCIB could not find a device (Intel NVME in my case).
So instead of waiting for 500ms, postpone the bus enumeration.