Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756701AbbHZHrq (ORCPT ); Wed, 26 Aug 2015 03:47:46 -0400 Received: from mail-ob0-f177.google.com ([209.85.214.177]:36334 "EHLO mail-ob0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756615AbbHZHrn (ORCPT ); Wed, 26 Aug 2015 03:47:43 -0400 MIME-Version: 1.0 In-Reply-To: <1439896258-26449-3-git-send-email-grygorii.strashko@ti.com> References: <1439896258-26449-1-git-send-email-grygorii.strashko@ti.com> <1439896258-26449-3-git-send-email-grygorii.strashko@ti.com> Date: Wed, 26 Aug 2015 09:47:43 +0200 Message-ID: Subject: Re: [PATCH 2/7] gpio: omap: switch to use platform_get_irq 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: 697 Lines: 21 On Tue, Aug 18, 2015 at 1:10 PM, Grygorii Strashko wrote: > Switch OMAP GPIO driver to use platform_get_irq(), because > it is not recommened to use platform_get_resource(pdev, IORESOURCE_IRQ, ..) > for requesting IRQ resources any more, as they can be not ready yet > in case of DT-boot. > > Signed-off-by: Grygorii Strashko Sane handling of deffred probe. Patch applied. 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/