Turl 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
vagrantc has quit [Quit: leaving]
dave0x6d has quit [Quit: Connection closed for inactivity]
ninolein has quit [Ping timeout: 252 seconds]
ninolein has joined #linux-sunxi
lurchi__ is now known as lurchi_
cnxsoft has joined #linux-sunxi
jrg has quit [Ping timeout: 240 seconds]
jrg has joined #linux-sunxi
jbrown has joined #linux-sunxi
lurchi_ is now known as lurchi__
jbrown has quit [Remote host closed the connection]
aalm has joined #linux-sunxi
nvz has quit [Changing host]
nvz has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
<anarsoul> MoeIcenowy: ping
IgorPec has joined #linux-sunxi
leviathanch has joined #linux-sunxi
[7] has quit [Ping timeout: 246 seconds]
TheSeven has joined #linux-sunxi
pmpp has quit [Quit: No Ping reply in 180 seconds.]
pmpp has joined #linux-sunxi
SP7RT has joined #linux-sunxi
jernej has joined #linux-sunxi
jernej has quit [Client Quit]
lurchi_ has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 240 seconds]
TheSeven has quit [Ping timeout: 255 seconds]
TheSeven has joined #linux-sunxi
SP7RT has quit [Ping timeout: 240 seconds]
_whitelogger has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
JohnDoe_71Rus has joined #linux-sunxi
<MoeIcenowy> anarsoul: pong
<anarsoul> MoeIcenowy: have you had any issues with eMMC on pinebook?
<MoeIcenowy> I didn't use it at all
<anarsoul> it doesn't work either with mainline u-boot nor with linux
<MoeIcenowy> although on my book it can be recognized
<MoeIcenowy> which model is your eMMC?
<anarsoul> it's recognized
<anarsoul> but u-boot cannot reliably transfer files
<MoeIcenowy> which u-boot ver?
<anarsoul> u-boot master
<anarsoul> Linux can't boot at all if I have eMMC in dts
<MoeIcenowy> I remember wens said that some versions of u-boot has emmc support broken
<anarsoul> it complains about hung task
<MoeIcenowy> here it doesn't has any problems
<anarsoul> also, SD card read performance in u-boot is terrible
<MoeIcenowy> and Linux can recognizes partitions on eMMC
<anarsoul> 700kb/s
<anarsoul> I have temporary fix -- reduce udelay argument from 1000 to 1 in mmc_rint_wait()
<anarsoul> with fix it's 3mb/s
<anarsoul> but it's far from performace in Linux where it's over 10mb/s
<KotCzarny> have you enabled block caching in uboot?
<anarsoul> hm
<anarsoul> let me check
<KotCzarny> last time i had terrible sd reads it was because defconfig didnt enable that
<anarsoul> KotCzarny: nope
<KotCzarny> for whatever unthinkable reason
cnxsoft has quit [Read error: Connection reset by peer]
<anarsoul> thanks for the tip!
<anarsoul> I'll try it
nvz has quit [Ping timeout: 260 seconds]
<KotCzarny> but i think a64 had it's own bunch of troubles with mmc in uboot
nvz has joined #linux-sunxi
<anarsoul> MoeIcenowy: try to read something from eMMC
<anarsoul> darn
<anarsoul> aarch64-linux-gnu-ld.bfd: region `.sram' overflowed by 672 bytes
cnxsoft has joined #linux-sunxi
<KotCzarny> those hackers! squeezing every byte
<KotCzarny> gcc6+ ?
<anarsoul> 7.2.0
reinforce has joined #linux-sunxi
<KotCzarny> probably old
<KotCzarny> there is a stamp on wallpaper 1.3.0
<KotCzarny> 1.3.0+
<KotCzarny> keep in mind that there are network troubles since 1.3.1 (for some personal reasons)
<KotCzarny> 1.3.2 in incoming fixes most
<KotCzarny> but it's not ready
<KotCzarny> (for public release)
<KotCzarny> oops. sorry for above
<KotCzarny> wrong channel
yann has quit [Ping timeout: 240 seconds]
<anarsoul> KotCzarny: BLOCK_CACHE doesn't help, still 3mb/s
yann-kaelig has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
afaerber has quit [Quit: Leaving]
diego_r has joined #linux-sunxi
f0xx has joined #linux-sunxi
awais has joined #linux-sunxi
fkluknav has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aleksandr has joined #linux-sunxi
<oliv3r> why is it that when I write a driver, they never load automatically at boot? If i modprobe it, it works just fine (including all the compatibility parsing etc). what is the magic that is required to have a module automatically load because the devicetree says it should?
aidin has quit [Ping timeout: 248 seconds]
<mripard> you're likely to miss MODULE_DEVICE_TABLE
tom_nov has joined #linux-sunxi
<oliv3r> mripard: I might indeed be!
<oliv3r> mripard: you are my hero :)
<oliv3r> though I had the same problem with the ssd1307fb and it had both tables registered (i2c and of table)
Ntemis has joined #linux-sunxi
msimpson has joined #linux-sunxi
LargePrime has quit [Ping timeout: 252 seconds]
enrico_ has joined #linux-sunxi
yann has joined #linux-sunxi
LargePrime has joined #linux-sunxi
nvz has quit [Ping timeout: 240 seconds]
nvz has joined #linux-sunxi
BenG83 has joined #linux-sunxi
xes_ has joined #linux-sunxi
xes has quit [Ping timeout: 255 seconds]
BenG83 has quit [Quit: Leaving]
yann has quit [Ping timeout: 240 seconds]
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 260 seconds]
dev1990 has quit [Ping timeout: 240 seconds]
dev1990 has joined #linux-sunxi
BenG83 has joined #linux-sunxi
chomwitt has joined #linux-sunxi
msimpson_ has joined #linux-sunxi
msimpson has quit [Ping timeout: 240 seconds]
DullTube has joined #linux-sunxi
msimpson_ has quit [Read error: Connection reset by peer]
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 255 seconds]
<montjoie> wens: the changes you ask on DT are unrelated to the serie (fix warning) so I will made then in a separate patch (furthermore it is big)
<montjoie> wens: so could you merge the current serie ? or do you prefer I resend with the additionnal patch ?
aleksandr has quit [Ping timeout: 248 seconds]
chomwitt has quit [Ping timeout: 240 seconds]
yann has joined #linux-sunxi
aidin has joined #linux-sunxi
<wens> since these are clean up patches, you can just fix them together, instead of adding more churn
IgorPec has quit [Quit: Nettalk6 - www.ntalk.de]
IgorPec has joined #linux-sunxi
zoobab has joined #linux-sunxi
libv_ is now known as libv
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aidin has quit [Ping timeout: 240 seconds]
yann has quit [Ping timeout: 252 seconds]
yann has joined #linux-sunxi
aleksandr has joined #linux-sunxi
jbrown has joined #linux-sunxi
aleksandr has quit [Ping timeout: 260 seconds]
aleksandr has joined #linux-sunxi
yann has quit [Ping timeout: 240 seconds]
formruga has quit [Quit: Konversation terminated!]
lkcl has quit [Ping timeout: 240 seconds]
formruga has joined #linux-sunxi
lurchi_ is now known as lurchi__
aidin has joined #linux-sunxi
DullTube has quit [Quit: Leaving]
yann has joined #linux-sunxi
BenG83 has quit [Ping timeout: 240 seconds]
lurchi__ is now known as lurchi_
lkcl has joined #linux-sunxi
yann has quit [Ping timeout: 252 seconds]
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
yann has joined #linux-sunxi
qeed has quit [Quit: Leaving]
SP7RT has joined #linux-sunxi
awais has quit [Ping timeout: 248 seconds]
lurchi_ is now known as lurchi__
SP7RT_ has joined #linux-sunxi
SP7RT has quit [Ping timeout: 252 seconds]
xes_ is now known as xes
TEKrantz has quit [Ping timeout: 260 seconds]
TEKrantz has joined #linux-sunxi
lkcl has quit [Ping timeout: 240 seconds]
Putti has quit [Ping timeout: 248 seconds]
aidin has quit [Remote host closed the connection]
lurchi__ is now known as lurchi_
aidin has joined #linux-sunxi
Putti has joined #linux-sunxi
aidin has quit [Ping timeout: 264 seconds]
ceng has quit [Ping timeout: 260 seconds]
libv has quit [Ping timeout: 260 seconds]
cnxsoft has quit [Quit: cnxsoft]
libv has joined #linux-sunxi
ceng has joined #linux-sunxi
lkcl has joined #linux-sunxi
lurchi_ is now known as lurchi__
<oliv3r> mripard: your suggestion works excellently, except for i2c connected devices, i double checked with the ssd1307fb and also a nother i2c device doesn't get auto-probed. incidentally, the at24 driver does get auto-loaded because the dt told it to do so. for I2C both the tables are MODULE_DEVICE_TABLE'ed
<oliv3r> though the at24 driver does have the legacy? module_init and module_exit calls, which afaik where superseded by module_i2c_driver?
<oliv3r> maybe it's a naming issue in my dt
lurchi__ is now known as lurchi_
<wens> the i2c subsystem doesn't honor the dt device table as far as auto probing goes
<wens> only the i2c device id table
<wens> the name part (the part after the comma) in the compatible string must match some entry in the i2c device id table for auto loading to work
JohnDoe_71Rus has joined #linux-sunxi
freemangordon has quit [Ping timeout: 240 seconds]
IgorPec has quit [Ping timeout: 255 seconds]
SP7RT_ has quit [Ping timeout: 240 seconds]
BenG83 has joined #linux-sunxi
yann has quit [Ping timeout: 264 seconds]
tom_nov has quit [Quit: Leaving]
yann has joined #linux-sunxi
reinforce has quit [Quit: Leaving.]
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Ping timeout: 240 seconds]
xes_ has joined #linux-sunxi
aidin has joined #linux-sunxi
xes has quit [Ping timeout: 252 seconds]
aidin has quit [Ping timeout: 248 seconds]
yann has quit [Ping timeout: 252 seconds]
vagrantc has joined #linux-sunxi
nvz has quit [Changing host]
nvz has joined #linux-sunxi
yann has joined #linux-sunxi
f0xx has quit [Read error: No route to host]
f0xx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
yann has quit [Ping timeout: 260 seconds]
lkcl has quit [Ping timeout: 240 seconds]
aidin has joined #linux-sunxi
lurchi_ is now known as lurchi__
reinforce has joined #linux-sunxi
aidin has quit [Ping timeout: 260 seconds]
lurchi__ is now known as lurchi_
aalm has quit [Quit: xyz 1.9]
lurchi_ is now known as lurchi__
IgorPec has joined #linux-sunxi
anarsoul|2 has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
SP7RT has joined #linux-sunxi
mrnuke has left #linux-sunxi ["Konversation terminated!"]
f0xx has quit [Ping timeout: 240 seconds]
freemangordon has joined #linux-sunxi
aleksandr has joined #linux-sunxi
aleksandr has quit [Ping timeout: 264 seconds]
<smaeul> can anyone make sense of this? http://ix.io/AeT this is on icenowy/sunxi64-4.13.y with the "Simple DVFS support for Allwinner A64 SoC" from a few days ago
<smaeul> not sure if related, or an existing bug
freemangordon has quit [Ping timeout: 240 seconds]
<smaeul> I'm not even sure where the stall is...
Gerwin_J has quit [Quit: Gerwin_J]
jernej has joined #linux-sunxi
<anarsoul|2> do you see it with 'Simple DVFS support' removed?
freemangordon has joined #linux-sunxi
enrico_ has quit [Quit: Bye]
GPenguin has quit [Quit: Leaving]
aidin has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
aidin has quit [Ping timeout: 248 seconds]
msimpson has joined #linux-sunxi
lkcl has joined #linux-sunxi
GPenguin has joined #linux-sunxi
fkluknav has quit [Ping timeout: 240 seconds]
akaizen has quit [Quit: Textual IRC Client: www.textualapp.com]
GPenguin has quit [Client Quit]
GPenguin has joined #linux-sunxi
SP7RT_ has joined #linux-sunxi
msimpson has quit [Ping timeout: 248 seconds]
SP7RT has quit [Ping timeout: 240 seconds]
yann has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
libv_ has joined #linux-sunxi
libv has quit [Ping timeout: 260 seconds]
lkcl has quit [Ping timeout: 248 seconds]
netlynx has quit [Quit: Ex-Chat]
aidin has joined #linux-sunxi
aleksandr has joined #linux-sunxi
aidin has quit [Ping timeout: 240 seconds]
aleksandr has quit [Ping timeout: 240 seconds]
\\Mr_C\\ has quit [Quit: .]
formruga has quit [Remote host closed the connection]
formruga has joined #linux-sunxi
\\Mr_C\\ has joined #linux-sunxi
f0xx has joined #linux-sunxi
gnufan has joined #linux-sunxi
SP7RT_ has quit [Ping timeout: 252 seconds]
SP7RT has joined #linux-sunxi
aleksandr has joined #linux-sunxi
leviathanch has quit [Remote host closed the connection]
JohnDoe_71Rus has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
aleksandr has quit [Remote host closed the connection]
dave0x6d has joined #linux-sunxi
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
GPenguin has quit [Quit: Leaving]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aidin has quit [Ping timeout: 240 seconds]
akaizen has joined #linux-sunxi
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
aleksandr has quit [Remote host closed the connection]
aleksandr has joined #linux-sunxi
SP7RT_ has joined #linux-sunxi
akaizen has quit [Quit: Textual IRC Client: www.textualapp.com]
akaizen has joined #linux-sunxi
SP7RT has quit [Ping timeout: 260 seconds]
reinforce has quit [Quit: Leaving.]
aleksandr has quit []
f0xx has quit [Ping timeout: 248 seconds]
Mr__Anderson has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
<jernej> MoeIcenowy: Is there a reason you enabled CONFIG_DRM_VGEM in kernel config? I'm still investigating slow rendering with mali X11 on H3.
aidin has quit [Ping timeout: 240 seconds]
fkluknav has joined #linux-sunxi
akaizen has quit [Quit: Textual IRC Client: www.textualapp.com]
akaizen has joined #linux-sunxi
SP7RT has joined #linux-sunxi
akaizen has quit [Quit: Textual IRC Client: www.textualapp.com]
SP7RT_ has quit [Ping timeout: 240 seconds]
Ntemis has quit [Remote host closed the connection]
IgorPec has quit [Ping timeout: 240 seconds]
zumbi has quit [Ping timeout: 240 seconds]
zumbi has joined #linux-sunxi
zumbi is now known as Guest68013
jernej has quit [Ping timeout: 246 seconds]
yann-kaelig has quit [Quit: Leaving]
lkcl has joined #linux-sunxi
aidin has joined #linux-sunxi
qeed has joined #linux-sunxi
aidin has quit [Ping timeout: 248 seconds]
Guest68013 has quit [Ping timeout: 240 seconds]
SP7RT has quit [Ping timeout: 240 seconds]
zumbi_ has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
<smaeul> anarsoul|2: actually I don't
<anarsoul|2> smaeul: I'm running icenowy/sunxi64-4.13.y on pinebook without DVFS patches
<anarsoul|2> but with battery and AC patches
<anarsoul|2> so far I hit only eMMC issue
<smaeul> MoeIcenowy: I've been able to bootstrap GCC twice with the working branch, but with the dvfs patches I've gotten lockups twice
<anarsoul|2> I guess you're undervolting CPU?
<anarsoul|2> check whether hang goes away if you replace 1040000 with 1100000
lurchi__ is now known as lurchi_
aidin has joined #linux-sunxi
aidin has quit [Remote host closed the connection]
aidin has joined #linux-sunxi
Putti has quit [Ping timeout: 248 seconds]
Putti has joined #linux-sunxi