00:03
libv has joined #linux-sunxi
00:05
libv has quit [Read error: Connection reset by peer]
00:06
libv_ has quit [Ping timeout: 250 seconds]
00:08
libv has joined #linux-sunxi
00:11
popolon has quit [Quit: Quitte]
00:11
libv has quit [Read error: Connection reset by peer]
00:13
libv has joined #linux-sunxi
00:17
VargaD_ has joined #linux-sunxi
00:17
libv has quit [Read error: Connection reset by peer]
00:18
libv has joined #linux-sunxi
00:20
VargaD has quit [Ping timeout: 250 seconds]
00:20
VargaD_ is now known as VargaD
00:26
akaizen has quit [Remote host closed the connection]
00:27
akaizen has joined #linux-sunxi
00:31
Skaag has joined #linux-sunxi
00:31
akaizen has quit [Ping timeout: 245 seconds]
00:38
ecelis_ is now known as ecelis
00:41
paulk-collins has quit [Quit: Ex-Chat]
00:42
Tartarus has joined #linux-sunxi
00:47
physis has joined #linux-sunxi
00:47
physis has quit [Client Quit]
00:49
akaizen has joined #linux-sunxi
00:57
maksimlin has joined #linux-sunxi
01:03
techn has quit [Ping timeout: 250 seconds]
01:23
Skaag has quit [Ping timeout: 246 seconds]
01:37
quitte has quit [Ping timeout: 264 seconds]
01:39
wingrime1 has joined #linux-sunxi
01:40
wingrime2 has joined #linux-sunxi
01:40
wingrime1 has quit [Read error: Connection reset by peer]
01:42
wingrime has quit [Ping timeout: 240 seconds]
01:44
Skaag has joined #linux-sunxi
01:45
wingrime2 has quit [Ping timeout: 250 seconds]
01:45
egbert has quit [Disconnected by services]
01:45
egbert has joined #linux-sunxi
01:50
wingrime has joined #linux-sunxi
01:52
wingrime has quit [Read error: Connection reset by peer]
01:53
physis has joined #linux-sunxi
01:53
Skaag has quit [Ping timeout: 255 seconds]
02:16
akaizen has quit [Remote host closed the connection]
02:16
xavia has joined #linux-sunxi
02:16
akaizen has joined #linux-sunxi
02:18
akaizen_ has joined #linux-sunxi
02:21
akaizen has quit [Ping timeout: 240 seconds]
02:31
tonyctl has quit [Ping timeout: 245 seconds]
02:41
pwhalen has quit [Ping timeout: 240 seconds]
02:54
akaizen_ has quit [Remote host closed the connection]
02:54
akaizen has joined #linux-sunxi
02:55
pwhalen has joined #linux-sunxi
02:55
pwhalen has quit [Changing host]
02:55
pwhalen has joined #linux-sunxi
02:59
akaizen has quit [Ping timeout: 260 seconds]
03:14
tonyctl has joined #linux-sunxi
03:16
wingrime has joined #linux-sunxi
03:18
tonyctl has quit [Ping timeout: 245 seconds]
03:22
xavia has quit [Quit: Leaving.]
03:47
[7] has quit [Disconnected by services]
03:47
TheSeven has joined #linux-sunxi
03:47
akaizen has joined #linux-sunxi
04:06
<
wingrime >
Libv: ping
04:32
Skaag has joined #linux-sunxi
05:02
ganbold_ has quit [Ping timeout: 255 seconds]
05:06
amitk has joined #linux-sunxi
05:11
montjoie[home] has quit [Ping timeout: 250 seconds]
05:12
<
wingrime >
libv: do you have any idea what can be done with a80 gpu?
05:13
<
libv >
it's rogue, isn't it?
05:13
<
libv >
supposedly things like opencl and dx11?
05:13
<
Turl >
mripard_: ping
05:13
<
Turl >
libv: AW has gone rogue! </pun>
05:13
<
libv >
but good luck finding a community around it, or binary drivers
05:13
montjoie[home] has joined #linux-sunxi
05:14
<
libv >
rogue is the codename for powervr 6
05:15
<
Turl >
libv: btw, DAPM reminds me of your suggestion of strings instead of phandles
05:16
<
libv >
Turl: things will get more fun when i go bring kms to mainline
05:16
<
libv >
the amount of clocks and gating bits...
05:16
<
libv >
Turl: but isn't audio all in kernel space?
05:17
<
libv >
Turl: if so, you should be able to reference things by name
05:17
<
libv >
ah, you're writing the dtses
05:17
<
Turl >
I'm writing DAPM routes
05:19
<
libv >
so this is data drivern or dt based as well?
05:19
<
libv >
or are people referencing registers and their bits directly in some data model?
05:20
<
Turl >
libv: this is all C
05:20
<
Turl >
basically listing the edges of a directed graph
05:20
<
Turl >
where each edge is a complex string like "Left DAC"
05:21
<
Turl >
each vertex*
05:21
<
libv >
yeah, that's way more complex than "just some clocks" in dt
05:22
montjoie[home] has quit [Ping timeout: 260 seconds]
05:22
<
libv >
it took several passes to get alsa right back in the day
05:22
<
libv >
what was that device that triggered the last major rewrite... hammerfall or something
05:23
<
libv >
massive amount of in/out channels at 96kHz and 24bits iirc
05:23
<
libv >
blowing even the original sb live out of the water
05:23
montjoie[home] has joined #linux-sunxi
05:24
<
Turl >
libv: they didn't seem to get the debuggability right this time
05:24
<
libv >
and everyone was complaining their heads off at how terrible this modular thinking is, and that oss is soo much better
05:24
<
libv >
"look at it, we have 5 modules now!"
05:25
<
libv >
Turl: ok? what could be improved?
05:26
<
libv >
ah yes, rme it was indeed
05:27
<
Turl >
libv: some way of debugging the routes. Now it just bails silently and doesn't do anything if it can't make a route
05:28
wingrime1 has joined #linux-sunxi
05:28
wingrime has quit [Read error: Connection reset by peer]
05:29
<
libv >
that's broken :(
05:30
<
Turl >
I got a handy script that scraps some stuff from debugfs and then you can feed that to graphviz and get some sort of graphical view
05:30
<
Turl >
and the routes look sane there
05:30
<
Turl >
but there's something itching DAPM and I still don't see what is it
05:40
wingrime1 has quit [Read error: Connection reset by peer]
05:40
wingrime has joined #linux-sunxi
05:42
tomboy64 has quit [Remote host closed the connection]
05:44
tomboy64 has joined #linux-sunxi
06:01
<
wens >
Turl: hmm, i thought you could list the routing stuff in DT
06:03
sehraf has joined #linux-sunxi
06:03
<
wens >
i still don't understand all the alsa terms, like DPCM, DAPM, codecs, whatever...
06:14
<
Turl >
wens: it still confuses me :)
06:15
<
Turl >
DAPM is a bit like the clock tree, when you use it, the route is enabled, and viceversa
06:16
<
wens >
i know dai is the link between pcm and codec
06:17
<
wens >
but i'm confused how many pcm devices we need to register
06:21
Zboonet has quit [Quit: Leaving]
06:21
<
Turl >
I get mixed up on the dais
06:21
<
Turl >
because there's a cpu one and a codec one
06:22
Zboonet has joined #linux-sunxi
06:23
<
wens >
maybe we should ask some of the ASoC guys for some help
06:29
<
wingrime >
libv: hm, how you will decomposite your kms to small patchsets ....
06:34
quitte has joined #linux-sunxi
07:10
libcg has joined #linux-sunxi
07:23
kz1 has quit [Ping timeout: 255 seconds]
07:23
kz1 has joined #linux-sunxi
07:48
popolon has joined #linux-sunxi
07:48
hramrach has quit [Ping timeout: 264 seconds]
07:51
kivutar has joined #linux-sunxi
07:52
boycottg00gle has joined #linux-sunxi
08:02
hramrach has joined #linux-sunxi
08:10
Quarx has joined #linux-sunxi
08:19
notmart has joined #linux-sunxi
08:31
kuldeepdhaka has joined #linux-sunxi
08:36
HeHoPMaJIeH has joined #linux-sunxi
08:43
Quarx|2 has joined #linux-sunxi
08:44
Quarx has quit [Ping timeout: 250 seconds]
08:55
konradoo77 has joined #linux-sunxi
09:01
_massi has joined #linux-sunxi
09:09
<
wens >
no default env in mainline u-boot?
09:09
tgaz has quit [Ping timeout: 244 seconds]
09:11
tgaz has joined #linux-sunxi
09:18
Gerwin_J has joined #linux-sunxi
09:30
konradoo77 has quit [Ping timeout: 245 seconds]
09:31
F1skr has joined #linux-sunxi
09:35
konradoo77 has joined #linux-sunxi
09:36
avsm has joined #linux-sunxi
10:04
kivutar has quit [Ping timeout: 240 seconds]
10:10
alexvf has joined #linux-sunxi
10:17
FreezingCold has quit [Ping timeout: 264 seconds]
10:22
F1skr_ has joined #linux-sunxi
10:22
RaYmAn_ has joined #linux-sunxi
10:23
maksimlin_ has joined #linux-sunxi
10:23
RaYmAn has quit [Ping timeout: 245 seconds]
10:23
HeHoPMaJIeH has quit [Ping timeout: 245 seconds]
10:23
kz1 has quit [Ping timeout: 245 seconds]
10:23
egbert has quit [Ping timeout: 245 seconds]
10:23
paz_ has quit [Ping timeout: 245 seconds]
10:23
hehopmajieh__ has joined #linux-sunxi
10:23
ZrZ has joined #linux-sunxi
10:23
F1skr has quit [Ping timeout: 240 seconds]
10:23
maksimlin has quit [Ping timeout: 240 seconds]
10:23
wingrime has quit [Ping timeout: 240 seconds]
10:23
RzR has quit [Ping timeout: 240 seconds]
10:23
dlan has quit [Ping timeout: 240 seconds]
10:23
dl9pf__ has quit [Ping timeout: 240 seconds]
10:23
maksimlin_ is now known as maksimlin
10:24
hehopmajieh__ is now known as HeHoPMaJIeH
10:24
HeHoPMaJIeH has quit [Changing host]
10:24
HeHoPMaJIeH has joined #linux-sunxi
10:24
dlan has joined #linux-sunxi
10:24
dlan has quit [Changing host]
10:24
dlan has joined #linux-sunxi
10:25
egbert has joined #linux-sunxi
10:26
dl9pf has joined #linux-sunxi
10:26
paz has joined #linux-sunxi
10:29
maksimlin has quit [Quit: ChatZilla 0.9.90.1 [Firefox 31.0/20140715215003]]
10:30
FreezingCold has joined #linux-sunxi
10:32
blsd has quit [Remote host closed the connection]
10:35
konradoo77 has quit [Ping timeout: 250 seconds]
10:39
konradoo77 has joined #linux-sunxi
10:41
Gerwin_J has quit [Quit: Gerwin_J]
10:43
FR^2 has joined #linux-sunxi
10:48
wingrime has joined #linux-sunxi
10:48
quitte has quit [Read error: Connection reset by peer]
10:49
quitte has joined #linux-sunxi
10:52
avsm has quit [Quit: Leaving.]
10:59
paulk-aldrin has joined #linux-sunxi
11:01
rz2k has joined #linux-sunxi
11:05
Net147 has joined #linux-sunxi
11:05
Vanfanel has joined #linux-sunxi
11:10
F1skr_ has quit [Quit: WeeChat 0.4.3]
11:15
wingrime has quit [Read error: Connection reset by peer]
11:15
wingrime1 has joined #linux-sunxi
11:25
ogi has quit [Remote host closed the connection]
11:28
wingrime has joined #linux-sunxi
11:28
wingrime1 has quit [Read error: Connection reset by peer]
11:32
wingrime1 has joined #linux-sunxi
11:32
wingrime has quit [Read error: Connection reset by peer]
11:33
kuldeepdhaka has quit [Ping timeout: 240 seconds]
11:34
konradoo87 has joined #linux-sunxi
11:35
wingrime has joined #linux-sunxi
11:35
wingrime1 has quit [Read error: Connection reset by peer]
11:36
konradoo77 has quit [Ping timeout: 240 seconds]
11:38
wingrime has quit [Read error: Connection reset by peer]
11:38
wingrime has joined #linux-sunxi
11:47
wingrime1 has joined #linux-sunxi
11:47
wingrime has quit [Read error: Connection reset by peer]
11:51
souther has quit [Ping timeout: 250 seconds]
11:55
cajg has quit [Ping timeout: 250 seconds]
11:58
souther has joined #linux-sunxi
11:59
kivutar has joined #linux-sunxi
12:01
Zboonet has quit [Ping timeout: 255 seconds]
12:05
Zboonet has joined #linux-sunxi
12:12
Net147 has quit [Ping timeout: 260 seconds]
12:31
Net147 has joined #linux-sunxi
12:37
quitte_ has joined #linux-sunxi
12:37
konradoo87 has quit [Ping timeout: 250 seconds]
12:40
quitte has quit [Ping timeout: 260 seconds]
12:42
konradoo77 has joined #linux-sunxi
12:43
wingrime has joined #linux-sunxi
12:43
wingrime1 has quit [Read error: Connection reset by peer]
12:45
wingrime has quit [Read error: Connection reset by peer]
12:46
quitte_ has quit [Read error: Connection reset by peer]
12:47
quitte has joined #linux-sunxi
12:48
Quarx has joined #linux-sunxi
12:57
ganbold_ has joined #linux-sunxi
13:01
ricardocrudo has joined #linux-sunxi
13:03
avsm has joined #linux-sunxi
13:04
_massi has quit [Remote host closed the connection]
13:13
issue_ has joined #linux-sunxi
13:15
ricardocrudo has quit [Remote host closed the connection]
13:15
ricardocrudo has joined #linux-sunxi
13:23
Wizzup has quit [Ping timeout: 250 seconds]
13:36
Wizzup has joined #linux-sunxi
13:40
konradoo77 has quit [Ping timeout: 260 seconds]
13:40
tomboy64 has quit [Remote host closed the connection]
13:41
tomboy64 has joined #linux-sunxi
13:42
konradoo77 has joined #linux-sunxi
13:53
Gerwin_J has joined #linux-sunxi
13:54
<
Gerwin_J >
maybe next week source code open for A80
13:54
amitk has quit [Quit: leaving]
14:00
issue_ has quit [Disconnected by services]
14:04
ricardocrudo has quit [Remote host closed the connection]
14:04
ricardocrudo has joined #linux-sunxi
14:05
ricardocrudo has quit [Remote host closed the connection]
14:07
ricardocrudo has joined #linux-sunxi
14:07
Gerwin_J has quit [Quit: Gerwin_J]
14:15
notmart has quit [Quit: notmart terminated!]
14:22
<
oliv3r_ >
eva asked me to 'promote' some new device on our wiki
14:24
hramrach has quit [Ping timeout: 264 seconds]
14:29
cajg has joined #linux-sunxi
14:29
crudo has joined #linux-sunxi
14:29
ricardocrudo has quit [Remote host closed the connection]
14:29
crudo has quit [Remote host closed the connection]
14:31
ricardocrudo has joined #linux-sunxi
14:32
<
gzamboni >
hey oliv3r_ very nice, what device shes talking about ?
14:32
<
gzamboni >
oliv3r_, did she give some documentation about it ?
14:32
<
oliv3r_ >
an a31s board, the sinlinx
14:34
<
gzamboni >
isnt that company that someone from the ML work for ?
14:34
<
bfree >
and what missing sources or docs (or other useful bounty) is she offering in return ;)
14:35
<
gzamboni >
yeah, thats him: Sinlinx CEO Alexlee on the topic interview questions to allwinner
14:36
ricardocrudo has quit [Remote host closed the connection]
14:36
HeHoPMaJIeH has quit [Remote host closed the connection]
14:38
hramrach has joined #linux-sunxi
14:38
<
gzamboni >
its nice to keep in touch with eva and allwinner's members, this comunication channel is very important to the comunity and i hope allwinner will see that it will be interesting for them also
14:39
<
oliv3r_ >
gzamboni: no clue, i just got some pics and a doc
14:39
ricardocrudo has joined #linux-sunxi
14:39
<
oliv3r_ >
so i'll checkout the sinlinx page and make sure it'll be in order
14:40
<
gzamboni >
you can also exchange mails with sinlinx@gmail.com (Alexlee), or just mail him and ask him to join the irc chan
14:40
konradoo77 has quit [Ping timeout: 250 seconds]
14:42
<
wens >
oliv3r_: i ordered one :p
14:42
<
gzamboni >
wens, where from ?
14:43
<
wens >
gzamboni: sinlinx official retailer on taobao
14:43
<
wens >
as i said yesterday, it's quite cheap
14:44
konradoo77 has joined #linux-sunxi
14:46
<
gzamboni >
how much is ¥299.00 in EUR or USD ?
14:47
crudo has joined #linux-sunxi
14:47
crudo has quit [Remote host closed the connection]
14:47
ricardocrudo has quit [Remote host closed the connection]
14:47
<
wens >
299 RMB + shipping
14:47
<
gzamboni >
wow, nice, did you see the file list pictures in pdf on the link you sent ?
14:48
<
gzamboni >
if they could supply us with those files
14:48
<
wens >
i did, it's mostly supported hardware and directions for using various parts of the SDK
14:48
ricardocrudo has joined #linux-sunxi
14:49
<
libv >
oliv3r_: promote?
14:49
<
wens >
unsuprisingly, all of that would be in Chinese
14:49
<
libv >
oliv3r_: when do we get the gpl issues resolved?
14:50
<
libv >
if she wants hardware "promoted", she better first start "cooperating"
14:50
<
wens >
gzamboni: so the docs would be kind of useless for most of the people here :/
14:50
<
gzamboni >
wens is it possible to buy from that link and get delivered in europe / France ?
14:51
<
wens >
gzamboni: doubtful
14:52
<
gzamboni >
found in aliexpress
14:52
<
gzamboni >
no longer available
14:53
<
libv >
a33 tablets seem to be popping up in aliexpress
14:54
<
libv >
10" seem to have the same case as the inet k100
14:55
<
libv >
gzamboni: "all open source"
14:55
<
libv >
"Boot: support SD card, TF card, EMMC, Nand start, all open source "
14:55
<
libv >
"NandFlash driver, all open source
14:58
<
gzamboni >
lol, just saw that
14:58
<
wens >
well if they use eMMC, then there's no need to ship with the libnand driver
15:09
libcg has quit [Quit: libcg]
15:22
FunkyPenguin has quit [Ping timeout: 255 seconds]
15:24
FunkyPenguin has joined #linux-sunxi
15:29
xavia has joined #linux-sunxi
15:33
FunkyPenguin has quit [Ping timeout: 240 seconds]
15:34
FunkyPenguin has joined #linux-sunxi
15:37
netlynx has joined #linux-sunxi
15:39
konradoo77 has quit [Ping timeout: 255 seconds]
15:40
techn has joined #linux-sunxi
15:41
konradoo77 has joined #linux-sunxi
15:47
kz1 has joined #linux-sunxi
15:53
boycottg00gle has quit [Remote host closed the connection]
15:57
ricardocrudo has quit [Remote host closed the connection]
15:58
ricardocrudo has joined #linux-sunxi
15:58
ricardocrudo has quit [Remote host closed the connection]
15:58
ricardocrudo has joined #linux-sunxi
16:02
ricardocrudo has quit [Remote host closed the connection]
16:02
ricardocrudo has joined #linux-sunxi
16:04
ricardocrudo has quit [Remote host closed the connection]
16:05
ricardocrudo has joined #linux-sunxi
16:05
ricardocrudo has quit [Remote host closed the connection]
16:05
ricardocrudo has joined #linux-sunxi
16:06
avsm has quit [Quit: Leaving.]
16:06
quitte has quit [Read error: Connection reset by peer]
16:07
bonbons has joined #linux-sunxi
16:08
quitte has joined #linux-sunxi
16:10
kuldeepdhaka has joined #linux-sunxi
16:15
FR^2 has quit [Quit: Connection reset by peer]
16:16
techn has quit [Ping timeout: 240 seconds]
16:31
ZrZ is now known as RzR
16:39
avsm has joined #linux-sunxi
16:44
konradoo77 has quit [Ping timeout: 240 seconds]
16:48
Quarx|2 has joined #linux-sunxi
16:48
konradoo77 has joined #linux-sunxi
16:50
Quarx has quit [Ping timeout: 250 seconds]
17:10
ricardocrudo has quit [Remote host closed the connection]
17:10
ricardocrudo has joined #linux-sunxi
17:10
ricardocrudo has quit [Remote host closed the connection]
17:13
vincenzo has joined #linux-sunxi
17:13
ricardocrudo has joined #linux-sunxi
17:15
vincenzo has quit [Client Quit]
17:15
ricardocrudo has quit [Remote host closed the connection]
17:16
ricardocrudo has joined #linux-sunxi
17:16
ricardocrudo has quit [Remote host closed the connection]
17:18
ricardocrudo has joined #linux-sunxi
17:23
FR^2 has joined #linux-sunxi
17:32
pwhalen has quit [Ping timeout: 260 seconds]
17:45
pwhalen has joined #linux-sunxi
17:46
konradoo77 has quit [Ping timeout: 260 seconds]
17:48
konradoo77 has joined #linux-sunxi
17:54
kuldeepdhaka has quit [Ping timeout: 250 seconds]
17:57
kuldeepdhaka has joined #linux-sunxi
18:01
kuldeepdhaka has quit [Ping timeout: 240 seconds]
18:02
avsm has quit [Quit: Leaving.]
18:06
tonyctl has joined #linux-sunxi
18:26
techn has joined #linux-sunxi
18:30
buZz has quit [Ping timeout: 250 seconds]
18:30
diego_r has quit [Quit: Konversation terminated!]
18:30
buZz has joined #linux-sunxi
18:31
buZz is now known as Guest74923
18:34
Guest74923 is now known as buZz
18:35
formruga has joined #linux-sunxi
18:45
wingrime has joined #linux-sunxi
18:47
konradoo77 has quit [Ping timeout: 250 seconds]
18:49
konradoo77 has joined #linux-sunxi
18:57
tonyctl has quit [Remote host closed the connection]
18:57
tonyctl has joined #linux-sunxi
19:03
xenoxaos has quit [Ping timeout: 240 seconds]
19:06
xenoxaos has joined #linux-sunxi
19:22
ganbold_ has quit [Ping timeout: 255 seconds]
19:42
tomboy64 has quit [Remote host closed the connection]
19:43
nicksydney has quit [*.net *.split]
19:43
quitte has quit [Write error: Connection reset by peer]
19:43
nicksydney has joined #linux-sunxi
19:43
tomboy64 has joined #linux-sunxi
19:44
quitte has joined #linux-sunxi
19:45
bonbons has quit [Ping timeout: 250 seconds]
19:47
konradoo77 has quit [Ping timeout: 245 seconds]
19:52
konradoo77 has joined #linux-sunxi
19:57
bonbons has joined #linux-sunxi
20:03
ssvb has quit [Ping timeout: 245 seconds]
20:04
bonbons has quit [Ping timeout: 250 seconds]
20:10
prahal has joined #linux-sunxi
20:17
bonbons has joined #linux-sunxi
20:21
ssvb has joined #linux-sunxi
20:22
netlynx has quit [Remote host closed the connection]
20:24
dack has joined #linux-sunxi
20:40
FR^2 has quit [Quit: Leaving]
20:42
prahal has quit [Quit: prahal]
20:48
ninolein has quit [Ping timeout: 255 seconds]
20:49
ninolein has joined #linux-sunxi
20:50
dack has quit [Remote host closed the connection]
20:50
konradoo77 has quit [Ping timeout: 264 seconds]
20:55
konradoo77 has joined #linux-sunxi
21:03
prahal has joined #linux-sunxi
21:30
protoCall7 has joined #linux-sunxi
21:44
prahal has quit [Quit: prahal]
21:44
konradoo77 has quit [Ping timeout: 246 seconds]
21:46
konradoo77 has joined #linux-sunxi
21:53
konradoo77 has quit [Ping timeout: 255 seconds]
21:58
konradoo77 has joined #linux-sunxi
21:59
kivutar has quit [Quit: Ex-Chat]
22:02
formruga has quit [Quit: Konversation terminated!]
22:04
ricardocrudo has quit [Remote host closed the connection]
22:11
Vanfanel has quit [Quit: Lost terminal]
22:12
tonyctl has quit [Quit: tonyctl]
22:22
bertrik has joined #linux-sunxi
22:24
tonyctl has joined #linux-sunxi
22:46
rz2k has quit [Read error: Connection reset by peer]
22:58
akaizen has quit [Remote host closed the connection]
22:59
konradoo77 has quit [Ping timeout: 244 seconds]
23:02
xavia has quit [Remote host closed the connection]
23:02
tonyctl1 has joined #linux-sunxi
23:03
akaizen_ has joined #linux-sunxi
23:03
tonyctl has quit [Ping timeout: 240 seconds]
23:08
Renard has joined #linux-sunxi
23:11
bonbons has quit [Quit: Leaving]
23:13
tonyctl has joined #linux-sunxi
23:13
tonyctl1 has quit [Ping timeout: 250 seconds]
23:15
paulk-aldrin has quit [Quit: Ex-Chat]
23:16
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
23:34
souther has quit [Ping timeout: 272 seconds]
23:45
techn has quit [Ping timeout: 245 seconds]
23:48
wens has quit [Ping timeout: 250 seconds]
23:48
akaizen_ has quit [Remote host closed the connection]
23:49
akaizen has joined #linux-sunxi
23:53
akaizen has quit [Ping timeout: 240 seconds]
23:55
tinti has joined #linux-sunxi
23:57
mmarker has joined #linux-sunxi