Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751538AbWIFUHf (ORCPT ); Wed, 6 Sep 2006 16:07:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751545AbWIFUHf (ORCPT ); Wed, 6 Sep 2006 16:07:35 -0400 Received: from posti5.jyu.fi ([130.234.4.34]:34753 "EHLO posti5.jyu.fi") by vger.kernel.org with ESMTP id S1751537AbWIFUHe (ORCPT ); Wed, 6 Sep 2006 16:07:34 -0400 Message-ID: <44FF2A6D.3000500@cc.jyu.fi> Date: Wed, 06 Sep 2006 23:07:09 +0300 From: lamikr Reply-To: lamikr@cc.jyu.fi User-Agent: Thunderbird 1.5.0.5 (X11/20060804) MIME-Version: 1.0 To: tony@atomide.com CC: OMAP-Linux , linux-kernel@vger.kernel.org Subject: Re: [PATCH 5/5] Add gsm phone support for the mixer in tsc2101 alsa driver. References: <44E51565.6020505@cc.jyu.fi> <20060905151808.GC18073@atomide.com> In-Reply-To: <20060905151808.GC18073@atomide.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1101 Lines: 32 >> now Tux can finally call home :-) >> > > Cool that you got the phone features working :) > Yes, and gprs is also working nicely with the pppd so I can finally start eating dog food :-) Some problems there still are 1) As we do not yet have any kind of multiplexing support to gsm module (currently directly accesing dev/ttyS1 for at commands) our phone app is not able to run simultaneously with the ppp. I am not sure should I resolve this in the kernel space or user space. 2) I can not suspend/resume by using power button but we have still problem from waking up the iPAQ from suspend for the incoming calls. So far I have tried to enable UART2 wakeup by using level2_wake |= OMAP_IRQ_BIT(INT_MPUIO); in omap_pm_wakeup_setup() method of plat-omap/pm.c but did not have success with that. Could you have any idea for this one? Mika - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/