**** BEGIN LOGGING AT Wed Nov 12 03:00:00 2014 Nov 12 09:42:05 hello ant_work bluelightning Jay7 Nov 12 10:25:33 gm Nov 12 10:26:18 lumag: the 16 locomo patches you sent me, for which kernel? Nov 12 10:26:37 3.18-rc4, but should work for 3.17. Nov 12 10:26:40 Hopefully. Nov 12 10:26:46 0008 doesn't apply (mfd/Makefile iirc) neither on 3.17 nor 3.18.rc4 Nov 12 10:27:00 Maybe it's -rc3 Nov 12 10:27:11 Conflict in Makefile should be pretty trivial, isn't it? Nov 12 10:27:11 they added some mfd just before Nov 12 10:27:33 I'm under regmap conversion. Nov 12 10:27:50 but also the first patch has iir 36 lines offset ? Nov 12 10:28:01 seesm smthg has been removed in the meanwhile Nov 12 10:28:43 3.18-rc2. Just checked. Nov 12 10:28:48 ok Nov 12 10:30:12 Got strange side effects. Nov 12 10:30:24 Having gpio-keys enabled on collie seems to hang the board sometimes. Nov 12 10:30:31 At least on my kernel Nov 12 10:30:35 Will debug later. Nov 12 10:32:13 btw, the gpio-charger patch must be applied before or ontop of the 16? Nov 12 10:35:23 ant_work, should be no difference, I hope. Nov 12 10:35:31 I don't have that patch enabled in this tree. Nov 12 10:35:55 bbl Nov 12 10:37:53 hi ant_work, lumag, Jay7 Nov 12 10:43:22 hello Nov 12 16:08:49 ge Nov 12 16:14:04 lumag_: I start now to see what Asana does Nov 12 16:14:21 I'm not used to collaborative tools Nov 12 16:14:36 (of this kind) Nov 12 16:14:38 Just a bugtracker Nov 12 16:14:42 (for me). Nov 12 16:14:49 JIRA w/o steroids and whistles. Nov 12 16:14:54 ah, though it was aToDo ;) Nov 12 16:15:16 yes. Kind of. Nov 12 16:15:25 Each item is a bug/feature request :) Nov 12 16:16:23 I have mostly finished with locomo driver update. Nov 12 16:28:56 ant_work, I have also shared a google doc describing locomo registers. Nov 12 16:58:15 I can be of little help here... Nov 12 17:01:23 have you verified the Serial Data Line/Clock ? Nov 12 17:05:02 see this explanation about suspend http://lists.infradead.org/pipermail/linux-arm-kernel/2010-March/012183.html Nov 12 17:09:29 seems that doc differs from locomo.h about led controller/lpt0 Nov 12 17:12:38 ant_work, the patch looks correct. Was it applied? Nov 12 17:15:02 apparently not... Nov 12 17:15:08 https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/arch/arm/common/locomo.c?id=refs/tags/v3.18-rc4 Nov 12 17:18:59 lumag_: the header I googled has different values Nov 12 17:19:21 I mean locomo.h Nov 12 17:19:35 i.e. Nov 12 17:19:36 #define LOCOMO_AUDIO 0x54 Nov 12 17:19:36 #define LOCOMO_ACC 0x00 /* Audio clock */ Nov 12 17:19:36 #define LOCOMO_PAIF 0x7C /* PCM audio interface */ Nov 12 17:19:57 and Nov 12 17:19:58 #define LOCOMO_BACKLIGHT 0x38 Nov 12 17:19:58 #define LOCOMO_TC 0x00 /* TFT control signal */ Nov 12 17:19:58 #define LOCOMO_CPSD 0x04 /* CPS delay Nov 12 17:20:25 ok, I will add dac lines toggling. Nov 12 17:20:46 yes, those values are offsets from the 'basic' register. Nov 12 17:20:52 #define LOCOMO_LED 0xe8 Nov 12 17:20:52 #define LOCOMO_LPT0 0x00 Nov 12 17:20:52 #define LOCOMO_LPT1 0x04 Nov 12 17:20:52 #define LOCOMO_LPT_TOFH 0x80 Nov 12 17:20:54 #define LOCOMO_LPT_TOFL 0x08 Nov 12 17:20:56 #define LOCOMO_LPT_TOH(TOH) ((TOH & 0x7) << 4) Nov 12 17:20:58 #define LOCOMO_LPT_TOL(TOL) ((TOL & 0x7)) Nov 12 17:21:04 So TC is 0x38 + 0x0, and CPSD is 0x38 + 0x4 = 0x3c. Nov 12 17:21:07 Quite confusing. Nov 12 17:21:22 Because ACC is AUDIO + 0x0, but PAIF is just 0x7c Nov 12 17:23:20 No. PAIF is d0. Nov 12 17:23:53 But it has huuge distance from _AUDIO offset. Nov 12 17:24:56 https://github.com/lumag/sharp-kernel/blob/master/include/asm-arm/arch-sa1100/collie.h Nov 12 17:25:17 ok, I see Nov 12 17:31:14 bbl **** ENDING LOGGING AT Thu Nov 13 03:00:00 2014