rz2k changed the topic of #linux-sunxi to: Allwinner/sunxi development discussion - Don't ask to ask. Just ask and wait! - See http://linux-sunxi.org | https://github.com/linux-sunxi/ | Logs at http://irclog.whitequark.org/linux-sunxi | FOSDEM talks - http://dl.linux-sunxi.org/users/nove/sunxi_at_fosdem2014/
kuldeepdhaka has quit [Ping timeout: 265 seconds]
jinzo has quit [Quit: Leaving]
kuldeepdhaka has joined #linux-sunxi
geecko has quit [Remote host closed the connection]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
FreezingCold has quit [Ping timeout: 246 seconds]
popolon has quit [Quit: Quitte]
kravicka is now known as lubko_next
apo_ has quit [Read error: Connection reset by peer]
apo_ has joined #linux-sunxi
rz2k has quit []
pwhalen has quit [Ping timeout: 245 seconds]
pwhalen has joined #linux-sunxi
bsdfox has quit [Ping timeout: 272 seconds]
bsdfox has joined #linux-sunxi
bsdfox has quit [Changing host]
bsdfox has joined #linux-sunxi
pwhalen has quit [Ping timeout: 250 seconds]
pwhalen has joined #linux-sunxi
egbert has quit [Disconnected by services]
egbert has joined #linux-sunxi
printallthething has quit [Ping timeout: 272 seconds]
Seppoz has quit [Ping timeout: 272 seconds]
bsdfox has quit [Ping timeout: 250 seconds]
bsdfox has joined #linux-sunxi
mkutsevol has quit [Ping timeout: 272 seconds]
mkutsevol has joined #linux-sunxi
morfoh has quit [Ping timeout: 272 seconds]
morfoh has joined #linux-sunxi
[7] has quit [Disconnected by services]
TheSeven has joined #linux-sunxi
agath_at_work has quit [Read error: Connection reset by peer]
agath_at_work has joined #linux-sunxi
heffer has quit [Read error: Connection reset by peer]
heffer has joined #linux-sunxi
JohnDoe_71Rus has joined #linux-sunxi
prasannapete has joined #linux-sunxi
t3st3r has quit [Ping timeout: 240 seconds]
mkutsevol has left #linux-sunxi [#linux-sunxi]
mkutsevol has joined #linux-sunxi
FDCX has quit [Remote host closed the connection]
<arete74> how to i can use gpio pin in mainline with device tree?
<arete74> can share an example how to enable gpio pin in dts?
<wens> get the sunxi-devel branch, and look at usb-vbus or mmc-cd pins
prasannapete has quit [Quit: prasannapete]
<arete74> wens: thanks
<arete74> i try to use mainline for read 1-wire sensor
t3st3r has joined #linux-sunxi
ykchavan has joined #linux-sunxi
HeHoPMaJIeH has joined #linux-sunxi
HeHoPMaJIeH has quit [Changing host]
HeHoPMaJIeH has joined #linux-sunxi
<wens> hehe mediatek
<wens> from what I heard, they had an internal debate on whether to upstream drivers
penghb has joined #linux-sunxi
penghb1 has quit [Ping timeout: 264 seconds]
diego_r has joined #linux-sunxi
ykchavan has quit [Ping timeout: 250 seconds]
bbrezillon has joined #linux-sunxi
<arete74> q
FR^2 has joined #linux-sunxi
<mnemoc> moin
<ccaione> moin
<mnemoc> moin ccaione
<gzamboni> moin ccaione mnemoc
Black_Horseman has quit [Quit: Zwi se logou mou!!!]
<ccaione> yo gzamboni, did you get a second fine? :)
<mnemoc> moin gzamboni
Philippe_Fouquet has joined #linux-sunxi
<Philippe_Fouquet> Hi evrybody
<gzamboni> ccaione, what do you mean ?
<gzamboni> second day ? yes
<gzamboni> i really like sunday, there were less people and good speechs
<gzamboni> and i didnt get a car parking ticket :P
<gzamboni> speechs/talks
<Philippe_Fouquet> I want to read/write in file on sysfs form a kernel modul. somme body cane give me a good exemple Thnak
shineworld has joined #linux-sunxi
<gzamboni> Philippe_Fouquet, what do you need to write, how many data ?
<Philippe_Fouquet> few data on eeprom
<Philippe_Fouquet> I can read write in eepron with a file like /sys/bus/i2c/devices/1-0050/eeprom
<Philippe_Fouquet> I want access to this file from ethernet driver?
<gzamboni> you can work with special files like on the gpio driver or iio drivers, so you write the adress to a file (pointer/adress of the eeprom you want to read) and get the contents of it on another
<gzamboni> so, the driver is there and its working for reading and writing
<gzamboni> you need to access it remotly ? use a linux service for that, nfs or something similar
<gzamboni> netcat is a good solution for remote acessing devices even if they are inside a local network. you set your device to do the connection and you can have remote access to debug/support
cajg has quit [Ping timeout: 246 seconds]
ganbold__ has quit [Remote host closed the connection]
ganbold has joined #linux-sunxi
cajg has joined #linux-sunxi
shineworld has left #linux-sunxi ["Leaving"]
<leviathanch> please sign me off :-D
<plaes> leviathanch: in first patch, why isn't struct sunxi_mmc_clk_dly const?
<plaes> it seems to be readonly
geecko has joined #linux-sunxi
<leviathanch> uhh?
<plaes> just after sunxi_mmc_set_clk_dly function in sunxi-mci.c
<leviathanch> plaes: ah, yes
<leviathanch> oh
<leviathanch> you are right
<leviathanch> I just forgot it
<mripard> leviathanch: yes, I saw it
Net147 has joined #linux-sunxi
* plaes should figure out the googlegroups to use proper mail for sending..
ykchavan has joined #linux-sunxi
cazzacarna has joined #linux-sunxi
<plaes> also.. in same file @sunxi_mmc_set_ios -> MMC_POWER_UP
<plaes> if MOD clk enable fails, don't you have to also disable the AHB clock?
<Net147> libv: I was able to get both LCD (/dev/fb0) + HDMI (/dev/fb1) working at same time on Olimex A20 at different resolutions
<plaes> Net147: please add it to wiki
<leviathanch> plaes: "warning: assignment discards 'const' qualifier from pointer target type"
<wens> argh... so busy today
<plaes> hmm ouch
<leviathanch> the warning was annoying, so I removed the const
<leviathanch> now I remember
<leviathanch> ^_^
<Net147> plaes: what should I call the page?
<plaes> Net147: just add it here http://linux-sunxi.org/A20-OLinuXino
<Net147> plaes: okay
<plaes> leviathanch: it seems that they are used :S
<leviathanch> plaes: so you'll agree, that it doesn't make sense to have a const there? :-)
popolon has joined #linux-sunxi
popolon has joined #linux-sunxi
mturquette has quit [Changing host]
mturquette has joined #linux-sunxi
cubear has joined #linux-sunxi
notmart has joined #linux-sunxi
notmart has joined #linux-sunxi
notmart has quit [Changing host]
<plaes> leviathanch: yup :(
specing has joined #linux-sunxi
t3st3r has quit [Remote host closed the connection]
t3st3r has joined #linux-sunxi
<Net147> now I just need to figure out how to get 1280x800 on HDMI output
speakman has quit [Remote host closed the connection]
<leviathanch> plaes: but you are right about the missing clk_disable_unprepare(host->clk_ahb) though
<leviathanch> plaes: I'm adding it
rellla has joined #linux-sunxi
<libv> Net147: where does change_display_a20.sh live?
<Net147> libv: ~/change_display_a20.sh
<Net147> libv: in root home directory
<libv> Net147: where on the net does this live?
<Net147> libv: inside the official Debian image
<libv> hrm. ok
<Net147> libv: you want link?
<libv> Net147: yes :)
<Net147> libv: it's hidden inside the user manual pdf
<libv> Net147: olimex is very kindly sending me the lot, to help with my kms stuff, but that will take a few days still
<libv> it would be nice to try to coax my a20 tablet into doing this in the meantime
<libv> actually, i first have to do some fosdem aftermath stuff still
<mnemoc> libv: hi!
<libv> mnemoc: :)
<libv> seems i was telling a porkie about the DACs as well
<libv> there are only 4 dac pins
<libv> but both tvec0 and 1 can drive them
<libv> and in some codepaths, they use 0-3 to signify dac0-3 on the first tvec, and 4-7 to signify dac0-3 from the second tvec
<libv> only as a software shortcut though...
<Net147> libv: the script just changes the display sections of the .fex
<Net147> libv: but doesn't let you set up dual head
<libv> Net147: can you pastebin it, or is that the preformatted bit of code of your wiki addition?
<Net147> libv: I can pastebin it, but I need to download the image first =P
<libv> ah, ok, nm then, i'll do it
<Net147> libv: first partition is FAT boot, second partition has the root fs
<libv> right :)
<wigyori> mripard: that pll patch was the culprit - thanks :)
jacq has joined #linux-sunxi
rellla2 has joined #linux-sunxi
rellla has quit [Ping timeout: 252 seconds]
<mripard> wigyori: cool :)
<mripard> wigyori: we discussed how to fix this exact issue this week end with hans
<mripard> so it was pretty fresh in my mind :)
<wens> mripard: hi
<mripard> hi
<wens> about the ethernet aliases, my position is that on the A20 boards we currently support, you can choose only emac or gmac
<wens> regardless of which you use in u-boot, it would be ethernet0
<wens> in the patch series I moved all the A20 boards to gmac
<wens> in other words, we make the active controller ethernet0
<mripard> ok
<mripard> explained like that, I agree.
<Net147> libv: did you manage to extract the script yet?
<wens> mripard: personally I'd like this as the default in the dtsi, anyone working on the emac, say for DMA, can override it
Black_Horseman has joined #linux-sunxi
<plaes> Net147: nice work!
<libv> plaes: it's olimex code :p
<libv> Net147: thanks :)
<libv> Net147: i am still tapping out fosdem stuff :)
FreezingCold has joined #linux-sunxi
<mnemoc> libv: regarding the DACs. if Stephen Hawking can write books contradicting what he wrote on the previous without losing any credibility, Luc Verhaegen can too.
<mnemoc> "the only way of always been right is to be willing to change your mind" (tm)
<libv> mnemoc: :)
<libv> mnemoc: i talk a big load of BS in my life, and i have no issues admitting it either
<mnemoc> :D
<libv> but there were many cases where i still kept on stating the same things a month or so in, with everyone else either ignoring or naysayin them... And experience shows that i am bang on then (what became mode-setting, the games played by ATI, the fact that dave airlie at redhat would try to create a competing driver, etc...)
<libv> in such cases i have learned to stick with it :)
<mnemoc> :D
ykchavan has quit [Quit: Leaving]
pwhalen has quit [Ping timeout: 250 seconds]
<plaes> libv: did you see this: http://pandoralive.info/?p=2808
FreezingAlt has joined #linux-sunxi
FreezingCold has quit [Read error: Connection reset by peer]
<libv> plaes: i did now
maz has quit [Ping timeout: 252 seconds]
atsampson has quit [Quit: I do wish irssi would pick up -ssl for /reconnect]
atsampson has joined #linux-sunxi
maz has joined #linux-sunxi
joelee has left #linux-sunxi [#linux-sunxi]
printallthething has joined #linux-sunxi
<Wizzup> hm... the "installing on nand" guide http://linux-sunxi.org/Cubieboard/Installing_on_NAND doesn't mention which modules are required
<Wizzup> I compiled my own kernel (with default nand enabled stuff as modules), but I dont
<Wizzup> have a /dev/nand yet
Net147 has quit [Quit: Try HydraIRC -> http://www.hydrairc.com <-]
<atsampson> Wizzup: you need CONFIG_SUNXI_NAND=y to get /dev/nand
<atsampson> I had to tweak that in my config too for the CT...
<Wizzup> # CONFIG_SUNXI_NAND is not set
<Wizzup> dar
<Wizzup> n
<Wizzup> thx.
AreaScout has joined #linux-sunxi
maz has quit [Ping timeout: 260 seconds]
ganbold_ has joined #linux-sunxi
deasy has joined #linux-sunxi
JohnDoe_71Rus has quit [Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org]
maz has joined #linux-sunxi
Black_Horseman has quit [Ping timeout: 272 seconds]
shineworld has joined #linux-sunxi
shineworld has left #linux-sunxi [#linux-sunxi]
diego_r has quit [Ping timeout: 245 seconds]
<wigyori> i read that the a23 sdk has asoc drivers for its audio
<wigyori> is that sdk already available?
patapovich has joined #linux-sunxi
patapovich has left #linux-sunxi [#linux-sunxi]
<wigyori> cheers
<arokux> wigyori: what is asoc?
<arokux> ah, ALSA System on Chip
<wens> wigyori: the drivers look sound, only need to tweak the registers I think
<wens> but need DMA first
enrico_ has joined #linux-sunxi
pwhalen has joined #linux-sunxi
nove has joined #linux-sunxi
w00tc0d3_ has quit [Changing host]
w00tc0d3_ has joined #linux-sunxi
cubear has quit [Quit: Leaving]
w00tc0d3_ is now known as netchip
gzamboni has quit [Ping timeout: 265 seconds]
gzamboni has joined #linux-sunxi
<arokux> hi wens
jinzo has joined #linux-sunxi
<wens> hi
<arokux> wens: do you still work on usb-otg?
<wens> I'll be busy this week
<wens> but hacking together a poc shouldn't take too much time
<arokux> I see. I was busy last time too. I'll try to do some small things
<arokux> wens: if you need some testing, let me know
jacq has quit [Ping timeout: 245 seconds]
<wens> so far I have a basic phy driver and glue layer
<wens> need to mess with the register offsets, as they're scrambled, like the i2c controller
<wens> musb driver is a mess :(
<arokux> as always...
<wens> I think this is worse than ahci
<arokux> wens: musb is much-much bigger, isn't it?
<arokux> wens: anyway, what else happened in sunxi world except FOSDEM?
jinzo has quit [Remote host closed the connection]
<wens> usb host drivers look almost done
<wens> someone is looking at DMA
<wens> SPI done
<arokux> wens: I see, thanks
rz2k has joined #linux-sunxi
jinzo has joined #linux-sunxi
<wens> hopefully we'll see ohci/ehci, sata, mmc support in 3.15
jacq has joined #linux-sunxi
maz has quit [Ping timeout: 245 seconds]
maz has joined #linux-sunxi
jacq has quit [Ping timeout: 252 seconds]
<arokux> any news on u-boot side? was it pushed upstream?
kivutar has joined #linux-sunxi
<wens> I think they were talking about it at fosdem
<wens> ask oliv3r
<mripard> arokux: you can't just push it upstream
<mripard> so the plan set by hans, maz and I is to 1) find someone that want to endure this pain, 2) help him as needed 3) refactor anything so that we can end up with something that both fits our needs and u-boot's
HeHoPMaJIeH has quit [Remote host closed the connection]
shineworld has joined #linux-sunxi
<arokux> thanks mripard
arete74 has quit [Quit: leaving]
arete74 has joined #linux-sunxi
<ccaione> oliv3r: this we I'm gonna try to install gentoo :) FML
<montjoie[home]> another gentoo:)
bbrezillon has quit [Quit: Ex-Chat]
<ccaione> montjoie[home]: just because I want to take a break from arch :)
<ccaione> we are not breaking up, we are taking a bit of time for ourselves (cit.)
<arokux> ccaione: have you installed gentoo ever before?
<arokux> ccaione: I'm also arch user, so you could then share your impressions :)
<ccaione> arokux: yeah, always back to arch :)
<ccaione> arokux: I'll let you know
<arokux> ccaione: thx!
<Wizzup> Why is installing gentoo "fml"?
<Wizzup> It's one of the nicest distros out there :)
<ccaione> Wizzup: I'm a long time arch user, I feel like "cheating"
<Wizzup> It seems like you're breaking free from the ever instable and choice limiting
<Wizzup> ;-)
<ccaione> hahaha that's the idea
<arokux> Wizzup: you claim gentoo is more stable than arch?
<Wizzup> Sure is
<ccaione> arokux: arch is never really stable IMO
rellla2 has quit [Quit: Nettalk6 - www.ntalk.de]
techn_ has joined #linux-sunxi
shineworld has left #linux-sunxi ["Leaving"]
gzamboni has quit [Ping timeout: 260 seconds]
paulk-collins has joined #linux-sunxi
gzamboni has joined #linux-sunxi
FR^2 has quit [Quit: Connection reset by peer]
FreezingAlt has quit [Read error: Operation timed out]
diego_r has joined #linux-sunxi
lkcl has joined #linux-sunxi
popolon has quit [Quit: Quitte]
<Turl> ouch gentoo :)
<Turl> last time I tried, genkernel generated an unbootable one :)
<Turl> (and it was like the only time :P)
enrico_ has quit [Quit: Bye]
kuldeepdhaka has quit [Ping timeout: 250 seconds]
t3st3r has quit [Ping timeout: 240 seconds]
Seppoz has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has joined #linux-sunxi
netlynx has quit [Changing host]
diego_r has quit [Read error: Operation timed out]
davi has joined #linux-sunxi
rellla has joined #linux-sunxi
techn__ has joined #linux-sunxi
rzk has joined #linux-sunxi
npcomp has quit [Ping timeout: 272 seconds]
rz2k has quit [Read error: Connection reset by peer]
techn_ has quit [Ping timeout: 260 seconds]
techn_ has joined #linux-sunxi
techn_ has quit [Read error: Connection reset by peer]
techn__ has quit [Ping timeout: 260 seconds]
<oliv3r> Hello!
npcomp has joined #linux-sunxi
<oliv3r> ccaione: you gonna try gentoo?
<ccaione> oliv3r: yeah, as soos as I have to waste a bit of time
<Turl> s/a bit of time/a couple of days/
<Turl> >:D
<ccaione> :D yeah, also considering that I have to install it on my macbook retina
ragupo_1 has joined #linux-sunxi
npcomp has quit [Ping timeout: 245 seconds]
FreezingAlt has joined #linux-sunxi
npcomp has joined #linux-sunxi
<montjoie[home]> Turl depend on your RAM/numbers of cpu, on a 48core gentoo is fast...
davi has quit [Ping timeout: 245 seconds]
<oliv3r> libv: i got my olimex box allready today :D
<Turl> montjoie[home]: :p you need like a quad socket xeon for that
<Turl> oliv3r: :o what's on it?
<oliv3r> mripard: i like pain
<oliv3r> Turl: 3 fosdem penguins (avr attiny85 boards) a20 olinuxino micro (my revA broke)
<oliv3r> and a lime!
<Turl> neat :)
<oliv3r> all including boxes
<oliv3r> and it all arrived in like 1 day
<Turl> I'd probably end with 3 burned penguins if I tried to solder them :p
<mnemoc> nice!
fredy has quit [Excess Flood]
<oliv3r> haha
<oliv3r> shouldn't be a problem at all
<oliv3r> done quite some soldering in my time :)
<Turl> oliv3r: I burned like all my fingers trying to solder a bunch of cables to a miniplug
<oliv3r> mnemoc: why is dl so slow?
<oliv3r> 300 k i'm getting
<oliv3r> Turl: LOL: well i HAVE burned myself often enough
<Turl> oliv3r: and I didn't get them soldered correctly
<mnemoc> oliv3r: don't know... too many people downloading? Turl installed a munin there
<Turl> ended up ragehotgluing them in place
fredy has joined #linux-sunxi
<Turl> I can't even load the munin imgs with this networking
<oliv3r> Turl: sometimes if it's really to small, i have problems too, especially if it won't stick
<oliv3r> Turl: why is dl so slow; i'm only getting 300k; prioritize me
kivutar has quit [Quit: Ex-Chat]
<Turl> net looks ok, no overload judging by munin
<Turl> oliv3r: maybe you just got through a crap route?
<Turl> oliv3r: feel free to use axel (dunno what you're downloading)
<oliv3r> Saving to: 'lima driver Opening up the Mali instruction set.webm'
<Turl> I watched those the other day, directly streaming on firefox
<Turl> was ok, no lag or anything
<oliv3r> 300 kb/s should be enough for that aynway
t3st3r has joined #linux-sunxi
<rzk> oliv3r: 12mbps over here from dl.
<rzk> but it sort of slow, I have 70mbps to eu (http://www.speedtest.net/result/3285237632.png), probably hetzner dying again.
t3st3r has quit [Remote host closed the connection]
t3st3r has joined #linux-sunxi
<nove> plaes: did you check the tracer and viewer?
jemk has joined #linux-sunxi
Philippe_Fouquet has quit [Ping timeout: 272 seconds]
deasy has quit [Quit: Nom d'un quark, c'est Edmonton !]
netlynx has quit [Remote host closed the connection]
techn_ has joined #linux-sunxi
<nove> plaes, in case you see the logs
<nove> plaes, the trace viewer has register definition hardcoder, but it would be much better if was a external register database
<nove> plaes: but the wiki is nice, and probable would be better to go the route wiki -> registers_database.xml
<nove> plaes, but for that, must be make some kind of mediawiki extension to export to xml
Fusing has joined #linux-sunxi
DonkeyHotei has left #linux-sunxi ["This is a /part message."]
<mnemoc> looks good and it's to use as "db"
<nove> plaes: this was already previous discussed, as mnemoc is saying
<nove> plaes, the xml exported format could be the same used be envytools
<mnemoc> converting packetdiag syntax to a fat xml shouldn't be difficult
* nove made a vm to check mediawiki, but didn't did any more than to see that is writing in php
<mnemoc> meh, no python-blockdiag for ubuntu precise.... only since quantal
<nove> this extension could not only be used by the VE registers, but for all register in the wiki, it would made easy to edit, and make the wiki more organized
<nove> but someone has to write it
FreezingAlt has quit [Ping timeout: 260 seconds]
<mnemoc> nove: so you don't like packetdiag notation/output ?
<nove> mnemoc: pleas started https://github.com/plaes/envytools, because it can generate c headers files
<nove> mnemoc: so a similar format it would be compatible
<mnemoc> packetdiag is trivial to parse
<mnemoc> from-to: name
<mnemoc> envytools can easily learn it :)
<mnemoc> or a shell script using curl converting it to the xml
<nove> that blockdiag extension generates to a image, but it would be better if the text can be selected and copy-pasted
<mnemoc> svg :)
<mnemoc> but I was talking about parsing a raw dump
<nove> was speak for humans
<nove> speaking*
kivutar has joined #linux-sunxi
<mnemoc> only possible relying in very fancy css3
<nove> or only tables as it is now
<mnemoc> but it's awful and huge :< .... specially for one-bit fields
<nove> but one bit fields also can need a wall of text to describe, so no scape
<nove> to be described*
<mnemoc> :|
dannymi has joined #linux-sunxi
<mnemoc> the diagram is only for the bits and a name... obviusly you need something longer to describe them and their usage
<nove> yes that way
<mnemoc> Your IP address is blocked from editing, and so is not allowed to use the password recovery function to prevent abuse.
<mnemoc> wtf
Black_Horseman has joined #linux-sunxi
Black_Horseman has joined #linux-sunxi
Black_Horseman has quit [Changing host]
<nove> the wiki is starting to because alive?
<nove> self aware*
<libv> nove: my email address is from...
<mnemoc> seems so
<libv> nove: this was my evil plan all along!
<mnemoc> 5606 unread mails :'(
<Turl> mnemoc: let me try to unblock you :p
<mnemoc> Turl: I figured out my login and password already :)
<mnemoc> Turl: but it was quite frustrating feeling to not be able to ask for password recovery
<Turl> mnemoc: and it let you in?= good wiki :p
<mnemoc> yup :)
<libv> Turl: it was just too earlier to start the global nuclear war
<mnemoc> but it doesn't want to render my sample blockdiag diagram
<dannymi> Does anyone know how to get HDMI to work on the A20 olinuxino micro? It just causes the monitor go on and off repeatedly :(
t3st3r has quit [Ping timeout: 240 seconds]
paulk-collins has quit [Quit: Ex-Chat]
notmart has quit [Quit: notmart terminated!]
FreezingAlt has joined #linux-sunxi
t3st3r has joined #linux-sunxi
t3st3r has quit [Remote host closed the connection]
rellla has quit [Quit: Nettalk6 - www.ntalk.de]
t3st3r has joined #linux-sunxi
FR^2 has joined #linux-sunxi
dannymi has quit [Quit: Leaving]
dannymi has joined #linux-sunxi
bertrik has joined #linux-sunxi
<bertrik> good evening
jinzo has quit [Quit: Leaving]
jemk has quit [Remote host closed the connection]
dannymi has quit [Quit: Leaving]
dannymi has joined #linux-sunxi
linkmauve1 has joined #linux-sunxi
mue has joined #linux-sunxi
AreaScout has quit []
FreezingAlt is now known as FreezingCold
dannymi has quit [Quit: Leaving]
dannymi has joined #linux-sunxi
<mnemoc> oliv3r: don't know if you noticed but the efuse driver for tegra is based on sunxi-sid :p
kuldeepdhaka has joined #linux-sunxi
popolon has joined #linux-sunxi
popolon has joined #linux-sunxi
nove has quit [Quit: nove]
ganbold_ has quit [Remote host closed the connection]
<ccaione> mripard: I was thinking that probably the best solution is not to add a new IRQF_ or IRQS_ but add a new irq_chip specific flag
Fusing has quit [Quit: Nettalk6 - www.ntalk.de]
<ccaione> and modify irq_finalize_oneshot accordingly
<ccaione> no flag -> unmask_irq(), flag -> ack+unmask
dannymi has quit [Read error: Connection reset by peer]
dannymi has joined #linux-sunxi
hno has quit [Ping timeout: 276 seconds]
bertrik has quit [Read error: Connection reset by peer]
hno has joined #linux-sunxi
FR^2 has quit [Ping timeout: 245 seconds]
ragupo_1 has quit [Quit: Konversation terminated!]