rellla changed the topic of #linux-sunxi to: Allwinner/sunxi /development discussion - did you try looking at our wiki? https://linux-sunxi.org - Don't ask to ask. Just ask and wait! - https://github.com/linux-sunxi/ - Logs at http://irclog.whitequark.org/linux-sunxi - *only registered users can talk*
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 268 seconds]
specing_ is now known as specing
akaWolf has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 268 seconds]
jstefanop has quit [Remote host closed the connection]
AF04FB9290474265 has joined #linux-sunxi
apritzel has quit [Ping timeout: 260 seconds]
buzzmarshall has quit [Remote host closed the connection]
kilobyte_ch has quit [Ping timeout: 246 seconds]
sunshavi has quit [Read error: Connection reset by peer]
DrFrankensteinUK has quit [Read error: Connection reset by peer]
DrFrankensteinUK has joined #linux-sunxi
lucas_ has quit [Remote host closed the connection]
sunshavi has joined #linux-sunxi
ynezz has quit [Remote host closed the connection]
ynezz has joined #linux-sunxi
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 252 seconds]
jstein has joined #linux-sunxi
apritzel has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
warpme_ has quit [Quit: Connection closed for inactivity]
hlauer has joined #linux-sunxi
apritzel has quit [Ping timeout: 252 seconds]
gsz has joined #linux-sunxi
cmeerw has joined #linux-sunxi
jstein has quit [Quit: quit]
cmeerw has quit [Ping timeout: 276 seconds]
matthias_bgg has joined #linux-sunxi
<wens> tore down my board farm today, a whole lot of stuff...
jelly-home is now known as jelly
tnovotny has joined #linux-sunxi
<montjoie> board are not the problem, wire attached to them are
<KotCzarny> hide them in boxes along with switches/psu
<KotCzarny> or in one big box
warpme_ has joined #linux-sunxi
<montjoie> we use wood with hole, board are up, cable go down via holes
k4be has joined #linux-sunxi
apritzel has joined #linux-sunxi
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 252 seconds]
cnxsoft has quit [Ping timeout: 240 seconds]
anarsoul has quit [Ping timeout: 245 seconds]
anarsoul has joined #linux-sunxi
cnxsoft has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 240 seconds]
JohnDoe_71Rus has joined #linux-sunxi
jelly has quit [Ping timeout: 265 seconds]
jelly-home has joined #linux-sunxi
x5eb has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
matthias_bgg has quit [Read error: Connection reset by peer]
matthias_bgg has joined #linux-sunxi
_0x5eb_ has quit [Quit: Goodbye!]
x5eb is now known as _0x5eb_
<wens> it's all good until you need to pack up and move :p
<wens> I ended up with a box full of devices weighing 10kg that I had to carry home on the subway
Naka has joined #linux-sunxi
Nakaori has quit [Ping timeout: 252 seconds]
<KotCzarny> lol
<KotCzarny> there are wheeled cases nowadays
<wens> yeah ... I should've brought my suitcase to work today ...
<KotCzarny> backpacks work nicely too
<KotCzarny> especially those travel ones
<DuClare> I prefer trunks and backseats
<KotCzarny> you still have to haul it to the car though
<wens> KotCzarny: I don't have any large backpacks lol
<KotCzarny> not a hikey type, eh?
<KotCzarny> ;)
<wens> nope, my legs and lower back can't take it
lucascastro has joined #linux-sunxi
<KotCzarny> they still had to take that box though, which was harder on them when carried in hands
kilobyte_ch has joined #linux-sunxi
jelly-home is now known as jelly
ldevulder has quit [Remote host closed the connection]
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Changing host]
<wens> reminds me of a time when a friend carried his PC to my place using a (airsoft) rifle carry backpack
elros1 has joined #linux-sunxi
ldevulder has joined #linux-sunxi
<apritzel> wens: mripard: what is the policy for describing USB pins on headers in a board DT? For normal (mux'ed) pins I understand we don't enable their special function, as they could be used for something else
<apritzel> but those USB pins are not muxed, so they can only be USB
specing_ has joined #linux-sunxi
specing has quit [Ping timeout: 240 seconds]
specing_ is now known as specing
<mripard> but then there's nothing to describe?
<apritzel> mripard: I was thinking about enabling the OHCI/EHCI nodes in the DT
<apritzel> I just hooked up some PC USB bracket, and it works fine
suniel has joined #linux-sunxi
<suniel> Hi all
<suniel> I am working on an Allwinner R16 based target. I am looking for a register
<suniel> which describes the cause of reset (like POR, RST, WATCHDOG, THERMAL etc), but
<suniel> unable to find one.
<suniel> Any inputs ? Thanks guys
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 260 seconds]
<hlauer> wens: submitted my second try for en/disable charging on bananaPro/M1+ axp209. hope your move is going well :)
choozy has joined #linux-sunxi
<apritzel> jernej: my mail server cannot deliver email to you: 550 5.1.1 <your.name at siol.net>: Recipient address rejected: siol.net
<wens> suniel: AFAIK there isn't one
<suniel> wens: thanks for the response. Any work arounds ?
<wens> crust had something along those lines?
<apritzel> suniel: if you control the reset, you could write something to one RTC GP data register before triggering the reset
<apritzel> suniel: those registers survive a reset
<suniel> apritzel: thanks for the suggestion. I will try them
jstefanop has joined #linux-sunxi
<smaeul> the AXP PMIC has a register that tells you the power-up reason, but not the SoC
<smaeul> crust doesn't have that feature either, though I could also write something to the RTC register before a reset (including POR)
\\Mr_C\\ has quit [Quit: Ping timeout: 999,999,999 years]
<suniel> smaeul, apritzel, wens: on allwinner R16 RTC, we have four GENERAL purpose registers(GP_DATA_REG). 0x1f00100, 104, 108. 10c. I used them to increment when there is a reset in u-boot
<apritzel> suniel: 4 mentioned in the manual, but aren't there actually more?
<suniel> 0x1f00100 increments but from a wierd value(b0010001). the rest of them (104, 108, 10c) doesnt increment. Any reason ?
<apritzel> suniel: have you tried other registers?
<suniel> apritzel: you are saying that there should be more  GENERAL purpose registers(GP_DATA_REG
<apritzel> that's what the comment suggests, but I haven't tried that
<suniel> okay, let me do a quick check
chewitt has quit [Quit: Adios!]
<suniel> apritzel: i tried some addresses beyond 10c, but no result
<jernej> apritzel: that e-mail account was closed yesterday without warning and they can't tell me what is going on
<jernej> apritzel: so I'm migrating to gmail
<apritzel> jernej: did you tell them that this orphans "DEINTERLACE DRIVERS FOR ALLWINNER H3"?
<jernej> I'll send e-mail update for maintainers today
tnovotny has quit [Quit: Leaving]
<jernej> that e-mail is from ISP that I don't have subscription for a long time
<apritzel> ah, I see. I was always wary of ISP addresses ...
<apritzel> jernej: I sent some patches for U-Boot, they are on the list
<jernej> I saw
<apritzel> let me fix my ~/.gitalias ...
choozy has quit [Remote host closed the connection]
cmeerw has joined #linux-sunxi
jstefanop has quit [Remote host closed the connection]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 246 seconds]
hlauer has quit [Ping timeout: 260 seconds]
choozy has joined #linux-sunxi
jstein has joined #linux-sunxi
jstefanop has joined #linux-sunxi
jstefanop has quit [Ping timeout: 252 seconds]
dev1990_ has quit [Ping timeout: 268 seconds]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
dev1990_ has joined #linux-sunxi
luke-jr has quit [Ping timeout: 240 seconds]
dev1990 has joined #linux-sunxi
dev1990_ has quit [Ping timeout: 252 seconds]
luke-jr has joined #linux-sunxi
matthias_bgg has joined #linux-sunxi
lukedashjr has joined #linux-sunxi
jstefanop has joined #linux-sunxi
luke-jr has quit [Ping timeout: 252 seconds]
lukedashjr has quit [Ping timeout: 260 seconds]
luke-jr has joined #linux-sunxi
lukedashjr has joined #linux-sunxi
luke-jr has quit [Ping timeout: 240 seconds]
luke-jr has joined #linux-sunxi
lukedashjr has quit [Ping timeout: 268 seconds]
luke-jr has quit [Ping timeout: 260 seconds]
luke-jr has joined #linux-sunxi
jstefanop has quit [Remote host closed the connection]
luke-jr has quit [Ping timeout: 252 seconds]
luke-jr has joined #linux-sunxi
ldevulder has quit [Remote host closed the connection]
lukedashjr has joined #linux-sunxi
luke-jr has quit [Ping timeout: 265 seconds]
lukedashjr has quit [Ping timeout: 252 seconds]
luke-jr has joined #linux-sunxi
luke-jr has quit [Ping timeout: 246 seconds]
luke-jr has joined #linux-sunxi
lukedashjr has joined #linux-sunxi
luke-jr- has joined #linux-sunxi
luke-jr has quit [Ping timeout: 240 seconds]
random_yanek has quit [Ping timeout: 250 seconds]
lukedashjr has quit [Ping timeout: 265 seconds]
luke-jr- has quit [Ping timeout: 260 seconds]
suniel has quit [Quit: Connection closed]
random_yanek has joined #linux-sunxi
elros1 has quit [Remote host closed the connection]
lukedashjr has joined #linux-sunxi
luke-jr- has joined #linux-sunxi
luke-jr has joined #linux-sunxi
lukedashjr has quit [Ping timeout: 260 seconds]
lukedashjr has joined #linux-sunxi
luke-jr- has quit [Ping timeout: 252 seconds]
luke-jr- has joined #linux-sunxi
luke-jr has quit [Ping timeout: 260 seconds]
matthias_bgg has quit [Ping timeout: 265 seconds]
lukedashjr has quit [Ping timeout: 268 seconds]
luke-jr- is now known as luke-jr
hlauer has joined #linux-sunxi
gsz has quit [Ping timeout: 240 seconds]
matthias_bgg has joined #linux-sunxi
reinforce has joined #linux-sunxi
matthias_bgg has quit [Ping timeout: 268 seconds]
JohnDoe_71Rus has quit [Quit: KVIrc 5.0.1 Aria http://www.kvirc.net/]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
ldevulder has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
buzzmarshall has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Ping timeout: 240 seconds]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
choozy has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
vagrantc has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
Mangy_Dog has quit [Ping timeout: 260 seconds]
Mangy_Dog has joined #linux-sunxi
Mangy_Dog has quit [Changing host]
Mangy_Dog has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
jstefanop has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
hlauer has quit [Ping timeout: 240 seconds]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
cmeerw has quit [Ping timeout: 246 seconds]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
kilobyte_ch has quit [Ping timeout: 260 seconds]
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
gaston1980 has joined #linux-sunxi
uis has quit [Quit: ZNC 1.7.5 - https://znc.in]
uis has joined #linux-sunxi
ldevulder has quit [Quit: Leaving]
kilobyte_ch has joined #linux-sunxi
sbodin has joined #linux-sunxi
sbodin has left #linux-sunxi [#linux-sunxi]
kilobyte_ch has quit [Ping timeout: 276 seconds]
kilobyte_ch has joined #linux-sunxi
MangyDog has joined #linux-sunxi
MangyDog has quit [Remote host closed the connection]
Mangy_Dog has quit [Ping timeout: 252 seconds]
huawei has quit [Quit: ZNC - https://znc.in]
huawei has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 265 seconds]
dev1990 has quit [Ping timeout: 240 seconds]
dev1990_ has joined #linux-sunxi