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
vishnup has joined #linux-sunxi
jbrown has joined #linux-sunxi
Andy-D has joined #linux-sunxi
ErwinH has joined #linux-sunxi
vishnup has quit [Ping timeout: 264 seconds]
laj has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
BenG83__Z2 has joined #linux-sunxi
beng83_Z2 has quit [Read error: Connection reset by peer]
BenG83__Z2 has quit [Remote host closed the connection]
vishnup has joined #linux-sunxi
aballier has quit [Ping timeout: 258 seconds]
aballier has joined #linux-sunxi
xes_ has joined #linux-sunxi
xes has quit [Read error: Connection reset by peer]
xes_ has quit [Ping timeout: 260 seconds]
xes_ has joined #linux-sunxi
xes_ has quit [Client Quit]
lurchi__ has joined #linux-sunxi
lurchi_ has quit [Ping timeout: 268 seconds]
terra854 has joined #linux-sunxi
Ntemis has quit [Remote host closed the connection]
tkaiser has quit [Ping timeout: 240 seconds]
<willmore> Was it something I sid?
<willmore> s/sid/said.
dave0x6d has quit [Quit: Connection closed for inactivity]
jernej has quit [Ping timeout: 246 seconds]
xes has joined #linux-sunxi
lurchi__ has quit [Ping timeout: 264 seconds]
cnxsoft has joined #linux-sunxi
lurchi_ has joined #linux-sunxi
tkaiser has joined #linux-sunxi
tkaiser has quit [Ping timeout: 240 seconds]
sgteem_ has joined #linux-sunxi
<wens> wrong timezone :p
sgteem has quit [Ping timeout: 240 seconds]
ninolein_ has joined #linux-sunxi
chlorine has joined #linux-sunxi
ninolein has quit [Ping timeout: 264 seconds]
chlorine has quit [Ping timeout: 240 seconds]
agin_ has joined #linux-sunxi
<agin_> hey, I'm getting a Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004
<agin_> when trying to use the sunxi mainline kernel
<agin_> anyone have any ideas? it's for the OrangePi Zero
<wens> your init process seems to be commiting suicide?
<agin_> hm, so i'ts not the kernel then
<wens> just that one line isn't telling much, other than init dying
<agin_> i setup the rootfs using: debootstrap --arch=armhf --foreign $distro /mnt/
<agin_> debian jessie
<wens> did you do the second stage?
<agin_> haha no :-(
<MoeIcenowy> thus an init won't be ready.
<agin_> aww I love you guys!
LargePrime has quit [Ping timeout: 264 seconds]
<agin_> I ran the second stage, and I still get this kernel panic...
<wens> does the kernel give out anything else? like a stack dump or other errors
<agin_> [ 1.455595] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004 [ 1.455595] [ 1.464743] CPU: 0 PID: 1 Comm: init Not tainted 4.10.0-rc5-gb996ce7 #6 [ 1.471353] Hardware name: Allwinner sun8i Family [ 1.476112] [<c0108d74>] (unwind_backtrace) from [<c0105bdc>] (show_stack+0x10/0x14) [ 1.483867] [<c0105bdc>] (show_stack) from [<c03243a8>] (dump_stack+0x84/0x98) [ 1.491104] [<c03243a8>] (dump
<agin_> okay let me pastebin that
<MoeIcenowy> agin_: what's before "Kernel panic" ?
<MoeIcenowy> it's more important
<MoeIcenowy> it's how the init process die.
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
<MoeIcenowy> oh even no log is sent out by the init process...
kaspter has joined #linux-sunxi
<agin_> i just wanted to create my own Rootfs and try the sunxi mainline kernel
<wens> probably should re-check your rootfs
<wens> doesn't seem like an issue with the kernel
<agin_> yeah you're right
<agin_> strange...
<agin_> i updated to the latest linux sunxi
<agin_> mainline sunxi-next branch
<agin_> did a force reset hard to HEAD
<agin_> and then recompiled
<agin_> and it works...
tkaiser has joined #linux-sunxi
terra854 has quit [Quit: Connection closed for inactivity]
tkaiser has quit [Ping timeout: 240 seconds]
<agin_> [ TIME ] Timed out waiting for device dev-ttyS0.device. [DEPEND] Dependency failed for Serial Getty on ttyS0.
<agin_> is there something I need to do to login?
<agin_> I can't login on ttyS0
orly_owl has quit [Ping timeout: 240 seconds]
<agin_> Kernel command line: console=ttyS0,115200 earlyprintk root=/dev/mmcblk0p1 rootwait panic=10
orly_owl has joined #linux-sunxi
<agin_> I have checked the .config for CONFIG_FHANDLE=y
<agin_> and it is there
sgteem_ has quit [Ping timeout: 268 seconds]
<agin_> I wonder why the login prompt isn't showing on the ttyS0
<willmore> wens, I should have known. I'm on the wrong side of the planet.
victhor has quit [Ping timeout: 256 seconds]
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
reev has joined #linux-sunxi
indy has quit [Ping timeout: 256 seconds]
indy has joined #linux-sunxi
vishnup has quit [Remote host closed the connection]
vishnup has joined #linux-sunxi
vishnup has quit [Client Quit]
lurchi_ is now known as lurchi__
tkaiser has joined #linux-sunxi
<agin_> which defconfig do we use for the sunx8i?
tkaiser has quit [Ping timeout: 240 seconds]
cloud-e has quit [Ping timeout: 258 seconds]
<agin_> i guess we all use the sunxi-next instead of the 3.4?
<agin_> 3.4 hasn't been updated for ages
cloud-e has joined #linux-sunxi
<agin_> before the timeout, the console shows: [**] A start job is running for dev-ttyS0.device (13s / 1min 30s)
<agin_> anyone have an idea on what this is trying to do?
kaspter has quit [Ping timeout: 268 seconds]
pg12 has quit [Ping timeout: 264 seconds]
pg12 has joined #linux-sunxi
<agin_> from what I have googled it seems like this is caused by the CONFIG_FHANDLE not being set to 'y' in the .config
<wens> drop systemd :p
<agin_> how do I do that?
<agin_> but you've not had any issue with this?
<MoeIcenowy> agin_: we enabled many features ;-)
<MoeIcenowy> the README under systemd source lists its requisites in kernel
<agin_> MoeIcenowy: have you tried the sunxi-next with the orangepi boards?
<MoeIcenowy> nope, my boards nearly all use tarball from kernel.org + patches
<agin_> but sunxi-next is working well?
<MoeIcenowy> I don't know
<agin_> wens: you've used sunxi-next right?
<wens> agin_: yes
<agin_> has it been used on the orangepi boards?
<agin_> there's no reason why it shouldn't work right?
<wens> i've not updated my orangepi boards with the latest sunxi-next
<agin_> which linux-sunxi branch are you using?
<wens> but i don't expect any issues
<wens> the previous (4.10-rc?) sunxi-next plus some emac patches
<agin_> I didn't expect any issues either.... but I can't login via the ttyS0
<agin_> which rootfs are you using?
<wens> debian
<agin_> using the debootstrap?
<wens> yes
<wens> and replace systemd with sysvinit
<agin_> right so you got rid of systemd?
JohnDoe_71Rus has joined #linux-sunxi
<wens> yes
<agin_> how come?
<wens> because i don't like it?
<agin_> i see
sgteem has joined #linux-sunxi
<agin_> sysvinit is nice and simple
<agin_> how do I go about the systemd replacement?
<wens> install sysvinit-core
TheSeven has quit [Disconnected by services]
[7] has joined #linux-sunxi
mosajjal has joined #linux-sunxi
laj has quit [Quit: Page closed]
mosajjal has quit [Client Quit]
mosajjal has joined #linux-sunxi
tkaiser has joined #linux-sunxi
tkaiser has quit [Ping timeout: 260 seconds]
<montjoie> or use gentoo:)
lkcl has joined #linux-sunxi
<KotCzarny> agin_: http://linux-sunxi.org/User:Kc#systemd_is_evil_.28and_written_by_idiots.29
<agin_> nice
<KotCzarny> systemd is still removable from most distros
<KotCzarny> see links for debian and arch
<KotCzarny> once good linux-sunxi folks manage to get suspend working it wont be needed for quick booting
<agin_> right.... but doing it on a debootstrapped rootfs?
<agin_> the sudo apt-get bits will do it for the local machine only?
<KotCzarny> um, i guess it can be done on both
walkiry has joined #linux-sunxi
<wens> you can do it in a chroot, and it will probably figure out it is not the init loaded, and do nothing
<wens> other than replace files and packages of course
IgorPec has joined #linux-sunxi
jernej has joined #linux-sunxi
tkaiser has joined #linux-sunxi
tkaiser has quit [Ping timeout: 240 seconds]
<walkiry> Hello szynka
walkiry has quit [Quit: Goodbye]
mosajjal has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
komunista has joined #linux-sunxi
IgorPec has quit [Ping timeout: 240 seconds]
jernej has quit [Ping timeout: 260 seconds]
leviathancn has quit [Read error: Connection reset by peer]
IgorPec11 has joined #linux-sunxi
JohnDoe0 has joined #linux-sunxi
JohnDoe_71Rus has quit [Ping timeout: 240 seconds]
Putti has quit [Ping timeout: 240 seconds]
Putti has joined #linux-sunxi
fl_0 has quit [Ping timeout: 255 seconds]
mosajjal has joined #linux-sunxi
fl_0 has joined #linux-sunxi
lkcl has quit [Ping timeout: 264 seconds]
<agin_> so i've done the apt-get install sysvinit-core sysvinit-utils
<agin_> but I can't find a sysvinit program
<KotCzarny> it's /sbin/init
tomboy64 has quit [Read error: Connection reset by peer]
tomboy64 has joined #linux-sunxi
<agin_> ah!
<agin_> haha it works!
<agin_> WTF?!
<KotCzarny> you new to linux?
<agin_> not really :s
<KotCzarny> every linux hacker should know how his/hers linux works
<agin_> I'll say!
IgorPec11 has quit [Ping timeout: 260 seconds]
<agin_> I didn't expect an apt-get systemv to actually replace the /sbin/init
<KotCzarny> congrats on learning something new today, now continue hacking
<agin_> I was thinking in the systemd land where it's a symlink
<agin_> to some other systemd init file
<agin_> many thanks!
<KotCzarny> systemv-init was /sbin/init for 10-20 years
<agin_> indeed!
<agin_> I like it's simplicity
<agin_> the fact that I can actually login....
<KotCzarny> erm, sysv-init i mean
<KotCzarny> you might like upstart too
<KotCzarny> it's as simple as sysv-init but with few new features
<KotCzarny> light and fast too
<agin_> I wonder why systemd don't work tho/...
<KotCzarny> agin_: because systemd devs say 'let's fuck the backward compatibility and everyone has to do it OUR way or gtfo'
<agin_> errrr KC, seriousyl?
<KotCzarny> yup, not the actual words, but overall attitude confirm that
<KotCzarny> *confirms
lkcl has joined #linux-sunxi
mosajjal has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mosajjal has joined #linux-sunxi
msevwork has joined #linux-sunxi
mossroy has joined #linux-sunxi
mosajjal has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
mosajjal has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
kaspter has joined #linux-sunxi
chomwitt has quit [Ping timeout: 240 seconds]
_whitelogger has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
_whitelogger has joined #linux-sunxi
paulk-collins has quit [Remote host closed the connection]
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
wzyy2 has quit [Ping timeout: 240 seconds]
alex__ has joined #linux-sunxi
kaspter has quit [Remote host closed the connection]
kaspter has joined #linux-sunxi
florianH has joined #linux-sunxi
<alex__> hi, I use a cubietruck with a hdd. But when I reboot or shutdown, I can hear that the head of the disk makes click. Where is the problem?
<alex__> Does the axp cuts the power before disk is shutdown? Or does the sata driver shutdown the disk not properly?
<KotCzarny> nope, linux sends some command to sleep/park the drive probably
<wens> i'm not sure if it does, what i can be sure is that the gpio controlling the power would reset, which cuts power to the drive
<KotCzarny> many x86 boards do similar 'click' on reboot though
<alex__> when I power the disk with an external power supply there is not "click"
<KotCzarny> then you have answered your question
<alex__> but how can it be fixed?
<KotCzarny> don't reboot
<alex__> or shutdown
<KotCzarny> i guess in shutdown you want it powered down
<alex__> year, but not that the disk head is in panic to reach the park position
<KotCzarny> drives are engineered today to handle such situations
<KotCzarny> ie. park on power loss
<alex__> if you have a ssd ok but for a mechanical drive it's not good to have the high g-forces on every shutdown or reboot
<KotCzarny> nope, ssd is also affected
<KotCzarny> as it caches writes often, and sudden power loss might damage the chips, so they should handle it too
<KotCzarny> s/chips/data/
<alex__> i think i'll have a look to the sata driver if there is a disk shutdown implemented or to have an delay between shutdown and power cut
<BenG83> I used the vendor tool to configure the parking behavior and then added a delay on shutdown
<BenG83> for my NAS
<KotCzarny> add something in rc.0 or rc.6 scripts, or your distro's equivalent
<BenG83> because that was always doing emergency parking
<BenG83> and back then Hitachi GST rated emergency parking only to happen about 40 times during a drives lifecycle
<KotCzarny> o.O
<BenG83> SMART log showed something like 2800 :)
<alex__> the behavior is that the disk is is sleep, then it wakes up for unmounting and after that power off
<KotCzarny> beng83: how long time ago it was?
leviathan has quit [Read error: Connection reset by peer]
<BenG83> I used those drivers for 7 years
<BenG83> so they were from 2008 or sth
yann has quit [Ping timeout: 258 seconds]
yann-kaelig has joined #linux-sunxi
cnxsoft1 has joined #linux-sunxi
cnxsoft has quit [Ping timeout: 246 seconds]
cnxsoft1 is now known as cnxsoft
mosajjal has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
ganbold has joined #linux-sunxi
chlorine has joined #linux-sunxi
chlorine has quit [Ping timeout: 240 seconds]
IgorPec has joined #linux-sunxi
DullTube has joined #linux-sunxi
<wens> hmm, my a31 crashes half the time when the system starts the watchdog daemon
<agin_> anyone got the h3 emac drivers going?
<KotCzarny> too slow? something blocks?
<montjoie> agin_: work for me:)
<agin_> ofc u did it!
<agin_> but I want to get it working... do I have to pull ur entire repo?
<wens> KotCzarny: the one instance i got an error before it hung was null pointer derefence
<agin_> just to get the emac driver?
<wens> agin_: you can always cherry-pick stuff
<wens> (and maybe break your local git repo in the process)
<montjoie> the dwmac-sun8i need some latest stmmac patch
<KotCzarny> wens, hehe, in kernel?
<montjoie> sun8i-emac is total standalone
<wens> 2 display pipeline code seems to work, but there's nothing to use for the second pipeline
<agin_> haha yea, i'm always a bit sceptical of doing crazy git stuff
<wens> KotCzarny: yeah... but no stacktrace :/
<montjoie> agin_: use the v5, but it is a dead end, the new driver is dwmac-sun8i
<montjoie> but you need latest kernel source
<montjoie> if you cherry pick
<montjoie> yes
<agin_> with the latest kernel source
IgorPec has quit [Ping timeout: 260 seconds]
<agin_> do you just use git cmd line tool?
<montjoie> sun8i-emac will work on nearby any kernel
<montjoie> yes git cmd line tool, no graphic UI
<agin_> montjoie: it's weird that eh, the 'good stable' one is a dead end
<agin_> but the latest one works only on the latest...
<montjoie> stmmac needed to be cleaned before adding sunxi stuff
yann has joined #linux-sunxi
<agin_> active development just seems like an infinite process of cleaning up
<BenG83> codekipper, there are prototype I2S dac and spdif boards for Pine64, do you want to play with one?
<agin_> montjoie: do you work off the sunxi-next branch?
<agin_> you seem to fork it straight off the main linux
<montjoie> I work on top of linux-next
<montjoie> sorry net-next
<agin_> so the sunxi-linux 3.4 is unmaintained but has a lot of support?
<agin_> drivers etc?
<jelle> agin_: it doesn't make sense to focus on something old yeah
<agin_> basically I just want my H2+ in a state where i can tinker with it
<jelle> agin_: use the xunlong image?
<agin_> lichee?
<KotCzarny> yay, my standoffs set has arrived, diy tinkering ahoy!
reinforce has joined #linux-sunxi
<codekipper> BenG83: oohhh...tempting. Strangely the more boards I get...the less work I do. Have you played with the audio codec?
kaspter has quit [Ping timeout: 268 seconds]
<BenG83> I dont have the hw yet
<BenG83> I ordered some stuff to make a breadboard
<BenG83> but now Tl has made the dac boards
<BenG83> there are first samples available
<codekipper> I can throw some patches together and add it to my wip branch...keep meaning to solder some cables to a toslink that i have
<BenG83> if you want to have a dac/spdif board let me know
BenG83 has quit [Quit: Leaving]
matthias_bgg has joined #linux-sunxi
massi has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
<agin_> is the SDIO Wifi have drivers in the mainline?
<wens> agin_: which chip? rtl8189? no
<agin_> the x1100 one
<agin_> XR819
berkutta__ has quit [Read error: Connection reset by peer]
<agin_> mainline support seems like a moving target?! considering all the drivers were available in the BSP
<silviop> in my two A33 tablets i found http://linux-sunxi.org/Touchscreen#tc1680 , some idea about it ?
diego71 has quit [Ping timeout: 240 seconds]
IgorPec has joined #linux-sunxi
diego71 has joined #linux-sunxi
lkcl has quit [Ping timeout: 240 seconds]
<agin_> montjoie: what is the best method of getting your eth driver?
<agin_> i fork the sunxi-next and then pull your repo?
<montjoie> agin_: just use my repo
agin_ has quit [Ping timeout: 260 seconds]
wzyy2 has quit [Ping timeout: 260 seconds]
paulk-collins has joined #linux-sunxi
lemonzest has joined #linux-sunxi
clonak has quit [Ping timeout: 252 seconds]
medvid has quit [Ping timeout: 240 seconds]
f0xx has joined #linux-sunxi
clonak has joined #linux-sunxi
fkluknav has joined #linux-sunxi
valkyr1e_ has quit [Quit: Bye.]
BenG83 has joined #linux-sunxi
valkyr1e has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
<montjoie> wens: any stability issue with your a83t device ?
mosajjal has joined #linux-sunxi
<sunxi_fan> hello, thanx mripard for the contribution about HDMI and dual pipeline
<sunxi_fan> i would happily test it on an A20 so i'm wondering if there's already a kernel branch somewhere with all the patches applied.. i understand it grows on top the new sunxi-ng CCU framework that's too a mistery for me. anybody knows?
<wens> montjoie: sd card time out
terra854 has joined #linux-sunxi
berkutta__ has joined #linux-sunxi
Mr__Anderson has joined #linux-sunxi
reev has quit [Ping timeout: 268 seconds]
Mr__Anderson has quit [Read error: Connection reset by peer]
<codekipper> sunxi_fan: ping us your email and I'll forward you some patches...I can't push them at the mo. These are untested but compile.
victhor has joined #linux-sunxi
<montjoie> wens: mine crash without any output every 48h
Ntemis has joined #linux-sunxi
Ntemis has quit [Remote host closed the connection]
tkaiser has joined #linux-sunxi
<tkaiser> montjoie: Which board are you using?
<montjoie> bpim3
<sunxi_fan> thanx codekipper..
<montjoie> and I try to use my h8homlet without success
mzki has joined #linux-sunxi
<terra854> Hey guys, what is ready for 4.12?
<terra854> for A64?
<jelle> terra854: 4.11 is the next version
diego71 has quit [Ping timeout: 240 seconds]
<tkaiser> montjoie: I have an eaely BPi M3 which has a Micro USB jack for DC-IN. After soldering a barrel jack to connectors it became stable. Though never used with mainline kernel.
<tkaiser> montjoie: How high are CPU cores clocked and is SMP already working?
diego71 has joined #linux-sunxi
cptG_ has joined #linux-sunxi
cptG has quit [Ping timeout: 240 seconds]
cnxsoft has quit [Quit: cnxsoft]
<terra854> As in features that are ready to be merged for 4.12
<terra854> Cause i assume that once rc1 is released, you guys cannot merge new features anymore?
DullTube has quit [Quit: Leaving]
<wens> tkaiser: no smp
<BenG83> I have a BPi M3 now if something needs testing
<BenG83> I found it in the lab at work, apparently was intended for someproject but not used
<mripard> terra854: everything is on the wiki
mhlavink has quit [Ping timeout: 260 seconds]
mhlavink has joined #linux-sunxi
<montjoie> tkaiser: like wens said, no psci so no SMP:(
<montjoie> but half of crash was when idle
andoma_ is now known as andoma
phil42 has quit [Ping timeout: 260 seconds]
phil42 has joined #linux-sunxi
chomwitt has joined #linux-sunxi
medvid has joined #linux-sunxi
lkcl has joined #linux-sunxi
mhlavink has quit [Ping timeout: 258 seconds]
mhlavink has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
ganbold has quit [Ping timeout: 246 seconds]
ganbold has joined #linux-sunxi
djakov_ is now known as djakov
djakov has quit [Changing host]
djakov has joined #linux-sunxi
Andy-D has quit [Ping timeout: 240 seconds]
medvid has quit [Ping timeout: 240 seconds]
jbrown has quit [Ping timeout: 246 seconds]
jbrown has joined #linux-sunxi
medvid has joined #linux-sunxi
massi has quit [Quit: Leaving]
jbrown has quit [Ping timeout: 260 seconds]
wzyy2_ has joined #linux-sunxi
victhor has quit [Ping timeout: 256 seconds]
wzyy2 has quit [Ping timeout: 258 seconds]
wzyy2_ has quit [Read error: Connection reset by peer]
fkluknav has quit [Ping timeout: 260 seconds]
fkluknav has joined #linux-sunxi
wzyy2_ has joined #linux-sunxi
wzyy2_ has quit [Read error: Connection reset by peer]
fkluknav has quit [Ping timeout: 264 seconds]
lkcl has quit [Ping timeout: 260 seconds]
f0xx has quit []
f0xx has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
fkluknav has joined #linux-sunxi
Net147_ has quit [Read error: Connection reset by peer]
f0xx has quit [Ping timeout: 268 seconds]
mossroy has quit [Quit: Leaving]
chlorine has joined #linux-sunxi
Net147 has joined #linux-sunxi
netlynx has joined #linux-sunxi
scream has joined #linux-sunxi
engideavr has quit [Quit: Konversation terminated!]
mosajjal has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
leviathan has joined #linux-sunxi
jernej has joined #linux-sunxi
wzyy2 has quit [Read error: Connection reset by peer]
wzyy2 has joined #linux-sunxi
mosajjal has joined #linux-sunxi
wzyy2 has quit [Read error: Connection reset by peer]
IgorPec has joined #linux-sunxi
leviathan has quit [Read error: Connection reset by peer]
chlorine has quit [Remote host closed the connection]
leviathan has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
BenG83 has quit [Quit: Leaving]
chomwitt has quit [Ping timeout: 256 seconds]
wzyy2 has quit [Read error: Connection reset by peer]
f0xx has joined #linux-sunxi
wzyy2 has joined #linux-sunxi
dave0x6d has joined #linux-sunxi
r1mikey has joined #linux-sunxi
wzyy2 has quit [Read error: Connection reset by peer]
chlorine has joined #linux-sunxi
fkluknav has quit [Ping timeout: 240 seconds]
tkaiser has quit [Quit: jIRCii - http://www.oldschoolirc.com]
terra854 has quit [Quit: Connection closed for inactivity]
r1mikey has quit [Remote host closed the connection]
wzyy2 has joined #linux-sunxi
fdcx has quit [Ping timeout: 246 seconds]
wzyy2 has quit [Read error: Connection reset by peer]
fdcx has joined #linux-sunxi
leviathan has quit [Ping timeout: 240 seconds]
leviathan has joined #linux-sunxi
IgorPec has quit [Ping timeout: 260 seconds]
yann-kaelig has quit [Quit: Leaving]
yann has quit [Ping timeout: 240 seconds]
wzyy2 has joined #linux-sunxi
|Jeroen| has joined #linux-sunxi
wzyy2 has quit [Read error: No route to host]
JohnDoe0 has quit [Quit: KVIrc 4.9.2 Aria http://www.kvirc.net/]
popolon has quit [Ping timeout: 256 seconds]
f0xx has quit [Ping timeout: 264 seconds]
afaerber has joined #linux-sunxi
akaizen has joined #linux-sunxi
BenG83 has joined #linux-sunxi
jbrown has joined #linux-sunxi
vagrantc has joined #linux-sunxi
yann has joined #linux-sunxi
yann-kaelig has joined #linux-sunxi
dave0x6d has quit [Quit: Connection closed for inactivity]
yann-kaelig has quit [Client Quit]
netlynx has quit [Quit: Ex-Chat]
afaerber has quit [Remote host closed the connection]
bugzc_ns has left #linux-sunxi [#linux-sunxi]
|Jeroen| has quit [Quit: dada]
chomwitt has joined #linux-sunxi
Leepty has quit [Ping timeout: 258 seconds]
chlorine has quit [Remote host closed the connection]
apritzel has joined #linux-sunxi
<plaes> mripard: btw, include/dt-bindings/clock/sun5i-ccu.h is only GPL-licensed..
Leepty has joined #linux-sunxi
IgorPec has joined #linux-sunxi
tomboy64 has quit [Remote host closed the connection]
mosajjal has quit [Quit: http://www.kiwiirc.com/ - A hand crafted IRC client]
tomboy64 has joined #linux-sunxi
IgorPec has quit [Ping timeout: 256 seconds]
Leepty has quit [Ping timeout: 260 seconds]
jbrown has quit [Quit: Leaving]
Leepty has joined #linux-sunxi
Leepty has quit [Ping timeout: 264 seconds]
scream has quit [Remote host closed the connection]
reinforce has quit [Quit: Leaving.]
Leepty has joined #linux-sunxi
Leepty has quit [Ping timeout: 260 seconds]
Leepty has joined #linux-sunxi
Leepty has quit [Ping timeout: 240 seconds]
paulk-collins has quit [Quit: Leaving]
lurchi__ is now known as lurchi_
popolon has joined #linux-sunxi
victhor has joined #linux-sunxi
berkutta__ has quit [Ping timeout: 240 seconds]
Andy-D has joined #linux-sunxi
laj has joined #linux-sunxi
lurchi_ is now known as lurchi__
lurchi__ is now known as lurchi_
lemonzest has quit [Quit: Leaving]
mzki has quit [Ping timeout: 240 seconds]
mzki has joined #linux-sunxi
komunista has quit [Quit: Leaving.]