<smaeul>
but it cannot be merged in this form (it is doing card driver functions in a codec driver; maintainers will ask for a machine driver, and that's a lot of work)
<smaeul>
Ashleee: great! so we know that's a decent workaround, but we don't know if the timer is still going backward within a core, or if it is out of sync between cores
<anarsoul>
smaeul: why is it a card driver job?
<smaeul>
because it is accessing card-level widgets. the "Headphone Jack" and "Headset Microphone" names come from the simple-audio-card in the DT
<anarsoul>
apart from mic bias it just seems to be reporting jack status
<anarsoul>
moreover it's a codec thing, so having a machine-specific driver for it doesn't sound right
<smaeul>
it's also reaching into the analog codec driver to control "HBIAS" (because jackdet and micdet enable bits are in the analog codec)
<smaeul>
so assuming it is acceptable, it would need support from sun8i-codec-analog (A33) to not give errors at runtime
<smaeul>
I may send it as an RFC if I'm feeling lucky :)
<smaeul>
(or feel free to, they're not even my patches originally)
<anarsoul>
I'll need to deal with my backlog of patches first
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
montjoie has quit [Ping timeout: 256 seconds]
montjoie has joined #linux-sunxi
<apritzel>
smaeul: did you get notified about my TF-A push? I'd rather ask before touching any gerrit buttons these days ;-)
<plaes>
nowadays it's quite easy to spin up a container (lxd or whatever), and install all the fun stuff
<apritzel>
bauen1: so poweroff works on my Pine H64, from U-Boot at least (CMD_POWEROFF)
netlynx has joined #linux-sunxi
lucascastro has quit [Remote host closed the connection]
<apritzel>
bauen1: ... and from Linux as well. Keep in mind that the green LED stays on, as it just signals voltage on the power connector (it's not behind the PMIC)
lucascastro has joined #linux-sunxi
kaspter has quit [Quit: kaspter]
andy25225 has quit [Ping timeout: 240 seconds]
andy25225 has joined #linux-sunxi
cmeerw has joined #linux-sunxi
chewitt has quit [Quit: Zzz..]
chewitt_ has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 260 seconds]
chewitt_ has quit [Ping timeout: 256 seconds]
tuxd3v has joined #linux-sunxi
chewitt has joined #linux-sunxi
victhor has quit [Remote host closed the connection]
Asara has quit [Ping timeout: 264 seconds]
Asara has joined #linux-sunxi
eduardas has quit [Quit: Konversation terminated!]
victhor has joined #linux-sunxi
apritzel has quit [Ping timeout: 256 seconds]
<mirko>
anyone driving ws2812 / sk6812 led strips with spi-sun6i? i'm having the issue that one color (in my case green) of the very first led of whatever strip i use is always on at full brightness. i've read similar reports with use of neopixel libs which got fixed by some weird seemingly unrelated changes probably affecting timing..