<megi>
I'm learning runtime PM and noticed that if any of clk_prepare_enable fail here, the prepare/unprepare counter will get unbalanced by calling disable_unprepare on unprepared clock
fl__0 has joined #linux-sunxi
fl_0 has quit [Ping timeout: 272 seconds]
fl__0 is now known as fl_0
asdf28 has quit [Ping timeout: 260 seconds]
<montjoie>
megi: I check, I add a manual error and see what happen
<montjoie>
it issue a warning... I will fix thanks
<montjoie>
hello anyone with the collector h8_homlet_v2 ? I got "MMC: no card present/spl: mmc init failed with error: -123" with recent uboot
<wens>
I have one, but haven't used it in ages
<montjoie>
if you have a know uboot revision which works,but that's not urgent, I wanted to add easily another a83t for boots
<montjoie>
wens: 2016.03 booted!
<wens>
hmm, I don't even have this board in my records :/
<plaes>
This post contains following sentence in the u-boot section: "... Because the Sunxi wiki doesn’t explain these whatsoever...
duracrisis has quit [Max SendQ exceeded]
duracrisis has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 256 seconds]
JohnDoe_71Rus has joined #linux-sunxi
OnkelUll1 has left #linux-sunxi [#linux-sunxi]
matthias_bgg has joined #linux-sunxi
OnkelUlla has joined #linux-sunxi
eduardas has quit [Quit: Konversation terminated!]
duracrisis has quit [Max SendQ exceeded]
duracrisis has joined #linux-sunxi
ldevulder_ has joined #linux-sunxi
ldevulder has quit [Ping timeout: 260 seconds]
<montjoie>
clementp[m]1: I dont see any hack like that in the uboot version which boot it
<montjoie>
I fear other problem like regulator
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
<montjoie>
I need to found what made uboot 2016.03 and 2020.10 not
<wens>
montjoie: just a guess. if the card detect gpio polarity is wrong, then it won't do card detection, because it only tries to detect a card if card detection indicates a card is inserted
<montjoie>
how to change it ?
kaspter has quit [Ping timeout: 240 seconds]
kaspter has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 240 seconds]
vagrantc has joined #linux-sunxi
<wens>
see the dts?
<wens>
you can either change GPIO_ACTIVE_LOW/HIGH or add/remove the cd-inverted property
dev1990 has quit [Quit: Konversation terminated!]
dev1990 has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
<karlp>
you can disable card detection and enable it to poll as well.