Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756625AbbHZHyB (ORCPT ); Wed, 26 Aug 2015 03:54:01 -0400 Received: from mail-ob0-f176.google.com ([209.85.214.176]:32967 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752105AbbHZHx6 (ORCPT ); Wed, 26 Aug 2015 03:53:58 -0400 MIME-Version: 1.0 In-Reply-To: <1439896258-26449-1-git-send-email-grygorii.strashko@ti.com> References: <1439896258-26449-1-git-send-email-grygorii.strashko@ti.com> Date: Wed, 26 Aug 2015 09:53:58 +0200 Message-ID: Subject: Re: [PATCH 0/7] gpio: omap: fixes and improvements From: Linus Walleij To: Grygorii Strashko Cc: Alexandre Courbot , Santosh Shilimkar , Kevin Hilman , Tony Lindgren , Javier Martinez Canillas , Linux-OMAP , "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1275 Lines: 29 On Tue, Aug 18, 2015 at 1:10 PM, Grygorii Strashko wrote: > This patch series contains set of trivial fixes and improvements, and also > patches which fixes wrong APIs usage in atomic context as for -RT as for > non-RT kernel. The final goal of this series is to make TI OMAP GPIO > driver compatible with -RT kernel as much as possible. > > Patch 1-4: trivial fixes and improvements > Patch 5: fixes wrong CLK clk_prepare/unprepare APIs usage in atomic contexet I've applied patches 1-5 with Santosh's ACK and Tony's Tested-by. > Patch 6(rfc): required to be compatible with -RT kernel, because PM runtime > can't be used in atimic context on -RT. > Patch 7(rfc): This patch converts TI OMAP GPIO driver to use generic irq > handler instead of chained IRQ handler. This way OMAP GPIO driver will be > compatible with RT kernel where it will be forced thread IRQ handler > while in non-RT kernel it still will be executed in HW IRQ context. Waiting for more feedback here. Yours, Linus Walleij -- 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/