ChanServ changed the topic of #armlinux to: ARM kernel talk [Upstream kernel, find your vendor forums for questions about their kernels] | https://libera.irclog.whitequark.org/armlinux
apritzel has quit [Ping timeout: 252 seconds]
mraynal has quit [Remote host closed the connection]
mraynal has joined #armlinux
System_Error has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
jclsn has quit [Ping timeout: 255 seconds]
jclsn has joined #armlinux
System_Error has quit [Remote host closed the connection]
System_Error has joined #armlinux
heat has quit [Ping timeout: 240 seconds]
System_Error has quit [Remote host closed the connection]
hanetzer has quit [Ping timeout: 240 seconds]
System_Error has joined #armlinux
hanetzer has joined #armlinux
amitk has joined #armlinux
Lucanis has quit [Ping timeout: 256 seconds]
Lucanis has joined #armlinux
cbeznea_ has joined #armlinux
apritzel has joined #armlinux
monstr has joined #armlinux
monstr has quit [Ping timeout: 252 seconds]
apritzel has quit [Ping timeout: 268 seconds]
gclement has joined #armlinux
prabhakalad has joined #armlinux
System_Error has quit [Remote host closed the connection]
monstr has joined #armlinux
System_Error has joined #armlinux
iivanov has joined #armlinux
iivanov has quit [Read error: Connection reset by peer]
iivanov has joined #armlinux
frieder has joined #armlinux
monstr has quit [Ping timeout: 252 seconds]
Livio has joined #armlinux
System_Error has quit [Remote host closed the connection]
<ukleinek> broonie: thanks, this is a free-time project, so I won't promise anything, but I wrote down the hints
iivanov has quit []
iivanov has joined #armlinux
System_Error has joined #armlinux
<mwalle> ukleinek: fwiw, i've used the simple audio card with a layerscape soc and a wm8904 and an external mclk clk source, see arch/arm64/boot/dts/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dts
xvmt has quit [Remote host closed the connection]
<pivi> Hello, I was wondering, is it ok to send a dt-binding addition with no driver implementing it (a driver patch will come later on)? krzk ?
mvaittin has quit [Ping timeout: 255 seconds]
<krzk> pivi: rather not, at least not without some explanation (e.g. for third party projects, but then might need to be added to dtschema). Please send a binding and an user.
<krzk> if only people used channels dedicated to the topic... like asking about DT in #devicetree channel...
psydroid has quit [Read error: Connection reset by peer]
psydroid has joined #armlinux
headless has joined #armlinux
sszy has joined #armlinux
lain6141 has quit [Read error: Connection reset by peer]
lain6141 has joined #armlinux
psydroid has quit [Remote host closed the connection]
mvaittin has joined #armlinux
psydroid has joined #armlinux
cbeznea_ has quit [Ping timeout: 268 seconds]
cbeznea has joined #armlinux
dmart has joined #armlinux
dmart has quit [Client Quit]
dmart has joined #armlinux
apritzel has joined #armlinux
bjoto has quit [Remote host closed the connection]
Lockesmith has quit [Remote host closed the connection]
Lockesmith has joined #armlinux
bjoto has joined #armlinux
Livio has quit [Ping timeout: 260 seconds]
cbeznea_ has joined #armlinux
cbeznea has quit [Ping timeout: 264 seconds]
prabhakalad has quit [Ping timeout: 256 seconds]
prabhakalad has joined #armlinux
iivanov has quit []
prabhakalad has quit [Ping timeout: 252 seconds]
headless has quit [Quit: Konversation terminated!]
nsaenz has joined #armlinux
nsaenz_ has joined #armlinux
nsaenz has quit [Ping timeout: 240 seconds]
System_Error has quit [Remote host closed the connection]
nsaenz has joined #armlinux
hanetzer1 has joined #armlinux
nsaenz_ has quit [Read error: Connection reset by peer]
System_Error has joined #armlinux
hanetzer has quit [Ping timeout: 255 seconds]
iivanov has joined #armlinux
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #armlinux
System_Error has quit [Read error: Connection reset by peer]
SystemError has joined #armlinux
headless has joined #armlinux
rvalue- has joined #armlinux
rvalue has quit [Ping timeout: 272 seconds]
rvalue- is now known as rvalue
<pivi> krzk: thanks for the answer - and thanks for the head-up on the #devicetree channel
nsaenz has quit [Remote host closed the connection]
headless has quit [Quit: Konversation terminated!]
mvaittin has quit [Ping timeout: 268 seconds]
heat has joined #armlinux
vingu1 has joined #armlinux
vingu1 has quit [Ping timeout: 255 seconds]
hanetzer1 is now known as hanetzer
psydroid2 has joined #armlinux
milkylainen has quit [Quit: re]
vingu1 has joined #armlinux
kwilczynski has joined #armlinux
iivanov has quit []
<geertu> krzk: So if I run into you in a bar, I can only talk about beer?
Livio has joined #armlinux
Livio has quit [Ping timeout: 272 seconds]
TheCoffeMaker has quit [Ping timeout: 246 seconds]
kwilczynski has quit []
TheCoffeMaker has joined #armlinux
TheCoffeMaker has quit [Ping timeout: 260 seconds]
vingu1 has quit [Quit: Leaving.]
TheCoffeMaker has joined #armlinux
Amit_T has joined #armlinux
iivanov has joined #armlinux
oldgalileo has joined #armlinux
gclement has quit [Ping timeout: 268 seconds]
dmart has quit [Quit: leaving]
<oldgalileo> Does anyone have insight on whether it's bad practice to hit the CPU with a flood of SMC calls? It seems like in the Linux OP-TEE driver there's no delay and I'm using this as a rough reference to speed up some bug fixing in EDK2
SystemError has quit [Remote host closed the connection]
<phh> oldgalileo: imo yes it's bad practice, because it has a high cost, and that cost is increasing over time with speculation&co mitigations
<broonie> OTOH if you actually need to do the SMC calls they're not going to get any faster by spacing them out. In general you want to do as few SMC calls as possible but the issue is doing the calls rather than anything else.
<oldgalileo> phh: Wow thanks for the quick answer. That was sort of my intuition. I have absolutely /zero/ sense for what a reasonable-length stall might be. Is there any common wisdom for determning sensible stall times?
<phh> well I agree with broonie. there is no point in stalling
<phh> unless your "stalling" here implies bigger batching
<oldgalileo> broonie, phh: That makes sense. I don't think there's a hope of batching in this case.
iivanov has quit [Remote host closed the connection]
headless has joined #armlinux
frieder has quit [Remote host closed the connection]
TheCoffeMaker has quit [Ping timeout: 252 seconds]
TheCoffeMaker has joined #armlinux
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
apritzel has quit [Quit: Leaving]
psydroid|2 has joined #armlinux
psydroid2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
Livio has joined #armlinux
lain6141 has quit [Read error: Connection reset by peer]
lain6141 has joined #armlinux
milkylainen has joined #armlinux
headless has quit [Ping timeout: 268 seconds]
Amit_T has quit [Quit: Leaving]
oldgalileo has quit [Ping timeout: 268 seconds]
cbeznea_ has quit [Ping timeout: 272 seconds]
xvmt has joined #armlinux
apritzel has joined #armlinux
Livio has quit [Ping timeout: 268 seconds]
psydroid|2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
vingu1 has joined #armlinux
vingu1 has quit [Quit: Leaving.]
vingu1 has joined #armlinux
System_Error has joined #armlinux
System_Error has quit [Ping timeout: 260 seconds]
vingu1 has quit [Quit: Leaving.]
lain6141 has quit [Read error: Connection reset by peer]
lain6141 has joined #armlinux
apritzel has quit [Ping timeout: 256 seconds]
System_Error has joined #armlinux