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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 10562CA0ECA for ; Tue, 12 Sep 2023 09:31:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233762AbjILJbr (ORCPT ); Tue, 12 Sep 2023 05:31:47 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233752AbjILJbk (ORCPT ); Tue, 12 Sep 2023 05:31:40 -0400 Received: from mgamail.intel.com (mgamail.intel.com [134.134.136.20]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2F11B123; Tue, 12 Sep 2023 02:31:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1694511096; x=1726047096; h=date:from:to:cc:subject:message-id:references: mime-version:content-transfer-encoding:in-reply-to; bh=KAbjzoM9A507xCYTGkBxWAfT/6us+iLQDYfKZxIiLqM=; b=SomspT2sQgJQF5t82fg7aeolHu7lleGHp/AXWKWv5bFQ5sCDu7ZRiTCO XEuqUPDWH5ICfrxSA9LyEG3msbIyugrPkMueig11vSC0vBYEZn+TJtxni HAmberY+68uor/NBkh+evBtRmnK4eORDYjrGw5NugkplsJHK1kInzoGDh FTOpxiw0/EmntYILjT7b9Wzf3K1igFboYDGBEOff416Y6Xm14bqnyw5MT fmX/wp3XWk+k2iCUtag+Jdpj12TBlnjDJSnSLjuauUDISUpwuygiDjHJz nTfWLlz76Ub8d4I/8vIMvBb0Op5ju+3H9R21NfA/Ii78kNHlgzh4bNhK9 Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10830"; a="368581969" X-IronPort-AV: E=Sophos;i="6.02,245,1688454000"; d="scan'208";a="368581969" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2023 02:31:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10830"; a="743658827" X-IronPort-AV: E=Sophos;i="6.02,245,1688454000"; d="scan'208";a="743658827" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga002.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Sep 2023 02:31:34 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qfzk3-008Y5a-3B; Tue, 12 Sep 2023 12:31:31 +0300 Date: Tue, 12 Sep 2023 12:31:31 +0300 From: Andy Shevchenko To: Linus Walleij Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH v1 01/10] gpio: pca953x: Drop unused fields in struct pca953x_platform_data Message-ID: References: <20230901134041.1165562-1-andriy.shevchenko@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Sep 12, 2023 at 09:50:06AM +0200, Linus Walleij wrote: > On Fri, Sep 1, 2023 at 3:40 PM Andy Shevchenko > wrote: > > > New code should solely use firmware nodes for the specifics and > > not any callbacks. > > > > Signed-off-by: Andy Shevchenko > > Patches look good to me: > Acked-by: Linus Walleij > for all patches. Thank you! > Patch 8 looks HTML on my gmail but I guess the problem > is on my side. The entire series has been sent in the same way, it's quite unlikely that the only patch got mangled while others are okay. -- With Best Regards, Andy Shevchenko