ChanServ changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - Don't ask to ask. Just ask! - See http://linux-sunxi.org | https://github.com/linux-sunxi/ | Logs at http://irclog.whitequark.org/linux-sunxi
vinifm has joined #linux-sunxi
vinifm has quit [Client Quit]
_BJFreeman is now known as BJfreeman
Undertasker has left #linux-sunxi [#linux-sunxi]
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
vinifm has joined #linux-sunxi
<vinifm> someone has compiled the kernel lately?
<Turl> vinifm: 3 or 3.4?
<vinifm> stage/sunxi-3.0
<vinifm> sunxi-3.0 as well
<vinifm> sunxi-3.0 too
<Turl> vinifm: do you have CONFIG_GPIOLIB enabled on .config?
<vinifm> let me see
<vinifm> # CONFIG_GPIOLIB is not set
<vinifm> no
<Turl> the spi driver uses it for eint
<Turl> so it should be enabled
<vinifm> ok
<Turl> please mail a bug report to the ML with that info
<vinifm> Turl, the bug is related to the patch?
<Turl> yes
<Turl> you have gpiolib off
<Turl> and that patch uses it
<Turl> the spi driver should force gpiolib on or something of sorts
<Turl> I don't know what's the best solution
<Turl> vinifm: for now, as a workaround, you can enable gpiolib manually and choose the sunxi one on the submenu and it should work
<vinifm> ah, it's ok
vinifm has quit [Quit: Saindo]
BJfreeman has quit [Quit: had a good time]
tinti has joined #linux-sunxi
hipboi-cubie has joined #linux-sunxi
hipboi|cubie has quit [Ping timeout: 264 seconds]
^dst has joined #linux-sunxi
^dst has quit [Ping timeout: 264 seconds]
theOzzieRat has quit [Ping timeout: 256 seconds]
theOzzieRat has joined #linux-sunxi
torqu3e has joined #linux-sunxi
hramrach has quit [Write error: Broken pipe]
tinti has quit [Ping timeout: 258 seconds]
wingrime has joined #linux-sunxi
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
NermaN has quit [Quit: Miranda NG! Smaller, Faster, Easier. http://miranda-ng.org/]
paulk-desktop has joined #linux-sunxi
shineworld has joined #linux-sunxi
hramrach has joined #linux-sunxi
n01 has joined #linux-sunxi
sanka has joined #linux-sunxi
shineworld has quit [Quit: Leaving]
^dst has joined #linux-sunxi
eebrah has joined #linux-sunxi
rellla has joined #linux-sunxi
rellla has quit [Remote host closed the connection]
torqu3e has quit [Quit: torqu3e]
rz2k has joined #linux-sunxi
BJfreeman has quit [Quit: had a good time]
xlab_ has joined #linux-sunxi
Xlab has quit [Ping timeout: 240 seconds]
Dave77 has joined #linux-sunxi
sanka has quit [Quit: Leaving]
Dave77 has quit []
Yaku has joined #linux-sunxi
Yakuzza has joined #linux-sunxi
Yaku has quit [Ping timeout: 256 seconds]
tinti has joined #linux-sunxi
wingrime has quit [Ping timeout: 256 seconds]
Yakuzza is now known as Yaku
Yaku is now known as Yaku321
hipboi has joined #linux-sunxi
<hipboi> hi guys
vinifm has joined #linux-sunxi
<WarheadsSE> herro
<WarheadsSE> Btw, cubie workin well for Arch
<WarheadsSE> hipboi: what is this I hear about an a20 variant?
<hipboi> yes
<hipboi> we will made some engineer samples and send to developer here
<WarheadsSE> Oh, nifty. IIRC, they are 98% pin compatible
tinti has quit [Quit: Leaving]
wingrime has joined #linux-sunxi
tinti has joined #linux-sunxi
tinti has quit [Read error: Connection reset by peer]
torqu3e has joined #linux-sunxi
Yaku321 has quit []
<wingrime> ssvb:ping
<wingrime> hramtach:ping
<wingrime> questions: 1) PLL6 - used for that? what freq it have by default?
<wingrime> 2) we can use AVS as clocksource but it have 24 Mhz timing only
<wingrime> and can be devided
<wingrime> *divided
hipboi has quit [Quit: Leaving]
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
sanka has joined #linux-sunxi
Undertasker has joined #linux-sunxi
<Turl> wingrime: let me check, I think it was sata
<wingrime> Turl: we can use some other timer as clocksource ?
<wingrime> we have 5 general timer avs and 64bit
<Turl> it looks like sata and maybe some usb use pll6
<Turl> wingrime: you should ask the guys who worked with xenomai
<Turl> they worked with that quite a bit for real time :)
<wingrime> xenomai?
<Turl> real time patches for linux
<wingrime> may be interesing
<wingrime> I don't know what to do with my dma patchset
<Turl> I don't recall who they were though :( they're probably on #olimex if you want to ask
<Turl> wingrime: why?
<wingrime> Turl: I can't clearly say that it have "speed up"
servili007 has joined #linux-sunxi
<wingrime> inconsistent information
<wingrime> expecly from hramrach
<wingrime> but it not first time he test all wrong whay
<wingrime> *way
<wingrime> I can say it have "some" speedup
<wingrime> for me
<wingrime> oli3vr have simular info
<wingrime> I need more people for majority
<Turl> wingrime: is anything broken by it?
<wingrime> realy not noticed
<wingrime> I moved cache invalidation to "end of transaction" from drivers
<Turl> timeout becomes way longer when you do that
<wingrime> not always
<wingrime> schedule() not always do schedule
<wingrime> it simply say kernel do schedule when need
<wingrime> as I understand
<wingrime> I may be wrong
<wingrime> but wait_event_timeout macro use it in cycle
<Turl> yeah but if you have a lot of schedulable tasks and run schedule 0xffff times you'll wait a lot more I think
<wingrime> If I right it must rise UI respone
<Turl> (assuming the command went wrong though, which kind of is a corner case)
<wingrime> it simply lower direct preformance and make kernel more responcible (we have may simular problems)
<wingrime> *responcible
sanka has quit [Quit: Leaving]
<Turl> wingrime: I have tuesday morning free, I'll see if I can give it a try and report back
xlab_ has quit []
Xlab has joined #linux-sunxi
<wingrime> see
torqu3e has quit [Quit: torqu3e]
<wingrime> may be better use wait_event
<wingrime> but
<wingrime> we need do wake_up somewhere
torqu3e has joined #linux-sunxi
<wingrime> Turl: I looking for better solution with busy wait
<wingrime> Turl: you need sunxi:wemac: remove unused dma irq poll code sunxi:dma: optimize irq handling code sunxi:dma: do d-cache invalidation on transaction end
<wingrime> 3 patches for fist testcase
<wingrime> and sunxi:nand: remove busy-waits form sunxi nand driver sunxi:mmc try avoid busy-wait
<wingrime> for second testcase
<wingrime> Turl: can you see better solution for busy wait fix?
Dave77 has joined #linux-sunxi
Yaku321 has joined #linux-sunxi
<Turl> wingrime: have you measured how many loops of busy wait you get?
<Turl> printk("busywaited %d loops", 0xffff-timeout) or sth like that after it
vinifm has quit [Remote host closed the connection]
<wingrime> nop but may be use jiffers for it?
tinti has joined #linux-sunxi
tinti has quit [Read error: Connection reset by peer]
tinti has joined #linux-sunxi
Yaku321 has quit [Read error: Connection reset by peer]
Yaku321 has joined #linux-sunxi
^dst has quit [Ping timeout: 264 seconds]
jm_ has joined #linux-sunxi
^dst has joined #linux-sunxi
^dst has quit [Read error: No route to host]
jm_ has quit [Quit: Leaving]
fous_it has joined #linux-sunxi
torqu3e has quit [Quit: torqu3e]
fous_it has quit [Remote host closed the connection]
focus_it has joined #linux-sunxi
hramrach has quit [Ping timeout: 276 seconds]
hramrach has joined #linux-sunxi
xlab_ has joined #linux-sunxi
Xlab has quit [Ping timeout: 258 seconds]
xlab_ has quit [Read error: Connection reset by peer]
Xlab has joined #linux-sunxi
torqu3e has joined #linux-sunxi
Turl has quit [Quit: >.<]
Turl has joined #linux-sunxi
eebrah has quit [Read error: Connection timed out]
eebrah has joined #linux-sunxi
<wingrime> wtf Horsecock
Yaku321 has quit []
Dave77 has quit []
focus_it has quit [Quit: Leaving]
xlab_ has joined #linux-sunxi
Xlab has quit [Ping timeout: 276 seconds]
eebrah has quit [Ping timeout: 264 seconds]
paulk-desktop has quit [Quit: Ex-Chat]
focus_it has joined #linux-sunxi
Undertasker has left #linux-sunxi [#linux-sunxi]
wingrime has quit [Ping timeout: 276 seconds]
BJfreeman has quit [Read error: Connection reset by peer]
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
n01 has quit [Ping timeout: 246 seconds]
xlab_ has quit [Remote host closed the connection]
rz2k has quit []
focus_it has quit [Quit: Leaving]
BJfreeman has quit [Remote host closed the connection]
_BJFreeman has joined #linux-sunxi
_BJFreeman is now known as BJfreeman
Xlab has joined #linux-sunxi
Xlab has quit [Ping timeout: 264 seconds]
torqu3e has quit [Quit: torqu3e]
Xlab has joined #linux-sunxi
Xlab has quit [Ping timeout: 258 seconds]