Danct12 has quit [Remote host closed the connection]
Danct12 has joined #linux-msm
pevik_ has joined #linux-msm
pevik__ has joined #linux-msm
Danct12 has quit [Ping timeout: 480 seconds]
Danct12 has joined #linux-msm
Danct12 has quit [Remote host closed the connection]
<narmstrong>
Marijn[m]: I'm testing your INTF TE changes, I'm a total noob in CMD mode, but I have something on the screen only when DRM does a vblank update, then screen goes black
<narmstrong>
Marijn[m]: so this means the TE event doesn't go through ?
<narmstrong>
well not really, I only have something persistent when I run `modetest -r` otherwise the kernel fbcon only flashes when drm does vblank updates
<narmstrong>
but in this case instead of a full smpte I only have the gray & blue colours :/
<z3ntu>
Anyone know about the BAT_THERM vadc? My downstream kernel uses ADC5_BAT_THERM_30K_PU (downstream: ADC_BAT_THERM_PU1) but with a custom lookup table that (from what I can tell) corresponds to the thermistor behavior (=NTC) that is found in the battery pack itself so that it can correctly map voltage from vadc to temperature. Currently there's already some of these lookup tables hardcoded in qcom-vadc-common.c but it feels quite wrong to have it
<z3ntu>
there, since it's not SoC-specific and here not even really board-specific but could change depending on which battery pack you use.
<z3ntu>
This NTC in the battery pack is also 10kOhm so not even 30k as per the name, which is why I guess the values are now different compared to Qualcomm baseline
<z3ntu>
I think to be correct the kernel would need to find correct battery definition in dts (based on ID pin because there could be multiple for a given device), grab this lookup table from there and only then it could correctly read the BATT_THERM vadc with that lookup table
<bryanodonoghue>
aka_[m] I noticed recently on linux-next that WiFi is pretty broken
<bryanodonoghue>
so its not just you
<bryanodonoghue>
I'm not sure where the regression was intorduced
<bryanodonoghue>
I just rebased to linux-next this evening
<bryanodonoghue>
I haven't checked stable since before christmas
<bryanodonoghue>
I did use it on 8916 yesterday for another reason on linux-next and it "just worked"
<bryanodonoghue>
I'm in the process of messing with the 8939 core dtsi so if you happened to have picked up anything I published to git.linaro.org consider it potentially not working
<bryanodonoghue>
let's have a quick look at today's -next...