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
tobhe has joined #asahi-dev
glem has quit [Quit: bye.]
glem has joined #asahi-dev
KxCORP589 has quit [Quit: Bye!]
KxCORP589 has joined #asahi-dev
pb17 has quit [Ping timeout: 480 seconds]
pb17 has joined #asahi-dev
jeisom_ has quit [Ping timeout: 480 seconds]
JayBeeFOSS has quit [Remote host closed the connection]
<chadmed>
also picked jannau's commits refactoring the devicetree stuff but that's broken and needs work (TW0P doesn't exist on every machine for example)
<chadmed>
there _has_ to be a better way to do that hwmon_channel_info stuff... surely...
gladiac has quit [Quit: Ping timeout (120 seconds)]
gladiac has joined #asahi-dev
pb17 has joined #asahi-dev
<jannau>
which device(s) miss TW0P?
<chadmed>
j475
<jannau>
the hwmon_channel_info would be simpler if we move the channel info array and the channel info into `struct macsmc_hwmon` and only allocate the config arrays dynamically
<jannau>
i.e. add `struct hwmon_channel_info *channel_infos[NUM_SENSOR_TYPES + 1 /*chip*/ + 1 /* terminating NULL */];` and