Leopold has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 246 seconds]
mmu_man has joined #u-boot
slobodan has joined #u-boot
Leopold has joined #u-boot
persmule has quit [Remote host closed the connection]
dsimic has quit [Ping timeout: 255 seconds]
<dormito>
managed to get the time to dig more on my ext4 write failures. turns out that a zalloc() failure during one or more of thejournaling calls will be misreported as "no inode left to assign" , becuase ext4fs_get_new_inode_no does not forward the failure reason (ENOMEM from one of the journeling calls in this case)
dsimic has joined #u-boot
<dormito>
in my specific case boosting the dynamic malloc space allowed it to work
goliath has joined #u-boot
persmule has joined #u-boot
johnmcnuggets has quit [Quit: Leaving]
rainbyte has joined #u-boot
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
johnmcnuggets has joined #u-boot
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #u-boot
monstr has quit [Ping timeout: 252 seconds]
mckoan|away has quit [Ping timeout: 246 seconds]
umbramalison has quit [Ping timeout: 252 seconds]
mmu_man has quit [Ping timeout: 264 seconds]
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
slobodan has quit [Read error: Connection reset by peer]
slobodan has joined #u-boot
Leopold has quit [Remote host closed the connection]
mckoan|away has joined #u-boot
Leopold has joined #u-boot
macromorgan has joined #u-boot
mmu_man has joined #u-boot
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Quit: Stat_headcrabed]
ldevulder has quit [Quit: Leaving]
mckoan|away has quit [Ping timeout: 260 seconds]
mckoan|away has joined #u-boot
mmu_man has quit [Ping timeout: 255 seconds]
zeemate has quit [Ping timeout: 240 seconds]
mckoan|away has quit [Ping timeout: 272 seconds]
mckoan|away has joined #u-boot
Leopold has quit [Quit: No Ping reply in 180 seconds.]
Leopold has joined #u-boot
stefanro has quit [Quit: Leaving.]
johnmcnuggets has quit [Remote host closed the connection]
johnmcnuggets has joined #u-boot
zeemate has joined #u-boot
ezulian has quit [Remote host closed the connection]
Leopold has quit [Remote host closed the connection]
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
johnmcnuggets has quit [Remote host closed the connection]
mmu_man has quit [Ping timeout: 264 seconds]
johnmcnuggets has joined #u-boot
goliath has quit [Quit: SIGSEGV]
Leopold has quit [Remote host closed the connection]
johnmcnuggets has quit [Remote host closed the connection]
johnmcnuggets has joined #u-boot
Leopold has joined #u-boot
mmu_man has joined #u-boot
Stat_headcrabed has joined #u-boot
Stat_headcrabed has quit [Client Quit]
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
jfsimon1981 has joined #u-boot
Clamor has quit [Read error: Connection reset by peer]
mmu_man has quit [Ping timeout: 255 seconds]
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
Leopold_ has joined #u-boot
Leopold has quit [Remote host closed the connection]
mmu_man has joined #u-boot
Leopold_ has quit [Ping timeout: 260 seconds]
Leopold has joined #u-boot
goliath has joined #u-boot
joeskb7 has quit [Quit: leaving]
joeskb7 has joined #u-boot
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
slobodan_ has joined #u-boot
slobodan has quit [Ping timeout: 264 seconds]
slobodan_ has quit [Ping timeout: 256 seconds]
<marex>
cambrian_invader: hey, I am looking at include/clk.h and it say this for clk_get_rate()
<marex>
458 * Return: clock rate in Hz on success, 0 for invalid clock, or -ve error code
<marex>
459 * for other errors.
<marex>
461 ulong clk_get_rate(struct clk *clk);
<marex>
how can this return -ve via ulong ? :)
<dormito>
so I think I'm wrapping up my imx header endianness patch. I found doc/develop/process.rst, and doc/develop/sending_patches.rst, is there anything else I should be looking at regarding the patch submission process?
<marex>
dormito: make sure the patch is checkpatch clean