Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2022.07 is OUT / Merge Window is OPEN, -next is CLOSED / Release v2022.10 is scheduled for 3 October 2022 / http://www.denx.de/wiki/U-Boot / Channel archives at https://libera.irclog.whitequark.org/u-boot
mmu_man has quit [Ping timeout: 240 seconds]
GNUtoo has quit [Remote host closed the connection]
umbramalison has quit [Quit: %So long and thanks for all the fish%]
thopiekar has quit [Ping timeout: 252 seconds]
thopiekar has joined #u-boot
umbramalison has joined #u-boot
GNUtoo has joined #u-boot
grgy has quit [Remote host closed the connection]
grgy has joined #u-boot
tafa has quit [Quit: ZNC - https://znc.in]
sam_sepi0l has quit [Remote host closed the connection]
tafa has joined #u-boot
brassado has joined #u-boot
brassado has quit [Ping timeout: 240 seconds]
crb has quit [Ping timeout: 240 seconds]
jclsn has quit [Ping timeout: 268 seconds]
jclsn has joined #u-boot
LeSpocky has quit [Ping timeout: 240 seconds]
LeSpocky has joined #u-boot
thopiekar has quit [Ping timeout: 268 seconds]
thopiekar has joined #u-boot
sam_sepi0l has joined #u-boot
thopiekar has quit [Ping timeout: 240 seconds]
thopiekar has joined #u-boot
rburton has quit [Ping timeout: 244 seconds]
ccaione has quit [Ping timeout: 264 seconds]
jkridner has quit [Ping timeout: 240 seconds]
bradfa has quit [Read error: Connection reset by peer]
bradfa has joined #u-boot
rburton has joined #u-boot
ccaione has joined #u-boot
jkridner has joined #u-boot
matthias_bgg has quit [Ping timeout: 245 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
hanetzer has quit [Ping timeout: 240 seconds]
matthias_bgg has joined #u-boot
hanetzer has joined #u-boot
hanetzer has quit [Ping timeout: 245 seconds]
hanetzer has joined #u-boot
macromorgan has joined #u-boot
macromorgan is now known as Guest4281
Guest4281 has quit [Ping timeout: 244 seconds]
Xeroine has joined #u-boot
camus has quit [Ping timeout: 252 seconds]
camus has joined #u-boot
prabhakarlad has joined #u-boot
camus has quit [Remote host closed the connection]
Xeroine has quit [Ping timeout: 240 seconds]
camus has joined #u-boot
wooosaiiii has joined #u-boot
sszy has joined #u-boot
sam_sepi0l has quit [Ping timeout: 240 seconds]
<hramrach> why does both bind and probe run multiple times for the same device? https://paste.opensuse.org/8958905
mmu_man has joined #u-boot
<hramrach> note: rk8xx is built into u-boot but not tpl/spl so it has to run multiple timesss in u-boot code
brassado has joined #u-boot
brassado has quit [Ping timeout: 244 seconds]
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
stefanro has left #u-boot [#u-boot]
stefanro has joined #u-boot
stefanro has left #u-boot [#u-boot]
brassado has joined #u-boot
sigmaris has quit [Ping timeout: 268 seconds]
sigmaris has joined #u-boot
stefanro has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
torez has joined #u-boot
gsz has joined #u-boot
thopiekar has quit [Ping timeout: 268 seconds]
thopiekar has joined #u-boot
prabhakarlad has quit [Quit: Client closed]
wooosaiiii has quit [Quit: Leaving]
<rfs613> hramrach: ignoring tpl/spl, normal u-boot probes devices twice: once before relocation, and once again afterwards.
prabhakarlad has joined #u-boot
<rfs613> it's possible to control this using DT attribute "u-boot,dm-pre-reloc", or in the driver with DM_FLAG_PRE_RELOC
<rfs613> as for the repeated rk8xx_probe, without looking at the code, I'd assume that the driver failed to probe (perhaps due to the read error).
mmu_man has quit [Ping timeout: 240 seconds]
prabhakarlad has quit [Quit: Client closed]
prabhakarlad has joined #u-boot
mmu_man has joined #u-boot
brassado has quit [Ping timeout: 240 seconds]
brassado has joined #u-boot
matthias_bgg has quit [Quit: Leaving]
persmule has quit [Quit: Leaving]
Xeroine has joined #u-boot
persmule has joined #u-boot
brassado has quit [Ping timeout: 240 seconds]
camus has quit [Remote host closed the connection]
camus has joined #u-boot
thopiekar has quit [Ping timeout: 252 seconds]
Xeroine has quit [Ping timeout: 245 seconds]
thopiekar has joined #u-boot
___nick___ has joined #u-boot
vagrantc has joined #u-boot
<sjg1> marex: OK I'm not going to ELCE, still has masks. Please send one of your suits and also that bubble Michael Jackson used to use
<sjg1> rfs613: Let's add a DT binding for the rk8xx sysreset and we can fix this properly
<sjg1> hramrach: ^
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
<macromorgan> should it just be split into it's own driver and added to the u-boot specific overlays? Seems like that would fix the issue too.
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
Xeroine has joined #u-boot
Xeroine has quit [Ping timeout: 240 seconds]
Xeroine has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
gsz has quit [Quit: leaving]
Xeroine has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot
___nick___ has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
___nick___ has joined #u-boot
___nick___ has joined #u-boot
___nick___ has quit [Ping timeout: 268 seconds]
<hramrach> sjg1: the sysreset DT bindings are completely orthogonal to the problem at hand
crb has joined #u-boot
<sjg1> macromorgan: Yes I think there should be a U-Boot-specific .dtsi file. I think moving it into its own file in drivers/sysreset (with a new Kconfig dependent on the rk8xx one) is helpful too
<sjg1> hramrach: Completely? The problems I mentioned cannot be solved without moving it to DT. I volunteer to send the binding update to Linux if others are too frightened
sbach has quit [Read error: Connection reset by peer]
sbach has joined #u-boot
crb has quit [Quit: This computer has gone to sleep]
Forty-Bot has quit [Read error: Connection reset by peer]
<macromorgan> I apologize, but what's the problem at hand, so I'm clear? It sounds like there's a host of issues but one of them (specifically here with this driver) is that we shouldn't be loading the sysreset driver pre-relocate, right?
<cambrian_invader> sending dt bindings is my most feared part of the linux patch process
vagrantc has quit [Quit: leaving]
torez has quit [Quit: torez]
hanetzer has quit [Quit: WeeChat 3.5]
hanetzer has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
<sjg1> cambrian_invader: Conquer your fears! Are you volunteering?
persmule has quit [Remote host closed the connection]
persmule has joined #u-boot
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
vagrantc has joined #u-boot
Forty-Bot has joined #u-boot
vagrantc has quit [Quit: leaving]