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
NonaSuomy has quit [Ping timeout: 246 seconds]
NonaSuomy has joined #armlinux
apritzel has quit [Ping timeout: 258 seconds]
bps has quit [Ping timeout: 240 seconds]
Tokamak has quit [Ping timeout: 246 seconds]
Tokamak has joined #armlinux
elastic_dog has quit [Ping timeout: 258 seconds]
Tokamak has quit [Ping timeout: 256 seconds]
elastic_dog has joined #armlinux
Tokamak has joined #armlinux
Tokamak_ has joined #armlinux
Tokamak has quit [Ping timeout: 255 seconds]
Tokamak_ has quit [Ping timeout: 256 seconds]
Tokamak has joined #armlinux
amitk has joined #armlinux
Tokamak has quit [Ping timeout: 246 seconds]
Tokamak has joined #armlinux
NonaSuomy has quit [Ping timeout: 246 seconds]
apritzel has joined #armlinux
<mvaittin>
marex: Do I dare to ask ... Any progress with the critical-clocks?
apritzel has quit [Ping timeout: 240 seconds]
cleger has joined #armlinux
<marex>
mvaittin: dare to ask sboyd
monstr has joined #armlinux
Pali has joined #armlinux
iivanov has joined #armlinux
<mvaittin>
marex: I'll take that as no visible progress :(
rvalue has quit [Read error: Connection reset by peer]
<marex>
sboyd: ^
rvalue has joined #armlinux
<mvaittin>
marex: I was just asking this because I see someone else who hit issues - and sent a patch to overcome this with of_clk_detect_critical()
<ardb>
arnd: i did the experiment of making ALT_SMP() issue a 'brk' instruction throughout, and
<ardb>
everything seems to work happily
<ardb>
booted on a UP system, none of the BRKs are ever hit
atorgue has quit [Ping timeout: 252 seconds]
headless has quit [Quit: Konversation terminated!]
Tokamak has quit [Ping timeout: 255 seconds]
Tokamak has joined #armlinux
ywnkmn has quit [Quit: ywnkmn]
ywnkmn has joined #armlinux
SallyAhaj has quit [Ping timeout: 255 seconds]
NonaSuomy has joined #armlinux
jlinton has joined #armlinux
jlinton has quit [Ping timeout: 252 seconds]
puranjaymohan has joined #armlinux
monstr has quit [Remote host closed the connection]
iivanov has quit [Ping timeout: 256 seconds]
iivanov has joined #armlinux
djrscally has joined #armlinux
iivanov has quit [Ping timeout: 246 seconds]
iivanov has joined #armlinux
iivanov has quit [Ping timeout: 240 seconds]
luispm has quit [Quit: Leaving]
iivanov has joined #armlinux
SallyAhaj has joined #armlinux
Pali has joined #armlinux
jlinton has joined #armlinux
hushmoney has joined #armlinux
headless has joined #armlinux
<hushmoney>
i have a board with an i2c gpio expander and an i2c mux, one channel of that i2c mux addresses two devices with the same address, but they are enabled with pins on the gpio expander. i'm inexperienced in this area so i'm struggling to write a device tree for this. am i on the right track with mux-controller and gpio-mux? not sure how to combine that with the i2c mux too
cleger has quit [Quit: Leaving]
jlinton has quit [Ping timeout: 252 seconds]
cbeznea has quit [Read error: Connection reset by peer]
cbeznea has joined #armlinux
apritzel has quit [Ping timeout: 246 seconds]
iivanov has quit [Quit: Leaving...]
<hanetzer>
is there a mechanism for getting a device from a device_node? I'm pretty sure I've asked before but I forget
<headless>
hanetzer: of_find_device_by_node()?
<hanetzer>
that returns a platform_device struct. there was a patch back in 2015 that put a `struct device' under `struct device_node' but I guess that never got merged
<headless>
hanetzer: &pdev->dev points to your struct device :-)
<hanetzer>
ah, so it does.
<hanetzer>
seems to work. no complaints from the LSP but hey, we'll see at boot time :)
<headless>
hanetzer: LSO?
<headless>
*LSP
<hanetzer>
language server protocol. basically a mechanism for shoving language awareness into various editors.
* headless
thought "Linux support package" :-)
<hanetzer>
so instead of having to do a 3x4 square of vim/emacs/foo x c/lua/rust/bar you have two separate 1x3 and 1x4 rects of vim-lsp/emacs-lsp/foo-lsp and c-lsp/lua-lsp/rust-lsp/bar-lsp.
<hanetzer>
because making dedicated integration of x languages against y editors means x*y, but doing it this way ends up being x+y
<hanetzer>
well, it compiles without warnings. a good sign.
nsaenz has quit [Remote host closed the connection]
puranjaymohan has quit [Quit: Connection closed for inactivity]
apritzel has joined #armlinux
Tokamak has quit [Ping timeout: 255 seconds]
Tokamak_ has joined #armlinux
<hanetzer>
izzn't there some tool to turn func_name+0xXX/0xYY into a line number?