From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 262BAC49ED7 for ; Mon, 16 Sep 2019 15:47:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 00E062186A for ; Mon, 16 Sep 2019 15:47:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728527AbfIPPrx (ORCPT ); Mon, 16 Sep 2019 11:47:53 -0400 Received: from mga12.intel.com ([192.55.52.136]:37475 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726944AbfIPPrx (ORCPT ); Mon, 16 Sep 2019 11:47:53 -0400 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Sep 2019 08:47:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,513,1559545200"; d="scan'208";a="201618725" Received: from lahna.fi.intel.com (HELO lahna) ([10.237.72.157]) by fmsmga001.fm.intel.com with SMTP; 16 Sep 2019 08:47:49 -0700 Received: by lahna (sSMTP sendmail emulation); Mon, 16 Sep 2019 18:47:49 +0300 Date: Mon, 16 Sep 2019 18:47:49 +0300 From: Mika Westerberg To: Federico Ricchiuto Cc: Andy Shevchenko , "linux-gpio@vger.kernel.org" , Linus Walleij Subject: Re: [PATCH v1] pinctrl: intel: Allocate IRQ chip dynamic Message-ID: <20190916154749.GD28281@lahna.fi.intel.com> References: <20190916144751.21525-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Mon, Sep 16, 2019 at 05:38:47PM +0200, Federico Ricchiuto wrote: > That's good! > > There's a place where I can watch fro updates on the topic? We typically keep Intel pinctrl/GPIO patches here: https://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel.git/ > I'm going to recompile the kernel soon, if the update is ready I'd like > to add it. Great. Let us know if it solves the issue you reported so I can apply the patch to that tree.