2013-05-31 00:00 sivoais has joined #qi-hardware 2013-05-31 00:27 pcercuei has quit [Ping timeout: 248 seconds] 2013-05-31 00:29 xiangfu has joined #qi-hardware 2013-05-31 01:03 wolfspraul has joined #qi-hardware 2013-05-31 01:18 emeb has quit [Quit: Leaving.] 2013-05-31 01:46 qwebirc68729 has joined #qi-hardware 2013-05-31 02:00 qwebirc68729 has quit [Quit: Page closed] 2013-05-31 02:58 xiangfu has quit [Ping timeout: 276 seconds] 2013-05-31 03:04 DocScrutinizer05 has quit [Disconnected by services] 2013-05-31 03:04 DocScrutinizer06 has joined #qi-hardware 2013-05-31 03:04 DocScrutinizer06 is now known as DocScrutinizer05 2013-05-31 03:12 wolfspraul has quit [Ping timeout: 252 seconds] 2013-05-31 03:25 wolfspraul has joined #qi-hardware 2013-05-31 04:21 newcup has quit [Read error: Operation timed out] 2013-05-31 04:35 porchao has quit [Read error: Connection reset by peer] 2013-05-31 04:36 porchao has joined #qi-hardware 2013-05-31 04:44 qi-bot has quit [Ping timeout: 256 seconds] 2013-05-31 04:45 qi-bot has joined #qi-hardware 2013-05-31 05:05 larsc: I see you've been doing work on regmap recently... 2013-05-31 05:06 I'd like a second opinion on this: in regcache_rbtree_sync in drivers/base/regmap/regcache-rbtree.c 2013-05-31 05:06 if (rbnode->base_reg < min) continue; 2013-05-31 05:06 it seems to me that this is overly strict, since a block could start before the minimum, but end after it 2013-05-31 05:07 if (rbnode->base_reg + rbnode->blklen < min) continue; 2013-05-31 05:07 that statement a few lines below seems to be the correct bounds check 2013-05-31 05:08 also, I was about to suggest the JZ4740 could switch from an rbtree cache to a flat cache, but then I found out sync is not implemented for flat caches yet 2013-05-31 05:08 do you think it makes sense to add that implementation? 2013-05-31 05:14 by the way, it seems wasteful to have a tree and then use linear search to find a value ;) 2013-05-31 05:14 ffio has joined #qi-hardware 2013-05-31 05:16 _ffio_ has quit [Ping timeout: 248 seconds] 2013-05-31 06:19 jekhor has joined #qi-hardware 2013-05-31 06:50 lekernel has joined #qi-hardware 2013-05-31 07:02 wolfspraul has quit [Quit: leaving] 2013-05-31 07:06 mth: yea, that looks a bit strange 2013-05-31 07:08 http://www.treewalker.org/temp/regcache-flat-sync.diff 2013-05-31 07:09 that implementation works on the JZ4770, I didn't test it on the 4740 2013-05-31 07:10 the 4770 doesn't have mmio mapped codec registers anymore 2013-05-31 07:16 wolfspraul has joined #qi-hardware 2013-05-31 07:21 http://www.treewalker.org/temp/regcache-rbtree-sync.diff 2013-05-31 07:21 that's the patch removing the first "if" for the rbtree sync 2013-05-31 07:23 larsc: would you like to review these or shall I send them to the maintainers? 2013-05-31 07:24 looks good to me 2013-05-31 07:26 wolfspraul has quit [Quit: leaving] 2013-05-31 07:34 kristian1aul has quit [*.net *.split] 2013-05-31 07:57 LunaVorax has joined #qi-hardware 2013-05-31 08:20 kristian1aul has joined #qi-hardware 2013-05-31 08:34 jekhor has quit [Ping timeout: 240 seconds] 2013-05-31 09:15 newcup has joined #qi-hardware 2013-05-31 09:31 kristian1aul has quit [Ping timeout: 264 seconds] 2013-05-31 09:31 kristianpaul has joined #qi-hardware 2013-05-31 09:31 kristianpaul has joined #qi-hardware 2013-05-31 09:31 kristianpaul has quit [Changing host] 2013-05-31 09:38 lekernel has quit [Ping timeout: 276 seconds] 2013-05-31 09:51 lekernel has joined #qi-hardware 2013-05-31 10:26 jekhor has joined #qi-hardware 2013-05-31 11:14 qi-bot has quit [Ping timeout: 256 seconds] 2013-05-31 11:14 qi-bot has joined #qi-hardware 2013-05-31 11:20 unclouded has quit [Ping timeout: 240 seconds] 2013-05-31 12:04 Alarm_ has joined #qi-hardware 2013-05-31 12:17 rz2k has joined #qi-hardware 2013-05-31 12:34 woakas has joined #qi-hardware 2013-05-31 13:03 xiangfu has joined #qi-hardware 2013-05-31 13:03 xiangfu has quit [Client Quit] 2013-05-31 13:03 xiangfu has joined #qi-hardware 2013-05-31 13:15 ffio_ has joined #qi-hardware 2013-05-31 13:16 ffio has quit [Ping timeout: 256 seconds] 2013-05-31 13:31 Alarm_ has quit [Ping timeout: 248 seconds] 2013-05-31 13:54 jekhor has quit [Ping timeout: 252 seconds] 2013-05-31 14:00 wolfspraul has joined #qi-hardware 2013-05-31 14:21 xiangfu has quit [Read error: Connection reset by peer] 2013-05-31 14:23 xiangfu has joined #qi-hardware 2013-05-31 14:35 panda|x201 has joined #qi-hardware 2013-05-31 14:47 mth: -ENOPATCH 2013-05-31 14:49 larsc: which one, the flat or rbtree? 2013-05-31 14:49 rbtree 2013-05-31 14:50 for some reason, git send-email asked to send twice 2013-05-31 14:50 and I'm not on the Cc: for the first time it asked 2013-05-31 14:56 it asks for each patch if you don't answer (a)all 2013-05-31 14:56 but I ran it separately for each patch 2013-05-31 14:57 it asked twice for the second patch, but apparently the first time it ask the e-mail was not completely constructed yet 2013-05-31 14:57 I used --compose on the second patch, maybe that triggered it 2013-05-31 15:11 panda|x201 has quit [Ping timeout: 252 seconds] 2013-05-31 15:36 emeb has joined #qi-hardware 2013-05-31 15:37 hellekin has quit [Ping timeout: 246 seconds] 2013-05-31 15:39 hellekin has joined #qi-hardware 2013-05-31 15:48 pcercuei has joined #qi-hardware 2013-05-31 15:51 Alarm_ has joined #qi-hardware 2013-05-31 15:52 jekhor has joined #qi-hardware 2013-05-31 15:53 kilae has joined #qi-hardware 2013-05-31 16:56 freemor is now known as freemor 2013-05-31 17:35 jekhor has quit [Ping timeout: 264 seconds] 2013-05-31 18:33 freemor has left #qi-hardware [#qi-hardware] 2013-05-31 18:33 freemor has joined #qi-hardware 2013-05-31 18:37 LunaVorax_ has joined #qi-hardware 2013-05-31 18:40 LunaVorax has quit [Ping timeout: 256 seconds] 2013-05-31 20:12 Alarm_ has quit [Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803]] 2013-05-31 20:25 FDCX has joined #qi-hardware 2013-05-31 20:35 DocScrutinizer05 has quit [Remote host closed the connection] 2013-05-31 20:35 DocScrutinizer05 has joined #qi-hardware 2013-05-31 20:35 Supaplex has quit [Ping timeout: 252 seconds] 2013-05-31 20:35 Supaplex has joined #qi-hardware 2013-05-31 21:10 kilae has quit [Quit: ChatZilla 0.9.90 [Firefox 21.0/20130511120803]] 2013-05-31 21:15 _ffio_ has joined #qi-hardware 2013-05-31 21:16 ffio_ has quit [Ping timeout: 252 seconds] 2013-05-31 21:28 FDCX_ has joined #qi-hardware 2013-05-31 21:34 rz2k has quit [] 2013-05-31 21:56 pcercuei_ has joined #qi-hardware 2013-05-31 22:00 zear_ has joined #qi-hardware 2013-05-31 22:03 pcercuei has quit [*.net *.split] 2013-05-31 22:03 dandon has quit [*.net *.split] 2013-05-31 22:03 zear has quit [*.net *.split] 2013-05-31 22:09 jekhor has joined #qi-hardware 2013-05-31 22:19 dandon has joined #qi-hardware 2013-05-31 22:35 lekernel has quit [Quit: Leaving] 2013-05-31 22:44 jekhor has quit [Ping timeout: 256 seconds] 2013-05-31 23:42 wej has quit [Ping timeout: 248 seconds] 2013-05-31 23:47 wej has joined #qi-hardware