ChanServ changed the topic of #linux-msm to:
marvin24_ has joined #linux-msm
marvin24 has quit [Ping timeout: 480 seconds]
pevik has joined #linux-msm
Daaanct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-msm
cmeerw has joined #linux-msm
Tooniis[m] has quit [Ping timeout: 480 seconds]
Tooniis[m] has joined #linux-msm
dianders has quit []
dianders has joined #linux-msm
sboyd has quit []
sboyd has joined #linux-msm
norris has quit []
norris has joined #linux-msm
pevik has quit [Quit: Lost terminal]
pevik has joined #linux-msm
ahalaney has joined #linux-msm
pevik has quit [Ping timeout: 480 seconds]
Danct12 has quit [Quit: Quitting]
svarbanov has quit [Ping timeout: 480 seconds]
svarbanov has joined #linux-msm
pevik has joined #linux-msm
pevik has quit [Quit: Lost terminal]
Danct12 has joined #linux-msm
ahalaney has quit [Quit: Leaving]
<Marijn[m]> bamse: Are you available to talk about clocks, parent clocks, firmware and backwards compability?
<Marijn[m]> sboyd: ^ might want to chime in as well
<Marijn[m]> bamse: The thing is that all qcom platforms (phones) I'm currently working on use appended DTBs, and we always keep them in sync with the kernel by simply building and concatenating both in our flash scrips. I'm curious if that's the case for most other platforms, and if it is otherwise worth to maintain backwards compatibility by keeping transient "xo" clocks in gcc (the word "transient" isn't really fitting anymore) and keeping fallbacks
<Marijn[m]> to global clock names in place. sboyd already suggested that, if desired and mentioned explicitly in patchsets, we could break newer kernels with older firmware (DT) intentionally in favour of having a cleaner system in the end.
<Marijn[m]> bamse: I currently have the same cleanup you did to sdm660 sitting for msm8998 ready to be sent (might have noticed that we're sending more patches around that SoC 😉) but I want to get this cleared up to make a decision on whether to keep the "xo" clock and add `.name` fallbacks, before sending. Same questions apply for the DSI PLL parent-clock fixes.