up 3+ days on this build with no issues.
Usb, thermal sensors, cpuidle - spc and wfi idle states, extended overlay, and ath10k-ct-htt all functioning without errors on my r7500v2.
It appears there is an issue with the cpuidle spc idle state on the r7800. Based on @Ansuel reports, the cpuidle wfi idle state appears to function on kernel 4.19 (as it did on kernel 4.14).
For 4.19, I made a change to my " ipq806x: k419 cpuidle fix" patch that will enable the wfi idle state, enable some cpuidle sysfs status info (not enabled on kernel 4.14), and disable the spc idle state for all devices dependent on the qcom-ipq8064.dtsi (as it was on kernel 4.14).
However for the r7500v2, the spc idle state is enabled (via a status = "okay"; line added to the qcom-ipq8064-r7500v2.dts file).
As long as there is interest and assistance from a r7800 user, I'll help to see if the spc idle state can/should be enabled on the r7800. That said, I think it would be better to test usb, thermal sensors, and cpuidle (wfi only) changes more broadly on r7800 without the enabling the spc idle state.
While I am ambivalent about having kernel 4.19 put into master, I know others would like to see it there and I think this may be the quickest way to achieve that.
Once I've got my next image built, loaded, and tested for a few hours, I'll post again.
I'm still reading about operating-points-v2
. This is related to the cpufreq driver/system, is of interest to me on its own, and I plan to spend time on it; however, I suspect will not help with the spc idle state for r7800 - one can always hope tho.