ChanServ changed the topic of #linux-rockchip to: Rockchip development discussion | Wiki at http://linux-rockchip.info | Logs at http://irclog.whitequark.org/linux-rockchip | ML at http://groups.google.com/group/linux-rockchip
naobsd has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
naobsd has quit [Quit: Page closed]
naobsd has joined #linux-rockchip
naobsd_ has joined #linux-rockchip
naobsd has quit [Ping timeout: 246 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd has joined #linux-rockchip
field^Mop has quit [Ping timeout: 244 seconds]
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 272 seconds]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 260 seconds]
cnxsoft has joined #linux-rockchip
levd1 has joined #linux-rockchip
Tony__ has joined #linux-rockchip
<Tony__> naobsd_, hi. may I ask a question about CodeStyle ?
<Tony__> AFAIK, there is script to check codeStyle in kernel tree.
<amstan> Tony__: it's usually a good idea to just ask questions on irc, don't ask to ask
levd has quit [Ping timeout: 250 seconds]
<Tony__> amstan, okay, :P
<Tony__> And My question is that is there a script to check codStyle in AOSP ?
<Tony__> *codeStyle
<amstan> Tony__: aosp as in android?
<amstan> it might depend on what code you're talking about, but http://developer.android.com/tools/help/lint.html might help
<Tony__> Yep, Android source tree.
<Tony__> Cpp/Java/C etc.
<amstan> Tony__: if you're talking about android kernel, it's probably just the linux kernel style
<Tony__> amstan, I know how to check the codestyle of kernel whateven kind of kernel. :P
<naobsd_> I don't think Rockchip kernel follows any standard ;)
<amstan> naobsd_: upstream does
<naobsd_> what I said is _Rockchip kernel_, not upstream
<naobsd_> my English is so wrong?
<naobsd_> I cannot count how many times I said "what I said is"...
<amstan> i would never use their 3.10 android kernel, when the upstream kernel works so well(at least for rk3288)
<naobsd_> many times I have to say same sentence 4 or 5 times in a short discussion :(
<Tony__> amstan, I just want to find a way likes the script ./scripts/checkpatch.pl in kernel.
<Tony__> to check my Android tree code style patch.
<amstan> Tony__: where are you sending that? and what patch is it?
<Tony__> the patch that I modified.
<Tony__> I think that which patch is not the point.
<Tony__> the _script_ is the point.
<amstan> it depends what kind aof patch it is, and what the people that you're sending it to like
<amstan> i'm still confused what repo it is, or why checkpatch.pl is not enough
<Tony__> amstan, checkpatch.pl can check java ?
<amstan> no, checkpatch.pl is only for kernel code for kernel code style
<Tony__> so it is not enough.
<Tony__> amstan, the tool lint you said is like ./scripts/checkpatch.pl ?
<naobsd_> Tony__: coding style is depend on project
<naobsd_> if your patch is for your project, follow your project rule
<amstan> and language, and developers that accept your patches(some are different than others)
<amstan> easiest is probably to ask the people you're sending patches to
<naobsd_> there is no general rule
<naobsd_> there might be common rule
<naobsd_> ask google for common one ;)
<naobsd_> e.g. there is "checkstyle" for eclipse
<Tony__> naobsd_, amstan checkpatch.pl is not only used to check the patch which is sent to somebody.
naobsd_ is now known as naobsd
<amstan> Tony__: how are you making a patch and not sending it to anyone?
<Tony__> I just want to check it when I run "git add/ commit"
<naobsd> Tony__: you can ignore checkpatch.pl if you won't send patches to upstream
<Tony__> amstan, naobsd my English is so wrong? Every time I can't speak out my _point_, or you can't get it!! :(
<naobsd> asking general rule for _all_ project on the net is pointless
<Tony__> I don't know why...
<naobsd> there is no general rule for private patch
<naobsd> you may follow any common rule
<amstan> Tony__: if you're sending your patch to somebody you need to ask them, otherwise it doesn't really matter, does it?
<naobsd> but we cannot enforce you to follow some specific rule w/o explicit goal
<amstan> if you want to feel good about yourself, ask the developers of that project anyway, even if you don't send them a patch
<amstan> naobsd: i agree
<Tony__> Yes, common rule.
<Tony__> okay, at first, I want to say that I didn't follow the common rule code style. I want to learn to do it.
<naobsd> it depends on project
<naobsd> it varies
<Tony__> in the kernel, when I modify something, before "git add/commit" I can use checkpatch.pl to check my modify if follow the common code style.
<naobsd> I don't know know all rules used in all project in AOSP or any other Android source tree
<naobsd> Tony__: yes, for kernel
<naobsd> and I don't know for other parts
<Tony__> naobsd, got it. My question was not specific enough.
<Tony__> naobsd, how about platform_frameworks_base ?
<Tony__> there are Cpp/Java languages.
<naobsd> it's a part of AOSP, but I don't know how AOSP reviews code style (I know about their gerrit, I don't know their review flow)
<naobsd> probably that page (amstan pointed) is their basic rule
<naobsd> but I don't know detail and I don't know they applies it strictly
<Tony__> naobsd, amstan thank you. And I finally put my clear description of the problem. ;)
<Tony__> I will check the lint tool which is post by amstan .
levd has joined #linux-rockchip
<Tony__> oh, I saw "In addition to testing that your ___Android application___ meets its functional requirements," I think its not suit me.
levd1 has quit [Ping timeout: 265 seconds]
<Tony__> naobsd, And how do you check it ? only in the mind ? ;)
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<Tony__> (I'm not talking about kernel, I know how to check it in kernel.)
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 265 seconds]
<naobsd> cnxsoft: ping
<cnxsoft> hi
<Tony__> cnxsoft, hi.
<naobsd> we can use here too for discussion ;)
<naobsd> (if/when it's needed)
<cnxsoft> OK :)
<cnxsoft> So If I read correctly RK3188 boot code will look for the SD card first, then the eMMC.
<cnxsoft> But RK3288 will check the eMMC, before the SD card. Is that correct?
<Tony__> I don't know, but I think that is a good idea.
<Tony__> Many times I reboot device forgot to remove sdcard.
<Tony__> then I system in the eMMC is disappeared.
<Tony__> then my system in the eMMC is disappeared.
<naobsd> I think no one confirm "RK3188 try SD card first, then eMMC"
<naobsd> only "RK3188 try SD card first, then _NAND_" is confirmed
<cnxsoft> Ah yes.. OK :)
<naobsd> in this context, eMMC is not same as NAND
<naobsd> I guess RK3288 also does "try SD acrd, then NAND" but I don't have RK3288 with NAND
<cnxsoft> So that means RK3188 devices can't be bricked, but RK3288 devices could.
<naobsd> no, RK3188 can be bricked by same reason
<cnxsoft> Right, If they use NAND they can't be bricked, but if they use eMMC they could. (RK318)
naobsd_ has joined #linux-rockchip
<naobsd_> but I'm sure
<naobsd_> it's very rare
<naobsd_> for example, ASUS MeMO Pad 8 ME180A and MeMO Pad 10 ME102A (both RK3188) use special loader
naobsd has quit [Ping timeout: 246 seconds]
<naobsd_> chipspark's rayeager px2 board also uses special loader (it may be just "it's for px2, px2 is not same as rk3066")
naobsd_ is now known as naobsd
<Tony__> naobsd, I think I can confirm "RK3188 try SD card first, then eMMC".
<Tony__> because there are some doc of RK said that.
<naobsd> oh, do you rely RK docs?
<naobsd> ;)
<Tony__> SD Card Boot User Guide V1.1 20130124.pdf
<Tony__> And my experience. it's true.
<naobsd> I think I only read SD tool doc in chinese
<naobsd> maybe it's different doc
<naobsd> ah, you have RK3188 eMMC board, I remember
<naobsd> then surely confirmed
<naobsd> thank for the info :)
<naobsd> actually ASUS MeMO Pad 8 uses eMMC
<Tony__> http://translate.google.cn/?hl=zh-CN&client=aff-9991&channel=link&tab=wT#zh-CN/en/6.1.%20%E5%A6%82%E4%BD%95%E4%BB%8E%20sd%20%E5%8D%A1%E5%90%AF%E5%8A%A8%0A%E5%AF%B9%E4%BA%8E%202928%20%E8%8A%AF%E7%89%87%E9%9C%80%E8%A6%81%20flash%20%E6%98%AF%E7%A9%BA%E7%9A%84%E6%83%85%E5%86%B5%20maskrom%20%E6%89%8D%E4%BB%8E%20sd%20%E5%8D%A1%E5%90%AF%E5%8A%A8%2C%E6%89%80%E4%BB%A5%E5%A6%82%E6%9E%9C%E6%9C%BA%E5%99%A8%E5%B7%B2%E7%BB%8F%E7%83%A7%E4%BA%86%E5%9B%BA%E4%BB%B6
<Tony__> %2C%E9%9C%80%E8%A6%81%E7%9F%AD%E6%8E%A5%20flash%20%E5%9C%A8%20maskrom%20%E7%8A%B6%E6%80%81%E4%B8%8B%E4%BD%BF%E7%94%A8%E7%83%A7%E5%86%99%E5%B7%A5%E5%85%B7%E6%93%A6%E9%99%A4%20idb%20%E6%89%8D%E8%83%BD%E6%AD%A3%E5%B8%B8%E4%BB%8E%20sd%20%E5%BC%95%E5%AF%BC%E5%90%AF%E5%8A%A8%E3%80%82%E5%90%8E%E7%BB%AD%E7%9A%84%E8%8A%AF%E7%89%87%E5%B0%86%E9%BB%98%E8%AE%A4%E8%AF%86%E5%88%AB%E5%88%B0%E9%87%8F%E4%BA%A7%20sd%20%E5%8D%A1%E5%B0%B1%E7%AB%8B%E5%8D%B3%E4%BB%8E%20
<Tony__> sd%20%E5%8D%A1%E5%90%AF%E5%8A%A8%2C%E9%81%BF%E5%85%8D%E4%B8%8A%E8%BF%B0%E9%BA%BB%E7%83%A6%E7%9A%84%E6%93%8D%E4%BD%9C%E3%80%82
<naobsd> but I cannot find DDR blob and loader binary in eMMC
<naobsd> I guess it uses SPI
<Tony__> I say it again. "after 2928, the chip will boot first from sdcard if the sdcard is boot enable"
<naobsd> lol
<naobsd> RK3288 is not "after 2928"? ;)
<Tony__> I think it is.
<Tony__> RK3xxx > RK2xxx
<naobsd> but it boots eMMC first
<naobsd> it's not true
<naobsd> e.g. RK3066 is older than RK292x
<Tony__> my device it's boot from sdcard if it's enable.
<naobsd> I think RK3188, RK302x and RK292x is same generation
<Tony__> RK3188.
<naobsd> not sure
<naobsd> yes, I said thank you
<naobsd> I just don't believe docs
<Tony__> Yes, we shouldn't believe docs. :P
<Tony__> always.
<naobsd> do you know anything about boot from SPI NOR?
<naobsd> it's documented but I never seen/confirmed real device
<Tony__> naobsd, sorry, I haven't try boot from SPI NOR. :(
<Tony__> on rk3188.
<naobsd> I see, thanks anyway
<Tony__> And I have try boot from NOR with other chip such as samsung's S3C2440.
<Tony__> Nowadays, nobody want to use NOR. I just guess. ;)
<naobsd> some system which runs boot code on ROM uses NOR
<naobsd> I'm not hardware guy but
<naobsd> serial interface is preferred now
<naobsd> I guess.
<naobsd> serial -> low pin count
<Tony__> naobsd, Agreed.
<Tony__> You said the RK3288 just now, I think they change the rule again after RK3188. ;)
<Tony__> first boot from SDCARD is dangerous. It's a bug in my opinion. I
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 264 seconds]
<naobsd> SD card, external source, may be unreliable as a "1st" (logically/physically/electrically)
Astralix has joined #linux-rockchip
Astralix1 has quit [Ping timeout: 250 seconds]
GriefNorth has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 245 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 244 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd1 has joined #linux-rockchip
<Tony__> thank you.
levd has quit [Ping timeout: 250 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 250 seconds]
kurain has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 252 seconds]
levd1 has quit [Remote host closed the connection]
levd has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd has quit [Remote host closed the connection]
levd has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
AstralixNB has joined #linux-rockchip
<rperier> hi all
levd has quit [Remote host closed the connection]
levd has joined #linux-rockchip
antoinemaillard has joined #linux-rockchip
<naobsd> hi
<rperier> sent an email to linux-rockchip, several regressions detected
<naobsd> how about
<naobsd> uploading kernel binary to test
<naobsd> well
<naobsd> is build & test vanilla linux-next useful ?
<naobsd> mmm
<naobsd> is build & upload vanilla linux-next useful for testing?
kurain1 has joined #linux-rockchip
kurain has quit [Ping timeout: 244 seconds]
<rperier> naobsd: yes it is, this is the code which will be merged onto the Linus's tree and which will be contained in -rcX, code base that most of developer will be used as workspace
<rperier> this is a good way to detect bugs early
eebrah_ has quit [Quit: leaving]
<rperier> and detect collisions and regressions (directly or indirectly)
eebrah has quit [Remote host closed the connection]
eebrah has joined #linux-rockchip
<naobsd> is multi_v7_defconfig usable?
eebrah has quit [Quit: leaving]
eebrah has joined #linux-rockchip
levd has quit [Remote host closed the connection]
levd has joined #linux-rockchip
AstralixNB1 has joined #linux-rockchip
naobsd has quit [Ping timeout: 246 seconds]
AstralixNB has quit [Ping timeout: 250 seconds]
AstralixNB1 has quit [Quit: Leaving.]
antoinemaillard has quit [Quit: antoinemaillard]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
naobsd has joined #linux-rockchip
<rperier> naobsd: I use rk31_rk30_defconfig from Heiko's repo personnally
<naobsd> yes I know that, I just want to know about multi_v7_defconfig
<naobsd> probably it will not be enough to test all things
antoinemaillard has joined #linux-rockchip
<naobsd> all rk things
<naobsd> then should we add rk things to multi_v7_defconfig?
<naobsd> hm
<naobsd> ok, let's forget it
AstralixNB has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd1 has joined #linux-rockchip
levd has quit [Ping timeout: 250 seconds]
wildea01 has joined #linux-rockchip
naobsd has quit [Quit: Page closed]
Tony__ has quit [Remote host closed the connection]
levd has joined #linux-rockchip
levd1 has quit [Ping timeout: 245 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
levd has quit [Ping timeout: 245 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
antoinemaillard has quit [Quit: antoinemaillard]
eebrah has quit [Quit: Lost terminal]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
antoinemaillard has joined #linux-rockchip
antoinemaillard has quit [Quit: antoinemaillard]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
naobsd has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
antoinemaillard has joined #linux-rockchip
Dumonde has joined #linux-rockchip
antoinemaillard has quit [Client Quit]
antoinemaillard has joined #linux-rockchip
Dumonde has quit [Quit: Ухожу я от вас (xchat 2.4.5 или старше)]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
nighty-_ has joined #linux-rockchip
antoinemaillard has quit [Quit: antoinemaillard]
antoinemaillard has joined #linux-rockchip
Omegamoon has quit [Ping timeout: 244 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
antoinemaillard has quit [Quit: antoinemaillard]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<rperier> mmind00: hi, I think that what rockchip sent for phy usb driver might be more generic , we might use the same driver for all SoCs, no ?
<mmind00> rperier: yep, the principle is the same for all, only the bits / register offsets differ
<mmind00> rperier: so I'd let this land as is and then extend it with the data for the other socs
<rperier> so I will ask him to make the driver a bit more generic for that
<rperier> mmind00: oh really ?
antoinemaillard has joined #linux-rockchip
<rperier> mmind00: you mean, we might ask the required data structure and adapt the code when we will need changes for older SoCs...
<rperier> s/ask/add/
<mmind00> rperier: correct
<rperier> yes, we could... So I won't talk about this part in my review in this case (I have some remarks)
<rperier> :)
Omegamoon has joined #linux-rockchip
<mmind00> rperier: great :-)
<rperier> that's important to help to reviews some stuffs too ;)
antoinemaillard has quit [Quit: antoinemaillard]
<mmind00> rperier: yep ... and one learns quite a lot ... i.e. I've gotten quite a bit better at reviewing stuff (and not only developing it) since this flood started :-)
kurain1 has quit [Remote host closed the connection]
antoinemaillard has joined #linux-rockchip
antoinemaillard has quit [Client Quit]
GriefNorth has quit [Quit: WeeChat 1.0.1]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
antoinemaillard has joined #linux-rockchip
<rperier> mmind00: yeah that's good to learn things too, I totally agree. That's important to read code from other in the kernel, you learn good and bad practices
Omegamoon has quit [Ping timeout: 255 seconds]
<rperier> mmind00: btw, how would you debug an ethernet issue on a board with the linux kernel ? (the ethernet is completly dead with "next"). Do you know useful kernel tools/cmdline options for that ? I planned to use ethtool for a start... uart... debugfs and... that's all I can do, I think...
<mmind00> rperier: git bisect is the weapon of choice if it worked in the past, but does not now anymore
<rperier> I need to find some technical articles or conference presentations about advanced kernel debugging, I think
<mmind00> rperier: nope, at first you only need to find the commit introducing the problem
<rperier> problem bing that "bisect" itself is a nightmare with linux-next, there are a tons of merge commits... so when you bisect a merge commit, you bisect a tons of commits with it :/
<rperier> mhhh ok
<rperier> (there are probably useful options for this case, I will investigate)
<mmind00> rperier: btw how "dead" is the ethernet? I.e. is the phy still recognized?
<rperier> yes it is
cnxsoft1 has joined #linux-rockchip
<rperier> the driver is connected to the phy
<rperier> eth0 exists
<rperier> dhcpc -n -i eth0 does not work (never gets an IP), ping does not work with an static IP address
<rperier> interface is up when I plug an ethernet cable, it is down when I unplug it...
<rperier> clocks are good...
cnxsoft has quit [Ping timeout: 256 seconds]
ganbold_ has quit [Ping timeout: 255 seconds]
<mmind00> rperier: can you try doing a "git revert 78eaf6095cc763c1a228ebac5682852f04e85205" ... https://git.linaro.org/people/mike.turquette/linux.git/commitdiff/78eaf6095cc763c1a228ebac5682852f04e85205 is the one commit on the rockchip side that has a slight possibility of being the cause
dlezcano has joined #linux-rockchip
<rperier> yes I already started to bisect things in clk and pinctrl
<rperier> mmind00: I will test this evening
<rperier> (I have not my board at work)
<rperier> the commit is from 4 Nov... I found regressions from 21 Nov... I will test anyway, but not sure that this is the commit which introduced regression
<rperier> (well perhaps it was merged recently onto linux-next.. the date is not really objective here)
cnxsoft1 has quit [Quit: cnxsoft1]
antoinemaillard has quit [Quit: antoinemaillard]
antoinemaillard has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
benja`_ is now known as benja
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
Omegamoon has joined #linux-rockchip
AstralixNB has quit [Ping timeout: 250 seconds]
Omegamoon has quit [Ping timeout: 264 seconds]
dlezcano has quit [Quit: Leaving]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
eebrah has joined #linux-rockchip
benja is now known as benja`
wildea01 has quit [Quit: leaving]
antoinemaillard has quit [Quit: antoinemaillard]
naobsd has quit [Ping timeout: 246 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<rperier> mmind00: you was right, reverting this commit fixes the issue for ethernet
<rperier> mmind00: I will propose a proper fix
<rperier> (at least I will try as I did not touch to clk yet, but I am opened to suggestions during review)
<rperier> good catch
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<mmind00> rperier: great ... ideally you could try to identify the clock that gets turned off and disables the emac functionality
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
benja` is now known as benja
<rperier> mmind00: this is what I will do yes
benja is now known as benja`
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
FreezingCold has quit [Ping timeout: 264 seconds]
field^Mop has joined #linux-rockchip
AstralixNB has joined #linux-rockchip
AstralixNB1 has joined #linux-rockchip
AstralixNB has quit [Ping timeout: 250 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
<field^Mop> naobsd: ping
<field^Mop> anyone: ping
<field^Mop> well..
<field^Mop> what is the abbreviation IDB? and what does it mean?
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen_ has quit [Remote host closed the connection]
akaizen has joined #linux-rockchip
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
nighty-_ has quit [Quit: Disappears in a puff of smoke]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
akaizen_ has joined #linux-rockchip
akaizen_ has quit [Read error: Connection reset by peer]
akaizen has quit [Ping timeout: 258 seconds]
akaizen_ has joined #linux-rockchip
<amstan> mmind00: seems like addy's broken dto fix is not complete
AstralixNB1 has quit [Ping timeout: 250 seconds]
RayFlower has quit [Read error: Connection reset by peer]
RayFlower has joined #linux-rockchip
field^Mop has quit [Ping timeout: 272 seconds]