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
cnxsoft has joined #linux-rockchip
naobsd has joined #linux-rockchip
pietrushnic has quit [Ping timeout: 265 seconds]
pietrushnic has joined #linux-rockchip
markm has quit [Ping timeout: 264 seconds]
markm has joined #linux-rockchip
naobsd has quit [Quit: naobsd]
GriefNorth has joined #linux-rockchip
ganbold has quit [Ping timeout: 255 seconds]
markm has quit [Ping timeout: 246 seconds]
ganbold has joined #linux-rockchip
markm has joined #linux-rockchip
naobsd has joined #linux-rockchip
ganbold has quit [Ping timeout: 255 seconds]
ganbold has joined #linux-rockchip
<rperier_> mhhh I really need to test u-boot on RR and on my firefly... (in all cases, it will better than the default bootloader + kexec...)
rperier_ is now known as rperier
rperier has quit [Changing host]
rperier has joined #linux-rockchip
<rperier> naobsd: so how is it your rk3368-based tv box ?
<rperier> s/it//
<sjoerd> rperier: upstream u-boot should work fine on the firefly
<rperier> and on RR2 too, right?
<sjoerd> That's what i do all my testing on, so yes
<sjoerd> speaking of rock2: http://kernelci.org/boot/rk3288-rock2-square/ \o/ :)
<sjoerd> (that's also using upstream u-boot with some of my patches on top)
<rperier> nice :)
nighty-_ has joined #linux-rockchip
markm has quit [Ping timeout: 255 seconds]
markm has joined #linux-rockchip
ssvb has quit [Ping timeout: 250 seconds]
ssvb has joined #linux-rockchip
markm_ has joined #linux-rockchip
markm has quit [Ping timeout: 264 seconds]
ssvb has quit [Ping timeout: 252 seconds]
ssvb has joined #linux-rockchip
naobsd has quit [Remote host closed the connection]
<sjoerd> mmind00: fwiw my issue with the uart not correctly going to high rates is due to the uart driver never actually changing the input clocks :)
<sjoerd> mmind00: All the driver does, from what i can tell, configure the dividers in the uart ip itself with min/max depending on the input clock setting
maz has joined #linux-rockchip
<lautriv_> need some ideas. i have a box booting androshit with 2G RAM, tested some sd-bootable linux where it shows only 1G. already replaced paramaters and kernel but still 1G. the initramfs from boot.img is empty (all zeros) what may affect it ?
<lautriv_> ... and loaders are the same
markm_ has quit [Ping timeout: 268 seconds]
markm_ has joined #linux-rockchip
maz has quit [Ping timeout: 240 seconds]
sunilmohan_w has quit [Ping timeout: 246 seconds]
sunilmohan_w has joined #linux-rockchip
lautriv_ has quit [Ping timeout: 244 seconds]
ssvb has quit [Ping timeout: 264 seconds]
lautriv_ has joined #linux-rockchip
markm_ has quit [Ping timeout: 246 seconds]
markm_ has joined #linux-rockchip
<em|biketron> lautriv_: so you're may using and DeviceTree with only 1G listed in it?
ssvb has joined #linux-rockchip
GriefNorth has quit [Ping timeout: 255 seconds]
maz has joined #linux-rockchip
dlezcano has quit [Ping timeout: 250 seconds]
cnxsoft has quit [Quit: cnxsoft]
dlezcano has joined #linux-rockchip
<mmind00> sjoerd: so your max speed is the one of the input clock
<sjoerd> mmind00: ack
<sjoerd> The default setting of the input clock even
<sjoerd> which is lower then the 4mbit/s the bluetooth driver wants to set it to :)
<sjoerd> thus confusion allround
<rperier> does someone here use the drive "nxp,pca954x" this is for i2c muxing... just in case ?
<rperier> a lot of dts use the property "nxp,pca9548" (the zc702 for example) , the problem is that the driver does not expose of_device_id identifiers... so the kernel is not able to bind the driver to the corresponding device
<sjoerd> rperier: that goes via the old i2c table method right ?
<rperier> mhhhhh
<rperier> really?
<sjoerd> Yeah the i2c core checks both iirc
<rperier> yeah the driver only seems to export the old i2c table... I think that I should propose a patch which enable dts support between #ifdef CONFIG_OF" .... because I think that this is an important feature nowadays
<sjoerd> rperier: yes
<sjoerd> rperier: https://lkml.org/lkml/2015/7/30/519 is relevant here fwiw
<rperier> indeed
GriefNorth has joined #linux-rockchip
<rperier> and... when you finished to read it... you don't remember the beginning of the of the mail.... :D
<sjoerd> haha
markm_ has quit [Ping timeout: 252 seconds]
<mmind00> just listening to Simon Glass talking about the uboot driver-model at ELCE ... smiling every time Rockchip gets mentioned ;-)
<karlp> context for the rest of us?
<mmind00> karlp: Simon Glass is the ChromeOS guy having done the mainline uboot support for the rk3288
<mmind00> karlp: right now the Embedded Linux Conference Europe is happening in Dublin and he is giving a talk there
<karlp> so is rk getting metnioned a lot because of progress or problems?
<karlp> yeah, I've got to wait a few days to start watching all the videos of you guys having fun :)
<mmind00> karlp: progress (a lot) ... i.e. you can boot rk3288 boards using mainline uboot
<mmind00> karlp: and Simon used the rk3288 guinea pig to implement the driver model combined with getting platformdata from devicetree as well
maz has quit [Ping timeout: 255 seconds]
markm has joined #linux-rockchip
maz has joined #linux-rockchip
maz has quit [Ping timeout: 256 seconds]
jas-hacks has joined #linux-rockchip
maz has joined #linux-rockchip
maz has quit [Ping timeout: 256 seconds]
gb_master has joined #linux-rockchip
<rperier> I think that I will watch a lot of these videos.. :)
<karlp> yeah, normally a good week after the conference each year .)
irsol has quit [Ping timeout: 272 seconds]
irsol has joined #linux-rockchip
markm_ has joined #linux-rockchip
markm has quit [Ping timeout: 260 seconds]
nighty-_ has quit [Quit: Disappears in a puff of smoke]
jas-hacks has left #linux-rockchip [#linux-rockchip]
markm_ has quit [Ping timeout: 240 seconds]
markm_ has joined #linux-rockchip
GriefNorth has quit [Ping timeout: 256 seconds]
<lautriv_> em|biketron, no dt at all, oldish android-kernels
ssvb has quit [Ping timeout: 264 seconds]
daniels has quit [Ping timeout: 272 seconds]
daniels has joined #linux-rockchip
ssvb has joined #linux-rockchip
gb_master has quit [Remote host closed the connection]
markm_ has quit [Ping timeout: 246 seconds]
markm_ has joined #linux-rockchip
lautriv_ has quit [Ping timeout: 240 seconds]
ssvb has quit [Ping timeout: 246 seconds]
lautriv_ has joined #linux-rockchip
markm_ has quit [Ping timeout: 246 seconds]
markm_ has joined #linux-rockchip
ssvb has joined #linux-rockchip
lautriv_ has quit [Ping timeout: 256 seconds]
lautriv_ has joined #linux-rockchip
ssvb has quit [Remote host closed the connection]
markm_ has quit [Ping timeout: 272 seconds]
ssvb has joined #linux-rockchip
markm_ has joined #linux-rockchip
akaizen has quit [Remote host closed the connection]