ChanServ changed the topic of #linux-msm to:
bamse has quit [Server closed connection]
bamse has joined #linux-msm
bamse is now known as Guest287
Danct12 has quit [Ping timeout: 480 seconds]
sibis has quit [Server closed connection]
sibis has joined #linux-msm
_whitelogger has joined #linux-msm
Danct12 has joined #linux-msm
CosmicPenguin has quit [Server closed connection]
CosmicPenguin has joined #linux-msm
Daanct12 has joined #linux-msm
Daanct12 has quit [Remote host closed the connection]
ndec has quit [Server closed connection]
ndec has joined #linux-msm
Daanct12 has joined #linux-msm
steev has quit [Server closed connection]
steev has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
pundir has quit [Server closed connection]
pundir has joined #linux-msm
irungentoo has quit [Server closed connection]
irungentoo has joined #linux-msm
marvin24_ has joined #linux-msm
marvin24 has quit [Ping timeout: 480 seconds]
<aka_[m]> bhsharma: to avoid duplication here is my wip repo for SM6115 dts
<bhsharma> aka_[m]: Cool. Thanks for sharing the same..
<bhsharma> aka_[m]: I have the debug uart on the qcom board, so needed to enable it to see uart console logs
<bhsharma> aka_[m]: I have few interconnect support patches as well, which I had prepared for sm4250 and work on my qcom board. Will post them shortly as well
<aka_[m]> bhsharma: That's nice, I haven't touch ICC yet
<aka_[m]> Wonder if ICC generator will work
<bhsharma> aka_[m]: Overall sm6115 patches (present in linux-next) look great. Thanks for your work :)
<aka_[m]> Tho there is some binding calling one of master's vert_dev
<aka_[m]> No idea what is that
<aka_[m]> Maybe some legacy binding
<bhsharma> yes, that seems like legacy downstream stuff ..
<aka_[m]> Issue is I was unable to find it anywhere else
<aka_[m]> Most work was done by ichernev: i just did display side and some clock fixes, not much
<bhsharma> aka_[m]: Did you try the tsens and cpu_freq stuff yet? I can see you add the dts nodes for the same in your tree
<aka_[m]> Yes, cpufreq works on stable
<aka_[m]> Fucked on next
<aka_[m]> 5.19 cpufreq was working well
<bhsharma> aka_[m]: Also can I rebase my changes on top of your tree - which would bring me to the question - when are you planning to post the dts changes (I can see several changes similar to what I had done for sm4250) and would be useful for Linaro as well
<aka_[m]> Probably this week
<aka_[m]> If I get Konrad to review my local i might send it even tomorrow
<bhsharma> aka_[m]: That's great. Glad to see tsens / cpufreq working fine
<aka_[m]> I would have to test on 6.2 yet but it was working on 5.19
<bhsharma> konradybcio, is now with Linaro, so we can nudge him a little :P
<aka_[m]> He has 662 tab too
shawnguo has quit [Server closed connection]
<bhsharma> Expensive hobby :)
shawnguo has joined #linux-msm
<aka_[m]> Tho even if u would send it, I guess submitting for 6.2 is already closed
<aka_[m]> *if i
<bhsharma> right, that would be my guess as well.
flto has quit [Server closed connection]
flto has joined #linux-msm
pevik_ has joined #linux-msm
jhugo___ has quit [Server closed connection]
jhugo___ has joined #linux-msm
dliviu has quit [Server closed connection]
dliviu has joined #linux-msm
elder____ has quit [Server closed connection]
elder____ has joined #linux-msm
jstultz has quit [Server closed connection]
jstultz has joined #linux-msm
dianders has quit [Server closed connection]
dianders has joined #linux-msm
Souradeep has quit [Server closed connection]
Souradeep has joined #linux-msm
sboyd has quit [Server closed connection]
sboyd has joined #linux-msm
arnd has quit [Server closed connection]
arnd has joined #linux-msm
anholt has quit [Server closed connection]
anholt has joined #linux-msm
pespin has joined #linux-msm
Daanct12 has joined #linux-msm
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #linux-msm
Daaanct12 has joined #linux-msm
MartinBotka[m] has quit [Server closed connection]
MartinBotka[m] has joined #linux-msm
Daaanct12 has quit [Remote host closed the connection]
Daanct12 has quit [Quit: Quitting]
cmeerw[m] has quit [Server closed connection]
cmeerw[m] has joined #linux-msm
djakov has quit [Remote host closed the connection]
djakov has joined #linux-msm
Leandro[m] has quit [Server closed connection]
Leandro[m] has joined #linux-msm
Guest287 is now known as bamse
<mort_> next kernel problem: qcom-camss will sometimes give me frames as expected, but other times, it will never give me any frames. When it doesn't work, these two messages appear in the dmesg log when I exit the process which opened the video device:
<mort_> [ 234.956356] qcom-camss 1b0ac00.camss: VFE sof timeout
<mort_> [ 235.468609] qcom-camss 1b0ac00.camss: VFE reg update timeout
<mort_> nevermind, I didn't figure out what was wrong but I went back to an earlier iteration of my devicetree and now it's good
mka has joined #linux-msm
Daanct12 has joined #linux-msm
Danct12 has quit [Ping timeout: 480 seconds]
Daaanct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
Daaanct12 has quit [Ping timeout: 480 seconds]
Danct12 has joined #linux-msm
pespin has quit []
Danct12 has quit [Ping timeout: 480 seconds]
<z3ntu> mort_: just curious, what was the change?
<mort_> honestly, I don't know
<mort_> starting from a devicetree which works for linux 4.9, I had adapted it to work with linux 5.10 by just trying to incorporate as many changes from the upstream apq8016-sbc.dtsi between 4.9 and 5.10 as possible, and someone else had adapted it to work with linux 5.7 with as few changes from our 4.9 dts as possible and I adapted that to work with 5.10
<mort_> with as few changes as possible
<mort_> the first devicetree has a camera which always works, the second has a camera which works 50% of the time
<mort_> neither drivers nor .dtsi files are very stable between kernel versions and most of the time, the changes seem pretty arbitrary, like when a bunch of nodes were changed to not have a leading 0 in the address part of their name (so sdhci@0blah -> sdhci@blah) or when apq8016-sbc-soc-pins.dtsi and apq8016-sbc-pmic-pins.dtsi were merged into
<mort_> apq8016-sbc.dtsi or when pm8916-msm8916.dtsi was introduced whose only purpose is to include pm8916.dtsi and msm8916.dtsi and define some node which used to be in another .dtsi
Danct12 has joined #linux-msm
linusw has quit [Quit: Connection closed for inactivity]
<aka_[m]> krzk: any chance you are there now?
telent has quit [Quit: Ping timeout (120 seconds)]
telent has joined #linux-msm
anholt has quit [Remote host closed the connection]
anholt has joined #linux-msm
pevik_ has quit [Ping timeout: 480 seconds]