Tartarus changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot v2024.01 is OUT / Merge Window is OPEN, next branch is CLOSED / Release v2024.04 is scheduled for 02 April 2024 / Channel archives at https://libera.irclog.whitequark.org/u-boot
edwinistrator2 has quit [Ping timeout: 255 seconds]
edwinistrator26 is now known as edwinistrator2
prabhakarlad has quit [Quit: Client closed]
vagrantc has quit [Quit: leaving]
qschulz has quit [Remote host closed the connection]
qschulz has joined #u-boot
flyback is now known as carl_sagan
carl_sagan is now known as flyback
mmu_man has quit [Ping timeout: 252 seconds]
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #u-boot
pgreco has quit [Ping timeout: 256 seconds]
pgreco_ has joined #u-boot
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #u-boot
naoki has joined #u-boot
Clamor has joined #u-boot
edwinistrator29 has joined #u-boot
edwinistrator2 has quit [Ping timeout: 255 seconds]
edwinistrator29 is now known as edwinistrator2
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
naoki has quit [Quit: naoki]
Clamor has quit [Read error: Connection reset by peer]
monstr has joined #u-boot
Clamor has joined #u-boot
goliath has joined #u-boot
mckoan|away is now known as mckoan
frieder has joined #u-boot
sukrutb has joined #u-boot
sukrutb has quit [Remote host closed the connection]
mmu_man has joined #u-boot
prabhakar has quit [Ping timeout: 264 seconds]
prabhakar has joined #u-boot
prabhakarlad has joined #u-boot
Stat_headcrabed has joined #u-boot
ezulian has joined #u-boot
Stat_headcrabed has quit [Client Quit]
mmu_man has quit [Ping timeout: 264 seconds]
mmu_man has joined #u-boot
norton has joined #u-boot
ezulian has quit [Quit: ezulian]
ezulian has joined #u-boot
sszy has joined #u-boot
Clamor has quit [Ping timeout: 264 seconds]
Clamor has joined #u-boot
goliath_ has joined #u-boot
goliath has quit [Ping timeout: 264 seconds]
goliath_ is now known as goliath
ldevulder_ has joined #u-boot
ldevulder has quit [Ping timeout: 256 seconds]
gsz has joined #u-boot
ldevulder_ is now known as ldevulder
Stat_headcrabed has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
Stat_headcrabed has quit [Quit: Stat_headcrabed]
hanetzer has quit [Ping timeout: 255 seconds]
hanetzer has joined #u-boot
mmu_man has joined #u-boot
dsimic has quit [Ping timeout: 255 seconds]
dsimic has joined #u-boot
slobodan has joined #u-boot
Clamor has quit [Ping timeout: 264 seconds]
Clamor has joined #u-boot
goliath_ has joined #u-boot
goliath has quit [Ping timeout: 268 seconds]
goliath_ is now known as goliath
linfax has joined #u-boot
prabhakar92 has joined #u-boot
prabhakarlad62 has joined #u-boot
prabhakarlad62 has quit [Client Quit]
prabhakar has quit [Ping timeout: 256 seconds]
prabhakarlad81 has joined #u-boot
prabhakarlad has quit [Ping timeout: 250 seconds]
prabhakar92 has quit [Client Quit]
prabhakar has joined #u-boot
prabhakarlad81 has quit [Client Quit]
prabhakarlad has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
Rahix has quit [Ping timeout: 255 seconds]
Rahix has joined #u-boot
crb has quit [Read error: Connection reset by peer]
crb has joined #u-boot
<calebccff> Tartarus: will do
Rahix has quit [Ping timeout: 272 seconds]
Guest4494 has joined #u-boot
ezulian_ has joined #u-boot
ezulian has quit [Ping timeout: 255 seconds]
Rahix has joined #u-boot
mckoan is now known as mckoan|away
goliath has quit [Quit: SIGSEGV]
matthias_bgg has quit [Quit: Leaving]
gsz has quit [Ping timeout: 255 seconds]
monstr has joined #u-boot
qqq has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 268 seconds]
macromorgan has quit [Read error: Connection reset by peer]
macromorgan has joined #u-boot
mmu_man has joined #u-boot
vagrantc has joined #u-boot
mmu_man has quit [Ping timeout: 264 seconds]
haritzondo has joined #u-boot
glaroque has quit [Quit: Connection closed for inactivity]
haritz has quit [Ping timeout: 264 seconds]
prabhakar has quit [Ping timeout: 260 seconds]
prabhakarlad has quit [Ping timeout: 250 seconds]
norton has quit [Quit: WeeChat 4.2.1]
linfax has quit [Ping timeout: 260 seconds]
monstr has quit [Remote host closed the connection]
mmu_man has joined #u-boot
prabhakar has joined #u-boot
prabhakarlad has joined #u-boot
Guest4494 has quit [Quit: Client closed]
mmu_man has quit [Ping timeout: 264 seconds]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
ldevulder has quit [Ping timeout: 264 seconds]
ldevulder has joined #u-boot
mmu_man has joined #u-boot
edwinistrator27 has joined #u-boot
mmu_man has quit [Ping timeout: 260 seconds]
edwinistrator2 has quit [Ping timeout: 255 seconds]
edwinistrator27 is now known as edwinistrator2
Clamor has quit [Ping timeout: 264 seconds]
Clamor has joined #u-boot
f_ is now known as funderscore
funderscore is now known as f_
frieder has quit [Remote host closed the connection]
prabhakarlad has quit [Ping timeout: 250 seconds]
jfsimon1981 has joined #u-boot
prabhakar has quit [Ping timeout: 255 seconds]
<calebccff> is there a "correct" way to handle multiple device being bound to a single DT node? Currently the best "solution" I've found is to have some UCLASS_NOP device which binds the child drivers, but it gets really complicated when trying to avoid duplicated platform data configuration (and ensuring there's no UAFs)...
<calebccff> My current approach is stuffing the common data inside dev->plat_ and doing dev_set_plat() for each child device after binding it. This differentiates it from private data at least
<calebccff> but in the case of the qcom_pmic_gpio driver it also breaks the assumption that dev->parent will be the pmic device (requires for reading/writing on the SPMI bus)
<calebccff> I guess that's a limitation of UCLASS_PMIC though
gsz has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
vagrantc has quit [Quit: leaving]
gsz has quit [Quit: leaving]
zkrx has quit []
zkrx has joined #u-boot
F0rTex has joined #u-boot
goliath has joined #u-boot
jclsn has quit [Quit: WeeChat 4.1.2]
jclsn has joined #u-boot
jclsn has quit [Client Quit]
jclsn has joined #u-boot
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #u-boot
rvalue- has joined #u-boot
rvalue has quit [Ping timeout: 264 seconds]
rvalue- is now known as rvalue
ezulian_ has quit [Ping timeout: 264 seconds]
jfsimon1981 has quit [Remote host closed the connection]
vagrantc has joined #u-boot
goliath has quit [Quit: SIGSEGV]
slobodan has quit [Ping timeout: 252 seconds]
mmu_man has joined #u-boot