mnemoc 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
naobsd has joined #linux-sunxi
bluse has quit [Ping timeout: 258 seconds]
bluse has joined #linux-sunxi
paulk-collins has joined #linux-sunxi
paulk-collins has quit [Remote host closed the connection]
ricardocrudo has joined #linux-sunxi
Net147 has joined #linux-sunxi
<Net147> when setting LCD brightness using ioctl. why does the driver increment the brightness value by 1 if it is non-zero? https://github.com/linux-sunxi/linux-sunxi/blob/sunxi-3.4/drivers/video/sunxi/disp/disp_lcd.c#L1669
naobsd has quit [Quit: Page closed]
Renard has quit [Quit: Renard]
ricardocrudo has quit [Quit: Saindo]
popolon has quit [Quit: WeeChat 1.0.1]
cnxsoft has joined #linux-sunxi
naobsd has joined #linux-sunxi
kurain has joined #linux-sunxi
xenoxaos has quit [Ping timeout: 258 seconds]
egbert has joined #linux-sunxi
xenoxaos has joined #linux-sunxi
egbert_ has quit [Ping timeout: 244 seconds]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
viccuad has quit [Read error: Connection reset by peer]
ccube has quit [Remote host closed the connection]
ccube has joined #linux-sunxi
xenoxaos has quit [Ping timeout: 258 seconds]
xenoxaos has joined #linux-sunxi
skaag1 is now known as Skaag
EL3 has joined #linux-sunxi
<EL3> Hi does any one know what the name of pcduino3 wifi driver is. wlan0 does not show up when ifconfig. It did ½ hour ago tough, dont know what happened
<EL3> I tried - modprobe 8188eu
xenoxaos has quit [Ping timeout: 258 seconds]
xenoxaos has joined #linux-sunxi
EL3 has left #linux-sunxi [#linux-sunxi]
TheSeven has quit [Ping timeout: 244 seconds]
TheSeven has joined #linux-sunxi
xenoxaos has quit [Ping timeout: 258 seconds]
Froolap has joined #linux-sunxi
kurain has quit [Remote host closed the connection]
FergusL has quit [Quit: No Ping reply in 180 seconds.]
kurain1 has joined #linux-sunxi
FergusL has joined #linux-sunxi
kurain1 has quit [Remote host closed the connection]
eagles0513875 has quit [Ping timeout: 240 seconds]
kurain has joined #linux-sunxi
book` has quit [Ping timeout: 245 seconds]
kelvan has joined #linux-sunxi
kelvan has quit [Remote host closed the connection]
book` has joined #linux-sunxi
eagles0513875 has joined #linux-sunxi
wens_ is now known as wens
Net147 has quit [Quit: Konversation terminated!]
JohnDoe_71Rus has joined #linux-sunxi
barbarin has quit [Remote host closed the connection]
Gerwin_J has joined #linux-sunxi
xenoxaos has joined #linux-sunxi
Zboonet has joined #linux-sunxi
xenoxaos has quit [Ping timeout: 258 seconds]
xenoxaos has joined #linux-sunxi
kurain has quit [Ping timeout: 240 seconds]
kurain has joined #linux-sunxi
Gerwin_J has quit [Quit: Gerwin_J]
LinAdmin has joined #linux-sunxi
LinAdmin has left #linux-sunxi [#linux-sunxi]
Zboonet has quit [Ping timeout: 244 seconds]
Zboonet has joined #linux-sunxi
cubear has joined #linux-sunxi
Andy-D has joined #linux-sunxi
wenbin has joined #linux-sunxi
Gerwin_J has joined #linux-sunxi
domidumont has joined #linux-sunxi
Andy-D has quit [Remote host closed the connection]
hipboi has quit [Ping timeout: 256 seconds]
FreezingCold has quit [Ping timeout: 245 seconds]
arete74 has quit [Ping timeout: 264 seconds]
hipboi has joined #linux-sunxi
MackBoy has quit [Remote host closed the connection]
MackBoy has joined #linux-sunxi
Akagi201 has joined #linux-sunxi
arete74 has joined #linux-sunxi
naobsd has quit [Quit: Page closed]
<wens> ccaione: hi, i've done a v8 of the remaining axp20x patches, expanding the bindings document as mark asked
aballier has joined #linux-sunxi
FR^2 has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
<ccaione> wens: tnx, of course you have my ack :)
Akagi201_ has joined #linux-sunxi
<wens> :)
_massi has joined #linux-sunxi
Akagi201 has quit [Ping timeout: 245 seconds]
formruga has joined #linux-sunxi
wenbin has quit [Quit: Leaving]
popolon has joined #linux-sunxi
wickwire has joined #linux-sunxi
Renard has joined #linux-sunxi
naobsd has joined #linux-sunxi
tomboy64 has quit [Ping timeout: 250 seconds]
barbarin has joined #linux-sunxi
<Wizzup> arokux: ping; is there a place where I can find some additional (if any) work on otg mainline for A10/A20?
paulk-collins has joined #linux-sunxi
angrybb has joined #linux-sunxi
bbrezill1 has quit [Ping timeout: 240 seconds]
<rellla> how can i make my mainline kernel a bit noisier? currently output on uart stops at "Starting kernel" http://pastebin.com/N52vU51w
<rellla> the earlyprintk kernel options according to the wiki are set
angrybb has quit [Quit: Page closed]
bbrezill1 has joined #linux-sunxi
naobsd has quit [Ping timeout: 246 seconds]
<wens> rellla: check the lowlevel debug options in kernel hacking
<wens> chances are you have the wrong settings for the debug uart base address
<rellla> you mean UART0 or UART1?
barbarin has quit [Ping timeout: 272 seconds]
<wens> yes, but those option only affect the default value for the base address
<rellla> wens: hm. CONFIG_DEBUG_KERNEL, CONFIG_DEBUG_LL, CONFIG_EARLY_PRINTK are set
<rellla> CONFIG_DEBUG_SUNXI_UART0 and CONFIG_DEBUG_SUNXI_UART1 don't work
weissschloss has quit [Ping timeout: 240 seconds]
<wens> check CONFIG_DEBUG_UART_PHYS and CONFIG_DEBUG_UART_VIRT
weissschloss has joined #linux-sunxi
<rellla> wens: 0x07000000 and 0xf7000000
<rellla> how do i get the right values?
<wens> you can copy the values associated with CONFIG_DEBUG_SUNXI_UART*
<rellla> wens: works now. default 0xf1c28000 if DEBUG_SUNXI_UART0 and default 0x01c28000 if DEBUG_SUNXI_UART0
<rellla> i wonder how this values can be set automatically with make menuconfig ...
sehraf has joined #linux-sunxi
Andy-D has joined #linux-sunxi
naobsd has joined #linux-sunxi
ricardocrudo has joined #linux-sunxi
viccuad has joined #linux-sunxi
cosm_ has quit [Remote host closed the connection]
<wens> they seem to only work the first time with a fresh config
<Turl> you could drop them and make oldconfig
merbanan has quit [Read error: No route to host]
deasy has joined #linux-sunxi
<rellla> wens, Turl: anyway. mainline kernel + uboot works here on a bananapi. though a few missing configs, but now it's ok. thanks
bsdfox has quit [Ping timeout: 240 seconds]
bsdfox has joined #linux-sunxi
bsdfox has quit [Changing host]
bsdfox has joined #linux-sunxi
<wens> rellla: what configs are missing?
<rellla> for example fhandle, cgroups ... all that is needed for systemd
<Turl> my busybox doesn't need all that
<Turl> :)
<Turl> rellla: multi_v7 has them though
<Turl> what config are you using?
<wens> hans is really doing a lot of u-boot stuff
<rellla> Turl: sunxi_defconfig with a few additional configs
<Turl> yeah, from what I recall from mripard, sunxi_defconfig was just for minimal boot testing
<wens> anyone have the url for the arm boot farm?
<wens> i forgot to bookmark it :|
bsdfox has quit [Ping timeout: 240 seconds]
bsdfox has joined #linux-sunxi
Black_Horseman has quit [Remote host closed the connection]
<wens> ccaione: the sysfs bindings for pek seem to have the wrong path?
tomboy64 has joined #linux-sunxi
<ccaione> wrong?
kurain has quit [Ping timeout: 240 seconds]
<wens> /sys/class/input/input(x)/device/startup
<wens> missing /device in the original
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
<ccaione> wens: you mean in the documentation?
<wens> yeah
Gerwin_J has quit [Ping timeout: 250 seconds]
kz1 has joined #linux-sunxi
domidumont has quit [Ping timeout: 246 seconds]
dack has joined #linux-sunxi
<dack> anyone encounter an issue where your device worked as a wifi hotspot regardless of the feature being turned on? The settings also didn't affect the password or the SSID name either.
<dack> I've seen the issue on 3 different A20 devices... all different manufacturers. I'm wondering if there's an issue with the AW SDK.
<wens> crap... just lost my finished cover letter...
cnxsoft has quit [Quit: cnxsoft]
<dack> wens: I'd hire you... I'm sure you're dingguagua!
afaerber_ has joined #linux-sunxi
afaerber has quit [Ping timeout: 245 seconds]
<wens> dack: i meant the cover letter for the patch series :p
<dack> wens: lol ^_^
quitte has joined #linux-sunxi
leviathanch2 has joined #linux-sunxi
domidumont has joined #linux-sunxi
leviathanch2 has quit [Ping timeout: 245 seconds]
Netlynx has joined #linux-sunxi
Netlynx has quit [Changing host]
Netlynx has joined #linux-sunxi
barbarin has joined #linux-sunxi
gianMOD has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
kivutar has joined #linux-sunxi
<kivutar> hello, what is the sunxi-next branch for?
<quitte> kivutar: branch of what?
<kivutar> git branch
<kivutar> of the kernel
<kivutar> I see it is quite active
<quitte> hmm. "DMAengine driver handles slave DMA clients..." what is master DMA and is it already supported on A20?
_massi has quit [Ping timeout: 240 seconds]
<quitte> Turl: does the above imply that there is mainline support for DMA already? for example for sata or gmac ?
<Turl> quitte: master is when the device does the DMA
<Turl> pretty sure that mmc for example does that
<Turl> maybe sata too, not sure
<quitte> Turl: thanks. I was hoping that didn't exist on ARM devices. It means that those devices can change RAM content without OS oversight, doesn't it?
<Turl> I'm not completely sure on how it works or if it goes through the MMU
<Turl> quitte: but that's a safe assumption I guess
<Turl> quitte: what's your worry?
<quitte> Turl: A couple of years ago it turned out that on apple devices the firewire port could be used to change the ram content with no way to prevent that except disabling thgat port entirely
<quitte> since then i generally dislike the fact that peripherals have to be trusted
<Turl> quitte: pretty sure that happens today still
<quitte> exactly
<Turl> with thunderbolt
<quitte> I was hoping that the iommu introduced with amd64 would change that
<quitte> but it didn't
<Turl> quitte: still, I don't see how that can be a problem with eg. mmc
<Turl> you'd need to request a read and provide an address from the OS side in order to do anything
<quitte> in the case of mmc it's probably fine. you only have to trust the controller, not the card. pci-e and pci however ...
<Turl> yeah
<Turl> but we don't have PCIe so it's moot :)
<quitte> kind of. would be nice to have memory protection for hardware,too. it's just as buggy as software so shouldn't be trusted to only write where it is supposed to, either
<quitte> Do you happen to know if an iommu could even do what i'd think it does?
<Turl> I have no idea about iommus, sorry :(
gianMOD has quit [Remote host closed the connection]
bonbons has joined #linux-sunxi
_massi has joined #linux-sunxi
<maz> quitte: you can use an IOMMU to limit the memory your device is going to DMA to/from.
<quitte> maz: so the translation part is just for the whole memory region and not per peripheral?
barbarin has quit [Quit: ChatZilla 0.9.91.1 [Firefox 34.0/20141127111547]]
<maz> quitte: that depends on the IOMMU. the ARM SMMU can have per-device contexts, each one getting its own set of page tables.
<quitte> I have never heard of SMMU. is that something that comes with a cortex-a core or is it a peripheral? Does the i.MX6 have it?
<maz> quitte: no idea about imx. it is a peripheral that comes between your memory and your devices, controlled by the CPU. basically an IOMMU. look at the ARM infocenter for details about the architecture.
<quitte> maz: thanks.
gianMOD has joined #linux-sunxi
FR^2 has quit [Quit: Connection reset by peer]
MackBoy has quit [Remote host closed the connection]
MackBoy has joined #linux-sunxi
_massi has quit [Quit: Leaving]
chil has joined #linux-sunxi
wickwire has quit [Read error: Connection reset by peer]
ricardocrudo has joined #linux-sunxi
ricardocrudo has quit [Remote host closed the connection]
Netlynx has quit [Quit: Leaving]
<oliv3r> Turl: thanks! :D you thanks for reviewing ;)
<oliv3r> also; our comp. has been confirmed for fosdem :)
<oliv3r> w/in 3
Froolap has quit [Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/]
<viccuad> oliv3r: I'm curious, what is a comp.?
<quitte> I'd guess company. they are in hall 3, maybe?
<viccuad> oh, i was thinking of sunxi and talks and so
<quitte> i really was just guessing. could be anything
viccuad has quit [Read error: Connection reset by peer]
domidumont has quit [Ping timeout: 246 seconds]
FreezingCold has joined #linux-sunxi
Lorenzo64 has joined #linux-sunxi
akaizen_ has joined #linux-sunxi
akaizen has quit [Read error: Connection reset by peer]
Lorenzo64 has quit [Quit: Leaving]
Froolap has joined #linux-sunxi
Froolad has joined #linux-sunxi
Froolap has quit [Ping timeout: 265 seconds]
Froolap has joined #linux-sunxi
Froolad has quit [Ping timeout: 258 seconds]
tomcheng76 has quit [Read error: Connection reset by peer]
sehraf has quit [Read error: Connection reset by peer]
sehraf has joined #linux-sunxi
sehraf has quit [Read error: Connection reset by peer]
sehraf has joined #linux-sunxi
tomcheng76 has joined #linux-sunxi
Sutter_Cain has joined #linux-sunxi
konradoo77 has joined #linux-sunxi
formruga has quit [Quit: Konversation terminated!]
EL3 has joined #linux-sunxi
lioka has quit [Ping timeout: 240 seconds]
dack has quit [Remote host closed the connection]
lioka has joined #linux-sunxi
bonbons has quit [Quit: Leaving]
konradoo77 has quit [Ping timeout: 240 seconds]
konradoo77 has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
lioka has quit [Ping timeout: 245 seconds]
konradoo77 has quit [Ping timeout: 265 seconds]
konradoo77 has joined #linux-sunxi
paulk-collins has quit [Quit: Quitte]
cubear has quit [Quit: Leaving]
Renard has quit [Ping timeout: 255 seconds]
lioka has joined #linux-sunxi
konradoo77 has quit [Ping timeout: 265 seconds]
sehraf has quit [Quit: www.miranda-fusion.de ... be part of it...]
Sancho has joined #linux-sunxi
<Sancho> Good evening. I have a problem with usbip userspace programs - can't seem to be able to build them. Does anyone have an experience with building usbipd within current sunxi kernel?
gianMOD has quit [Read error: Connection reset by peer]
gianMOD has joined #linux-sunxi
Froolap has quit [Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/]
Sancho has left #linux-sunxi [#linux-sunxi]