ChanServ 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
pb17 has quit [Ping timeout: 480 seconds]
opticron has quit [Read error: Connection reset by peer]
opticron has joined #asahi-dev
hspak4405 has quit []
pb17 has joined #asahi-dev
HitokiriKincho has quit [Remote host closed the connection]
HitokiriKincho has joined #asahi-dev
HitokiriKincho has quit [Remote host closed the connection]
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
HitokiriKincho has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
sudtho has joined #asahi-dev
HitokiriKincho has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
baozich has quit [Ping timeout: 480 seconds]
beastd|2 has quit [Ping timeout: 480 seconds]
beastd|2 has joined #asahi-dev
chadmed has quit [Quit: Konversation terminated!]
chadmed has joined #asahi-dev
beastd|2 has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
nora_ has joined #asahi-dev
nora has quit [Ping timeout: 480 seconds]
beastd|2 has joined #asahi-dev
HitokiriKincho has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
ipatch has quit [Remote host closed the connection]
sudtho has quit [Ping timeout: 480 seconds]
baozich has joined #asahi-dev
tobhe has joined #asahi-dev
tobhe_ has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
sudtho has joined #asahi-dev
jnn has joined #asahi-dev
jn has quit [Ping timeout: 480 seconds]
HitokiriKincho has quit [Remote host closed the connection]
nora has joined #asahi-dev
sudtho has quit [Ping timeout: 480 seconds]
ipatch has joined #asahi-dev
nora_ has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
ipatch has quit [Remote host closed the connection]
chrisl has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
JayBeeFOSS has quit [Ping timeout: 480 seconds]
JayBeeFOSS has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
Calandracas_ has joined #asahi-dev
Calandracas has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
ipatch has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
yuyichao_ has quit [Quit: Konversation terminated!]
yuyichao_ has joined #asahi-dev
pb17 has joined #asahi-dev
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
ddxtanx has quit [Remote host closed the connection]
Halian has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
chrisl has joined #asahi-dev
johey has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
sand4rt has joined #asahi-dev
<nickchan>
I wrote a driver to power-down iPhone 5s with an I2C-connected PMIC, but I get warning "No atomic I2C transfer handler for i2c-0".
johey has joined #asahi-dev
<jannau>
"@xfer_atomic: Same as @xfer. Yet, only using atomic context so e.g. PMICs can be accessed very late before shutdown. Optional."
<jannau>
can't use the implemented xfer callback since that might sleep
<nickchan>
jannau: I see I will force non-IRQ, disable the IRQ and use mdelay instead of msleep
<nickchan>
I see another driver flip a bool in the atomic xfer function then call the xfer function and then the other functions observe that bool so I will do just that
elvishjerricco has quit [Ping timeout: 480 seconds]
billak has joined #asahi-dev
chrisl has joined #asahi-dev
<nickchan>
works now except some pinctrl which I also need to fix (apple,pinctrl doesn't support configured as wakeup source)
chrisl has quit [Ping timeout: 480 seconds]
billak has quit [Quit: Konversation terminated!]
opticron has quit [Read error: Connection reset by peer]
opticron has joined #asahi-dev
pb17 has quit [Remote host closed the connection]
pb17 has joined #asahi-dev
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
<nickchan>
uh oh
<nickchan>
arch/arm64/boot/dts/apple/t7000.dtsi is missing the highest p-state for mini4
<nickchan>
ipad mini 4, it's not wrong, just missing the highest p-state
<nickchan>
*and* it's in asahi-soc already
<nickchan>
sven: I will deal with that later
sand4rt has quit [Ping timeout: 480 seconds]
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
chrisl has joined #asahi-dev
chrisl has quit [Ping timeout: 480 seconds]
emilia-miki has joined #asahi-dev
<nicolas17>
nickchan: are you saying t8012 linux bringup is like a 'bridge' between Apple Silicon and older Ax SoCs? ;)
<nickchan>
nicolas17: not a wrong way to think about it
<nickchan>
it's the newest of all the SoCs I am targeting, but with older cores
<nickchan>
nicolas17: bridgeOS is as watchOS as tvOS is to watchOS
<nickchan>
watchOS part only applies to embeddedOS I think
<nickchan>
it also have multiple generations of hw... in one SoC
<nickchan>
like it has S5L8960X dart and T8015 dart
<nickchan>
s8000 iop and t8015 iop
<nicolas17>
what a weirdo SoC
<nicolas17>
and all to support that pesky Intel coprocessor /hj
<nickchan>
the linux firmware abstrations should work pretty well for the uefi firmware
<nickchan>
and it should be possible to expose a CDC NCM gadget through the vhci interface so T2 can get online
marcel has joined #asahi-dev
<marcel>
exit
marcel has quit []
chrisl has joined #asahi-dev
<nickchan>
nicolas17: anyways the internal keyboard is wired to it so it had the needed controls for chocolate doom already
mischa85 has joined #asahi-dev
<nickchan>
and that keyboard should be supported by asahi drivers once the older spi variant is supported
<nickchan>
it's not directly compatible, but it looks like an aic-ish situation where it's a subset
<nickchan>
for the spi
<mischa85>
hi all, just trying to contribute to m1n1 development a bit. struck bootloop on t6041 before m1n1 even loads. possibly related to firmware 15.3 running on this.
emilia-miki has quit [Quit: emilia-miki]
<nickchan>
firmware 15.3 is compatible with t6041
pb17 has quit [Ping timeout: 480 seconds]
chrisl has quit [Ping timeout: 480 seconds]
<mischa85>
yes, but earlier reports mentioned the same bootloop when updating 15.1 -> 15.2 on M4 devices