marex changed the topic of #u-boot to: SOURCE MOVED TO https://source.denx.de/u-boot/u-boot.git / U-Boot 2022.10, 2023.01-rc3 / Merge Window is CLOSED, -next is OPEN / Release v2023.01 is scheduled for 2023-01-09 / Channel archives at https://libera.irclog.whitequark.org/u-boot
lucascastro has quit [Ping timeout: 252 seconds]
lucascastro has joined #u-boot
Leopold has quit [Ping timeout: 255 seconds]
Leopold has joined #u-boot
lucascastro has quit [Read error: Connection reset by peer]
lucascastro has joined #u-boot
<apteryx> sjg1: I was referring to the test runners found in test_utils, yes. I've decided to leave that alone, as it's relied on by other Python projects in u-boot besides patman
xypron has quit [Quit: xypron]
mckoan|away has joined #u-boot
<apteryx> otherwise I've just sent the series fixing the patman's tests and allowing them to be run via pytest
apritzel_ has quit [Ping timeout: 268 seconds]
mckoan_ has quit [Ping timeout: 272 seconds]
hanetzer has quit [Ping timeout: 252 seconds]
hanetzer has joined #u-boot
camus has quit [Ping timeout: 255 seconds]
camus has joined #u-boot
camus1 has joined #u-boot
camus has quit [Ping timeout: 255 seconds]
camus1 is now known as camus
hanetzer has quit [Ping timeout: 272 seconds]
hanetzer has joined #u-boot
thopiekar_ has joined #u-boot
thopiekar has quit [Ping timeout: 268 seconds]
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
mckoan|away has quit [Ping timeout: 272 seconds]
mckoan|away has joined #u-boot
alpernebbi has quit [Quit: alpernebbi]
alpernebbi has joined #u-boot
mckoan_ has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mckoan|away has quit [Ping timeout: 255 seconds]
vagrantc has quit [Quit: leaving]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
PhoenixMage has joined #u-boot
<apteryx> sjg1: also, rethinking the design about how to set a 'project' name per project, I think the easiest to share setup may be a local '.patman' file, whose values would shadow those of ~/.patman
<apteryx> that way it can be checked in to be easily shared, and it's more generaly useful
teejay has quit [Ping timeout: 272 seconds]
teejay has joined #u-boot
<sjg1> Apteryx yes I was wondering about that too
<apteryx> I have a patch adding it, it seems easy enough; I'm now trying to write a test for it
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
ikarso has joined #u-boot
persmule has quit [Quit: Leaving]
mncheck has joined #u-boot
mncheck has quit [Remote host closed the connection]
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #u-boot
mncheck has joined #u-boot
persmule has joined #u-boot
apritzel_ has joined #u-boot
apritzel_ has quit [Ping timeout: 252 seconds]
mckoan_ is now known as mckoan
pbergin has joined #u-boot
gsz has joined #u-boot
ebach has joined #u-boot
ldevulder has joined #u-boot
mmu_man has joined #u-boot
frieder has joined #u-boot
mwalle has joined #u-boot
Leopold has quit [Ping timeout: 255 seconds]
Leopold has joined #u-boot
frieder has quit [Remote host closed the connection]
frieder has joined #u-boot
guillaume_g has joined #u-boot
frieder has quit [Ping timeout: 260 seconds]
lucascastro has quit [Ping timeout: 260 seconds]
sszy has joined #u-boot
frieder has joined #u-boot
UncleBen has joined #u-boot
mckoan_ has joined #u-boot
mckoan has quit [Ping timeout: 252 seconds]
monstr has joined #u-boot
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
UncleBen has quit [Quit: ____________________________________________________________________________________________________________________________________________]
teejay has quit [Quit: leaving]
teejay has joined #u-boot
UncleBen has joined #u-boot
jagan27 has joined #u-boot
UncleBen has quit [Quit: ____________________________________________________________________________________________________________________________________________]
PhoenixMage has quit [Ping timeout: 272 seconds]
PhoenixMage has joined #u-boot
lucascastro has joined #u-boot
UncleBen has joined #u-boot
mmu_man has quit [Ping timeout: 268 seconds]
mmu_man has joined #u-boot
UncleBen has quit [Quit: celebrate free speech \o/]
UncleBen has joined #u-boot
camus has quit [Ping timeout: 255 seconds]
camus has joined #u-boot
frieder has quit [Ping timeout: 272 seconds]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
ldevulder has quit [Remote host closed the connection]
ldevulder has joined #u-boot
<apteryx> yay, the test passes; I'm just unsure how to register it with the current test infrastructure; the test is a simple test_git_local_config procedure defined in a new test_settings.py file
frieder has joined #u-boot
<jkorsnes[m]> i've previously used i2c_probe() to determine whether or not an i2c chip is present on the i2c bus. my understanding is that this is a deprecated function when using driver model
<jkorsnes[m]> fortunately, I found dm_i2c_probe(), which is even documented to be suitable for this purpose:... (full message at <https://libera.ems.host/_matrix/media/v3/download/libera.chat/cf0a6dad9e0f6899c6550f75b065eab6ca18a95e>)
<jkorsnes[m]> looking at the code, it does not seem to be suitable for this purpose. if the chip is present, it will attempt to probe a suitable driver, and return that return value
<jkorsnes[m]> rather, it's the static (internal to i2c-uclass.c) function i2c_probe_chip() I would want. have i misunderstood?
<jkorsnes[m]> if my understanding is correct, should i submit a patch to expose i2c_probe_chip(), and modify the comments?
mckoan_ has quit [Ping timeout: 265 seconds]
frieder has quit [Ping timeout: 252 seconds]
Gravis has joined #u-boot
<apteryx> sjg1: ah! seems I got confused about testing from u-boot/tools/patman; the .checkpatch.conf doesn't exist there and that was causing errors which I fixed... hm.
frieder has joined #u-boot
mckoan has joined #u-boot
UncleBen has quit [Quit: UncleBen]
mckoan has quit [Ping timeout: 268 seconds]
pbergin has quit [Quit: Leaving]
mckoan has joined #u-boot
<apteryx> I'll send a v2
mckoan has quit [Ping timeout: 260 seconds]
<apteryx> is there a way to capture a series dependency in patman?
mckoan has joined #u-boot
frieder has quit [Remote host closed the connection]
ikarso has quit [Quit: Connection closed for inactivity]
mckoan is now known as mckoan|away
mckoan|away is now known as mckoan
vfazio__ has quit [Remote host closed the connection]
vfazio__ has joined #u-boot
vfazio__ has quit [Remote host closed the connection]
vfazio__ has joined #u-boot
stefanro has quit [Remote host closed the connection]
stefanro has joined #u-boot
elafon has quit [Remote host closed the connection]
torez has joined #u-boot
torez has quit [Client Quit]
mmu_man has quit [Ping timeout: 252 seconds]
Leopold has quit [Remote host closed the connection]
Leopold has joined #u-boot
mmu_man has joined #u-boot
Leopold has quit [Quit: No Ping reply in 180 seconds.]
Leopold has joined #u-boot
mckoan is now known as mckoan|away
cambrian_invader has joined #u-boot
guillaume_g has quit [Quit: Konversation terminated!]
monstr has quit [Remote host closed the connection]
sszy has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
mmu_man has quit [Ping timeout: 256 seconds]
Wouter010067 has quit [Quit: The Lounge - https://thelounge.chat]
Wouter010067 has joined #u-boot
vagrantc has joined #u-boot
mmu_man has joined #u-boot
<sjg1> apteryx: Not at present, although you can stack series on top of each other and set the upstream of one to be the other. Then patman works as normal
<apteryx> I see!
Algotech has quit [Ping timeout: 260 seconds]
Algotech has joined #u-boot
ldevulder has quit [Read error: Connection reset by peer]
ldevulder has joined #u-boot
apritzel has joined #u-boot
ldevulder has quit [Quit: Leaving]
redbrain has quit [Ping timeout: 272 seconds]
gsz has quit [Quit: leaving]