ChanServ changed the topic of #linux-msm to:
marvin24_ has joined #linux-msm
marvin24 has quit [Ping timeout: 480 seconds]
junari has joined #linux-msm
junari has quit [Remote host closed the connection]
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
<strongtz[m]> lumag: Hi. I tested `usb: typec: ucsi: fix several issues manifesting on Qualcomm platforms` and `soc: qcom: add in-kernel pd-mapper implementation` on 8550. It seems that ucsi will not properly register with the in-kernel pd-mapper.
<lumag> strongtz[m], hmm, I have been running these two patchsets together. Any errors in dmesg?
<lumag> Also, just to check, if you start pd-mapper manually (just run the command from root), does ucsi register properly?
<lumag> kc
<lumag> if you start it after booting the kernel with the in-kernel daemon
<strongtz[m]> nope, it doesn't
<strongtz[m]> it only works with the in-kernel one disabled
junari has joined #linux-msm
<strongtz[m]> lumag: I can't really find any related errors in dmesg, but it is here anyway :P
<lumag> strongtz[m], thanks!
<lumag> strongtz[m], I'll try reproducing locally, if I can not, I'll ping you with the debugging patch.
<strongtz[m]> lumag: Nice, thanks!
junari has quit [Ping timeout: 480 seconds]
socksinspace has quit [Quit: WeeChat 3.8]
socksinspace has joined #linux-msm
<lumag> strongtz[m], could you please post your jsn files somewhere or send them to me in the email?
<lumag> Also did you test just the series or the series with the patch from Neil? https://lore.kernel.org/linux-arm-msm/e2885cdd-f8d8-4517-9769-0eab23af342c@linaro.org/
<strongtz[m]> lumag: I saw it and already added sensor_pd to sm8550_adsp_domains :P
<strongtz[m]> and my git tree for testing is here: https://github.com/edk2-porting/linux-next/commits/work/sakuramist-odin2
<lumag> hmm, looks fine
f__ has joined #linux-msm
f_ is now known as Guest2925
f__ is now known as f_
Guest2925 has quit [Ping timeout: 480 seconds]
junari has joined #linux-msm
junari has quit [Ping timeout: 480 seconds]
<JIaxyga[m]> Does anyone have any ideas? I wrote lpass-tlmm driver for sm7150. This has a successful probe but I get a сomplete freeze of the pinctrl subsystem when I want to see the list of available pins (but not the kernel panic). Dmesg: https://pastebin.com/j5Ymw8FB
<JIaxyga[m]> Yes, this is a little weird because lpass-tlmm looks like a separate tlmm block from the main tlmm if believe the confidential datasheets (afaik lpass-tlmm is a continuation of the main tlmm pins for all other qcom)
<JIaxyga[m]> And lpass contains ssc, I already wrote about this earlier
<JIaxyga[m]> JIaxyga[m]: I tried to reserve or disable these pins, but it was unsuccessful