ChanServ changed the topic of #linux-msm to:
Daanct12 has joined #linux-msm
marvin24 has joined #linux-msm
marvin24_ has quit [Ping timeout: 480 seconds]
Daanct12 has quit [Remote host closed the connection]
Daanct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-msm
Daanct12 has quit [Ping timeout: 480 seconds]
Daanct12 has joined #linux-msm
jhovold has joined #linux-msm
zstas has joined #linux-msm
<konradybcio> So Intel has some camera sensor drivers, some of which are commonly used
<konradybcio> Some of these are being upstreamed, but this seems like a nice early access for the ones interested
<konradybcio> (as in, there also exist qc based devices using the same sensors)
<konradybcio> bryanodonoghue: ^ not sure if you noticed
srinik has joined #linux-msm
zstas_ has joined #linux-msm
zstas has quit [Ping timeout: 480 seconds]
srinik has quit [Ping timeout: 480 seconds]
srinik has joined #linux-msm
pespin has joined #linux-msm
vsro has joined #linux-msm
Daanct12 has quit [Quit: WeeChat 4.4.4]
vsro has quit [Ping timeout: 480 seconds]
vsro has joined #linux-msm
<bryanodonoghue> ah no I didn't know about that repo
<bryanodonoghue> that'll save a couple of weeks of work
vsro has quit [Remote host closed the connection]
srinik has quit [Ping timeout: 480 seconds]
srinik has joined #linux-msm
Tofe has quit [Quit: Tofe'IRC Machine]
Tofe has joined #linux-msm
srinik has quit [Ping timeout: 480 seconds]
jhovold has quit [Ping timeout: 480 seconds]
srinik has joined #linux-msm
zstas_ has quit [Ping timeout: 480 seconds]
srinik has quit [Ping timeout: 480 seconds]
pespin has quit []
<CosmicPenguin> bamse: the downstream sm8250 rgc-clk drivers have a special flag called .enable_safe_config that basically kept the clock from being touched before it gets prepared (https://git.codelinaro.org/clo/le/kernel/msm-4.19/-/blob/LE.UM.4.4.1.r3-16300-QRB5165.0/drivers/clk/qcom/camcc-kona.c#L1345). Upstream doesn't have that and cam_cc_slow_ahb_clk_src really hates having its rate set before prepare is called. Do you know the
<CosmicPenguin> history here? Its okay if the answer is "don't set the rate on an unprepared clock".