From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shubhrajyoti Subject: Re: [PATCH 0/4] i2c: omap: few more patches Date: Tue, 07 Aug 2012 16:57:51 +0530 Message-ID: <5020FBB7.3030308@ti.com> References: <1344262737-6662-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from na3sys009aog117.obsmtp.com ([74.125.149.242]:35933 "EHLO na3sys009aog117.obsmtp.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754059Ab2HGL16 (ORCPT ); Tue, 7 Aug 2012 07:27:58 -0400 Received: by yenq6 with SMTP id q6so4514565yen.39 for ; Tue, 07 Aug 2012 04:27:57 -0700 (PDT) In-Reply-To: <1344262737-6662-1-git-send-email-balbi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Felipe Balbi Cc: Linux OMAP Mailing List , Linux ARM Kernel Mailing List , w.sang@pengutronix.de On Monday 06 August 2012 07:48 PM, Felipe Balbi wrote: > Just a few extra patches on top of the earlier series I sent. > > With these patches, we have threaded irq support and autosuspend support for > i2c-omap driver. Thanks for the patches. > > All patches boot tested with pandaboard. Tested-by: Shubhrajyoti On omap4sdp and omap3sdp also on omap3 did some basic power testing. > Felipe Balbi (4): > i2c: omap: always return IRQ_HANDLED > i2c: omap: switch to threaded IRQ support > i2c: omap: remove unnecessary pm_runtime_suspended check > i2c: omap: switch over to autosuspend API > > drivers/i2c/busses/i2c-omap.c | 53 ++++++++++++++++++++++++++++++++++--------- > 1 file changed, 42 insertions(+), 11 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: shubhrajyoti@ti.com (Shubhrajyoti) Date: Tue, 07 Aug 2012 16:57:51 +0530 Subject: [PATCH 0/4] i2c: omap: few more patches In-Reply-To: <1344262737-6662-1-git-send-email-balbi@ti.com> References: <1344262737-6662-1-git-send-email-balbi@ti.com> Message-ID: <5020FBB7.3030308@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Monday 06 August 2012 07:48 PM, Felipe Balbi wrote: > Just a few extra patches on top of the earlier series I sent. > > With these patches, we have threaded irq support and autosuspend support for > i2c-omap driver. Thanks for the patches. > > All patches boot tested with pandaboard. Tested-by: Shubhrajyoti On omap4sdp and omap3sdp also on omap3 did some basic power testing. > Felipe Balbi (4): > i2c: omap: always return IRQ_HANDLED > i2c: omap: switch to threaded IRQ support > i2c: omap: remove unnecessary pm_runtime_suspended check > i2c: omap: switch over to autosuspend API > > drivers/i2c/busses/i2c-omap.c | 53 ++++++++++++++++++++++++++++++++++--------- > 1 file changed, 42 insertions(+), 11 deletions(-) >