IRC log for #htc-linux on 20130126

01:11.01*** join/#htc-linux stroughtonsmith (~steven@86-42-137-175-dynamic.b-ras1.bbh.dublin.eircom.net)
01:59.07*** join/#htc-linux gassedup (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
02:09.21*** join/#htc-linux ElFinLazz (~elfinlazz@182.215.84.22)
02:49.10*** join/#htc-linux Rajko (~rajkosto@cable-94-189-245-214.dynamic.sbb.rs)
02:50.02*** join/#htc-linux bitrot (~rajkosto@wan.rajkonet.info)
02:51.45*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-245-214.dynamic.sbb.rs)
02:54.06*** join/#htc-linux Rajko (~rajkosto@wan.rajkonet.info)
02:59.01*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-245-214.dynamic.sbb.rs)
03:00.38*** join/#htc-linux bitrot (~rajkosto@wan.rajkonet.info)
03:55.25*** join/#htc-linux d3tul3 (~detule@unaffiliated/d3tul3)
06:18.10*** join/#htc-linux d3tul3 (~detule@unaffiliated/d3tul3)
06:23.09*** join/#htc-linux ALoGeNo (~alogeno@110.Red-81-32-131.dynamicIP.rima-tde.net)
06:23.09*** join/#htc-linux ALoGeNo (~alogeno@unaffiliated/alogeno)
08:31.08*** join/#htc-linux eR^zeRa` (~zzeratul@ip-84-42-202-42.net.upcbroadband.cz)
08:58.45*** join/#htc-linux BabelO (~fcr@2a01:e35:8adc:3150:21e:8cff:fe2d:7d3f)
08:58.46*** join/#htc-linux BabelO (~fcr@unaffiliated/babelo)
09:29.41*** join/#htc-linux helicopter88 (~helicopte@host163-94-dynamic.22-79-r.retail.telecomitalia.it)
09:42.32*** join/#htc-linux noobhands (fakker@cpc30-hitc6-2-0-cust607.9-2.cable.virginmedia.com)
09:42.33*** join/#htc-linux noobhands (fakker@unaffiliated/fakker)
09:46.04*** join/#htc-linux helicopter88 (~helicopte@host163-94-dynamic.22-79-r.retail.telecomitalia.it)
11:40.51*** join/#htc-linux jjy (7af9e669@gateway/web/freenode/ip.122.249.230.105)
13:10.31*** join/#htc-linux stroughtonsmith (~steven@86-42-137-175-dynamic.b-ras1.bbh.dublin.eircom.net)
13:36.03*** join/#htc-linux paulk-desktop (~paulk@lib33-1-82-233-88-171.fbx.proxad.net)
13:55.37*** join/#htc-linux d3tul3 (~detule@unaffiliated/d3tul3)
14:32.38*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-245-214.dynamic.sbb.rs)
14:33.25*** join/#htc-linux Rajko (~rajkosto@wan.rajkonet.info)
14:37.26*** join/#htc-linux rajkosto (~rajkosto@cable-94-189-245-214.dynamic.sbb.rs)
14:38.15*** join/#htc-linux bitrot (~rajkosto@wan.rajkonet.info)
14:39.46*** join/#htc-linux helicopter88 (~helicopte@host157-119-dynamic.27-79-r.retail.telecomitalia.it)
14:42.12*** join/#htc-linux helicopter88_2 (~helicopte@host133-231-dynamic.45-79-r.retail.telecomitalia.it)
14:47.02*** join/#htc-linux Rajko (~rajkosto@wan.rajkonet.info)
14:50.51*** join/#htc-linux rajkosto (~rajkosto@wan.rajkonet.info)
15:00.48*** join/#htc-linux rajkosto (~rajkosto@wan.rajkonet.info)
16:44.24*** join/#htc-linux helicopter88 (~helicopte@host73-113-dynamic.53-79-r.retail.telecomitalia.it)
17:07.04*** join/#htc-linux khorben__ (~dont@mahce.defora.org)
17:17.42*** join/#htc-linux zeusk_ (75c39ed1@gateway/web/freenode/ip.117.195.158.209)
17:27.45zeusk_Marc, fixed undefined instruction at pm2.c ??
17:27.53Marcyup
17:28.59Marcrather easy fix to be honest
17:29.39*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
17:30.02Marchttps://github.com/marc1706/android_kernel_leo_3.0.16/commit/19834d31d6c9e6c730eca3c41f692dc5f672acd8
17:32.00zeusk_do you have latest dmesg ?
17:32.36Marchttp://forum.xda-developers.com/showpost.php?p=37204614&postcount=531
17:38.52zeusk_:O marc, Ignoring unrecognised tag 0x4d534d70
17:39.00Marcmeh :P
17:39.11zeusk_you haven't included msm_partition and leo nand driver ?
17:39.25Marcnot sure
17:39.33zeusk_that tag is for NAND partition
17:39.34MarcI think leo nand driver is included
17:39.44Marcmsm_partition kinda
17:39.48Marcthey changed things -.-
17:39.56zeusk_if partition cannot detect = root == NULL, vfs mount fails
17:42.28Marcwhat do we need "clks_allow_tcxo_locked()" for? -.-
17:45.25zeusk_count is reference count, so allow txco to be switched off if no clocks are using it ?
17:46.16zeusk_you can think of it after looking at body of clks_allow_tcxo_locked_debug
17:46.33Marcyeah, nothing is using that function though ...
17:46.45Marcanyway, should also be fixed ...
17:47.16*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
17:47.37zeusk_it is exported, so can be used by some module maybe
17:48.20Marchm
17:48.33Marcanyway, I'm trying to move back to the "old" clock functions in clock-wince.c
17:48.47Marcsince the new functions don't seem to properly work
17:49.35zeusk_"old" functions ?
17:49.53Marcfunction like clk_enable() etc.
17:50.01Marcwe used the ones from drivers/clk/clkdev.c
17:50.06Marcwhich don't seem to work
17:50.39zeusk_yeah, they changed clock interface some time ago, read it on mailing list... you could just try and adapt clock-wince to new clock functions
17:51.47Marcwhich I'm doing right now ;)
19:00.26*** join/#htc-linux khorben__ (~dont@mahce.defora.org)
19:18.26*** join/#htc-linux gassedup (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
19:23.51*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)
19:49.40*** join/#htc-linux gassed (faxed@c-76-30-161-228.hsd1.tx.comcast.net)

Generated by irclog2html.pl Modified by Tim Riker to work with infobot.