marcan changed the topic of #asahi-dev to: Asahi Linux: porting Linux to Apple Silicon macs | Non-development talk: #asahi | General development | GitHub: https://alx.sh/g | Wiki: https://alx.sh/w | Logs: https://alx.sh/l/asahi-dev
systwi has quit [Ping timeout: 480 seconds]
Droop has joined #asahi-dev
swaggie has joined #asahi-dev
derzahl has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
derzahl has joined #asahi-dev
pbsds0 has quit []
pbsds0 has joined #asahi-dev
swaggie has joined #asahi-dev
pbsds0 has quit []
pbsds0 has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
SSJ_GZ has quit [Ping timeout: 480 seconds]
derzahl has quit [Ping timeout: 480 seconds]
c10l has quit [Read error: Connection reset by peer]
c10l has joined #asahi-dev
derzahl has joined #asahi-dev
user982492 has joined #asahi-dev
___nick___ has quit []
___nick___ has joined #asahi-dev
___nick___ has quit []
___nick___ has joined #asahi-dev
swaggie has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
swaggie has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
derzahl has quit [Ping timeout: 480 seconds]
c10l has quit [Ping timeout: 480 seconds]
c10l has joined #asahi-dev
swaggie has joined #asahi-dev
c10l has quit [Quit: Ping timeout (120 seconds)]
jn has quit [Remote host closed the connection]
jn has joined #asahi-dev
c10l has joined #asahi-dev
derzahl has joined #asahi-dev
user982492 has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
derzahl has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
krbtgt has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
eli has quit [Ping timeout: 480 seconds]
SSJ_GZ has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
swaggie has quit [Remote host closed the connection]
swaggie has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
bluetail6 has joined #asahi-dev
bluetail has quit [Ping timeout: 480 seconds]
bluetail6 is now known as bluetail
c10l has quit [Quit: Ping timeout (120 seconds)]
swaggie has joined #asahi-dev
c10l has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
MajorBiscuit has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-dev
iaguis has quit [Quit: leaving]
eli has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
r0ni has joined #asahi-dev
MajorBiscuit has joined #asahi-dev
MajorBiscuit has quit [Quit: WeeChat 3.6]
MajorBiscuit has joined #asahi-dev
riker77 has quit [Quit: Quitting IRC - gone for good...]
amarioguy has quit [Remote host closed the connection]
swaggie has joined #asahi-dev
jluthra has quit [Remote host closed the connection]
jluthra has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
c10l has quit [Quit: Ping timeout (120 seconds)]
c10l has joined #asahi-dev
c10l has quit []
c10l has joined #asahi-dev
cylm has joined #asahi-dev
eli has left #asahi-dev [Leaving]
unixgeek has joined #asahi-dev
riker77 has joined #asahi-dev
iaguis has joined #asahi-dev
<marcan> [ 0.487375] macsmc-rtc macsmc-rtc: error -ENOENT: Failed to get rtc_offset NVMEM cell
<marcan> well that's a new one
<marcan> looking at the nvmem code, I see what happened: there's a race where it registers the nvmem device before adding its cells, so you can end up with a consumer not getting deferred but still failing to find cells
swaggie has joined #asahi-dev
<marcan> sent the fix
swaggie has quit [Ping timeout: 480 seconds]
weitcis has joined #asahi-dev
weitcis has quit [Remote host closed the connection]
cylm_ has joined #asahi-dev
<povik> what conditions need to be fulfilled for the driver core to probe the DT subnodes of a device?
<povik> i have reg= and compatible= on the subnodes
cylm has quit [Ping timeout: 480 seconds]
<povik> not even sure what code decides that, if it's in drivers/base/ or elsewhere
<sven> I think you have to manually call some populate function
<sven> don’t know the name by heart but look at e.g. the various dwc3 glue parents
<povik> ok, i looked at syscon but nothing caught my eye there
<sven> of_platform_populate I think
<povik> that seems to be it!
<sven> iirc the syscon devices I’ve seen were also simple-mfd which was handled by some core bus logic
<sven> but that just ends up calling that populate thing as well in the end iirc
yamii has quit [Remote host closed the connection]
yamii has joined #asahi-dev
gladiac has joined #asahi-dev
Gaspare has joined #asahi-dev
iaguis has quit [Quit: leaving]
Gaspare has quit [Read error: Connection reset by peer]
amw has quit [Ping timeout: 480 seconds]
Gaspare has joined #asahi-dev
roxfan2 is now known as roxfan
amw has joined #asahi-dev
WindowPain_ has joined #asahi-dev
kit_ty_kate has quit [Quit: WeeChat 3.2.1]
WindowPain has quit [Ping timeout: 480 seconds]
swaggie has joined #asahi-dev
swaggie has quit [Ping timeout: 480 seconds]
galileo has joined #asahi-dev
kit_ty_kate has joined #asahi-dev
Gaspare has quit [Quit: Gaspare]
trsohmers has quit [Ping timeout: 480 seconds]
derzahl has joined #asahi-dev
galileo has quit [Remote host closed the connection]
MajorBiscuit has quit [Ping timeout: 480 seconds]
galileo has joined #asahi-dev
<robher> povik: children of root, 'simple-bus' or 'simple-mfd' nodes are automagic
galileo has quit [Remote host closed the connection]
Gaspare has joined #asahi-dev
riker77 has quit [Quit: Quitting IRC - gone for good...]
riker77 has joined #asahi-dev
mofux has joined #asahi-dev
swaggie has joined #asahi-dev
___nick___ has quit [Ping timeout: 480 seconds]
mofux has quit [Quit: mofux]
mofux has joined #asahi-dev
<zzywysm> marcan and sven: in case you want to double-check this merge conflict got resolved to your satisfaction: https://lore.kernel.org/all/20221213165444.361342-1-pabeni@redhat.com/
mofux has quit [Remote host closed the connection]
Gaspare has quit [Quit: Gaspare]
derzahl has quit [Ping timeout: 480 seconds]
gladiac has quit [Quit: k thx bye]
SSJ_GZ has quit [Ping timeout: 480 seconds]
pjakobsson_ has joined #asahi-dev
pjakobsson has quit [Ping timeout: 480 seconds]
Gaspare has joined #asahi-dev