mszyprow has quit [Read error: Connection reset by peer]
Peng_Fan has quit [Quit: Connection closed for inactivity]
rando25902 has quit [Quit: leaving]
<Grimler>
Hi, @krzk after 7fbf6b731b ("power: supply: max17042: Do not enforce (incorrect) interrupt trigger type") and 8a45f33bd3 ("ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family") I am seeing lots of "max17042 12-0036: SOC threshold INTR" messages on exynos4412-i9300.
<Grimler>
Changing back to `IRQ_TYPE_EDGE_FALLING` for i930{0,5} (in exynos4412-galaxy-s3.dtsi) works to silence the message. Would this be an acceptable patch or should this be fixed, properly, somewhere else?
cmeerw has joined #linux-exynos
<krzk>
Grimler: if the interrupt level is edge, such patch would be good, but interrupt is not edge, AFAIK :)
<krzk>
Therefore this should be fixed differently.
<krzk>
Or rather - real cause should be found.
short-bike has joined #linux-exynos
<krzk>
Grimler: interrupt line should be pulled by external resistor, so it might mean that fuel gauge is reporting error all the time
short-bike has left #linux-exynos [and on that note...]
<krzk>
Grimler: if you boot with my patch reverted, what is visible in "grep . /sys/class/power_supply/*/*"?
<krzk>
Grimler: can you try following patch and report what it prints?