Rafael1980 has quit [Quit: Konversation terminated!]
victhor has quit [Ping timeout: 258 seconds]
sutke1178 has quit [Read error: Connection reset by peer]
sutke1178 has joined #linux-sunxi
sutke1178 has quit [Read error: Connection reset by peer]
sutke1178 has joined #linux-sunxi
DonkeyHotei has joined #linux-sunxi
lurchi__ is now known as lurchi_
vagrantc has quit [Quit: leaving]
megi has quit [Ping timeout: 255 seconds]
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 246 seconds]
agraf_ has joined #linux-sunxi
agraf has quit [Ping timeout: 246 seconds]
agraf_ is now known as agraf
<wens>
megi: a lot of designs aren't :(
<wens>
megi: the h6 PIO has some bits to set "power mode" in registers 0x340 and 0x348, maybe take a look at what aw sets?
lurchi_ is now known as lurchi__
dddddd has quit [Remote host closed the connection]
clemens3_ has quit [Remote host closed the connection]
alexxey has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
[7] has quit [Ping timeout: 264 seconds]
TheSeven has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 246 seconds]
nuuuciano has quit [Ping timeout: 250 seconds]
f0xx has joined #linux-sunxi
IgorPec has joined #linux-sunxi
airwind has joined #linux-sunxi
reinforce has joined #linux-sunxi
paulliu has joined #linux-sunxi
selfbg has joined #linux-sunxi
alexxy has quit [Ping timeout: 246 seconds]
akaizen has quit [Ping timeout: 268 seconds]
selfbg has quit [Quit: selfbg]
alexxy has joined #linux-sunxi
f0xx has quit [Ping timeout: 255 seconds]
clemens3_ has joined #linux-sunxi
CoconutCrab has left #linux-sunxi [#linux-sunxi]
tnovotny has joined #linux-sunxi
msimpson has joined #linux-sunxi
reinforce has quit [Ping timeout: 255 seconds]
f0xx has joined #linux-sunxi
reinforce has joined #linux-sunxi
BenG83 has joined #linux-sunxi
alexxey has quit [Ping timeout: 268 seconds]
Rafael1980 has joined #linux-sunxi
fl_0 has quit [Quit: STRG + Q]
nashpa has quit [Ping timeout: 244 seconds]
alexxey has joined #linux-sunxi
nashpa has joined #linux-sunxi
IgorPec has quit [Ping timeout: 258 seconds]
jbrown has joined #linux-sunxi
fl_0 has joined #linux-sunxi
tnovotny has quit [Ping timeout: 258 seconds]
tnovotny has joined #linux-sunxi
shfil has quit [Quit: Connection closed for inactivity]
gamelaster has joined #linux-sunxi
IgorPec has joined #linux-sunxi
tllim has joined #linux-sunxi
pgreco has quit [Ping timeout: 255 seconds]
megi has joined #linux-sunxi
alexxey has quit [Remote host closed the connection]
pgreco has joined #linux-sunxi
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 246 seconds]
AneoX has joined #linux-sunxi
AneoX_ has quit [Ping timeout: 246 seconds]
leviathanch has joined #linux-sunxi
jbrown has quit [Ping timeout: 258 seconds]
f0xx has quit [Ping timeout: 244 seconds]
selfbg has joined #linux-sunxi
IgorPec has quit [Ping timeout: 244 seconds]
jbrown has joined #linux-sunxi
BenG83 has quit [Ping timeout: 240 seconds]
fkluknav has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
Andy-D has quit [Ping timeout: 255 seconds]
Andy-D has joined #linux-sunxi
dddddd has joined #linux-sunxi
BenG83 has joined #linux-sunxi
afaerber has joined #linux-sunxi
tllim has quit [Read error: Connection reset by peer]
IgorPec has joined #linux-sunxi
tllim has joined #linux-sunxi
random_yanek has quit [Quit: random_yanek]
random_yanek has joined #linux-sunxi
random_yanek has quit [Max SendQ exceeded]
random_yanek has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
jakllsch has joined #linux-sunxi
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
selfbg has quit [Remote host closed the connection]
nuuuciano has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
AneoX_ has joined #linux-sunxi
AneoX has quit [Ping timeout: 246 seconds]
reinforce has joined #linux-sunxi
reinforce has quit [Client Quit]
tllim has quit [Quit: Leaving]
nashpa has quit [Ping timeout: 255 seconds]
IgorPec has quit [Ping timeout: 268 seconds]
nashpa has joined #linux-sunxi
fkluknav has quit [Remote host closed the connection]
fkluknav has joined #linux-sunxi
Putti has quit [Remote host closed the connection]
lurchi_ is now known as lurchi__
Putti has joined #linux-sunxi
gamelaster has quit [Ping timeout: 268 seconds]
Putti has quit [Remote host closed the connection]
Putti has joined #linux-sunxi
sutke11782 has joined #linux-sunxi
sutke1178 has quit [Ping timeout: 250 seconds]
reinforce has joined #linux-sunxi
msimpson has quit [Read error: Connection reset by peer]
tnovotny has quit [Quit: Leaving]
shfil has joined #linux-sunxi
RichardG867 has quit [Ping timeout: 268 seconds]
clemens3_ has quit [Ping timeout: 255 seconds]
<megi>
wens: thanks for the hint, I'll look into it!
<megi>
wens: indeed, there's a difference 0x340 is set to 0x44 by aw kernel, and is 0 in mainline
<megi>
0x348 is the same
<megi>
that is, PG and PC ports are set to 1.8V
<megi>
code that manipulates this register is complete garbage, it doesn't make sense at all
IgorPec has joined #linux-sunxi
<megi>
it's called to change voltage of mmc pins only and writes nosense (value of some MMC core enum) into the register, and can never reset any bits anyway
<megi>
documentation states that the bits in the register are respected only sometime, but when is not documented
<megi>
and RGMII is on port D anyway
<megi>
I don't like the idea to set signalling to 1.8V on the SoC and feed it 2.5V from the phy, so I guess the issue may be somewhere else, still