**** BEGIN LOGGING AT Fri Dec 12 02:59:59 2014 Dec 12 23:04:28 hi lumag_ Dec 12 23:04:37 hello ant__ Dec 12 23:05:14 I've been away couple of days, trying to catch the emails right now... Dec 12 23:12:08 heh, typed reboot in the wrong terminal... Dec 12 23:12:30 lumag_: thi sis poodle with both i2c and all patches Dec 12 23:12:35 http://pastebin.com/L89ks3Mr Dec 12 23:13:30 Hmm. So locomo-lcd still defers itself Dec 12 23:13:48 Can you upload an image somewhere? Dec 12 23:14:02 apparently all is ok Dec 12 23:14:15 I have lcd on boot Dec 12 23:14:42 and on resume Dec 12 23:14:54 Hmm. then it's fine Dec 12 23:16:13 there is however something wrong because halt and poweroff are just rebooting Dec 12 23:16:19 sincle long Dec 12 23:16:23 *since Dec 12 23:16:32 years Dec 12 23:17:04 It's not a regression afair. Dec 12 23:17:19 I fear it came with 2.6 port Dec 12 23:17:31 Yes. I mean it's not a new regression. Dec 12 23:17:59 I'll take a look at the rom disassembling. Dec 12 23:18:05 I looked briefly at the sources but iirc couldn't find any hack like corgi does Dec 12 23:18:12 Maybe there is a quirk somewhere. Dec 12 23:18:28 2.4 sources I mean Dec 12 23:18:57 static void corgi_poweroff(void) Dec 12 23:18:57 { Dec 12 23:18:57 if (!machine_is_corgi()) Dec 12 23:18:57 gpio_set_value(CORGI_GPIO_LED_GREEN, 0); Dec 12 23:18:58 pxa_restart(REBOOT_HARD, NULL); Dec 12 23:19:00 } Dec 12 23:19:20 maybe smthg like: Dec 12 23:19:23 #define POODLE_GPIO_BAT_COVER (13) Dec 12 23:19:23 before pxa_restart Dec 12 23:19:23 static void poodle_poweroff(void) Dec 12 23:19:23 { Dec 12 23:19:23 pxa_restart(REBOOT_HARD, NULL); Dec 12 23:19:24 } Dec 12 23:19:40 GPIO 13 is LOW_BATTERY as well Dec 12 23:20:51 but the init in the 3.x board filers is different Dec 12 23:23:55 Green led quirk should work only for Shephert (according to 2.4 kernels) Dec 12 23:24:33 *Shepherd Dec 12 23:25:13 I can confirm that switching the battery cover (gpio 13) does indeed put the device to sleep Dec 12 23:25:26 = c750 Dec 12 23:25:41 Hmm. Interesting. Dec 12 23:25:54 We might use that, of course. Dec 12 23:26:27 does it wake up ? Dec 12 23:26:29 yes but it doesn't reboot even Dec 12 23:26:59 does not start with open battery cover Dec 12 23:27:48 but yes, wakes up if closed Dec 12 23:28:26 maybe like on sa1100 if there is bat low it stay asleep Dec 12 23:30:25 lumag_: remember to remove debug on locomokb, is unusable atm Dec 12 23:32:37 ah ha Dec 12 23:32:49 poodle_bat_gpio irq Dec 12 23:32:49 poodle_bat_gpio irq Dec 12 23:32:49 main-battery not present Dec 12 23:33:08 ^^ this is the battery -cover switch Dec 12 23:33:15 open Dec 12 23:33:44 ofc it refuses to restart w/out battery Dec 13 00:18:40 gn **** ENDING LOGGING AT Sat Dec 13 02:59:58 2014