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=-8.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 8D45EC433E9 for ; Tue, 2 Mar 2021 17:51:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4FDE864F1A for ; Tue, 2 Mar 2021 17:51:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350119AbhCBRsQ (ORCPT ); Tue, 2 Mar 2021 12:48:16 -0500 Received: from mga04.intel.com ([192.55.52.120]:35710 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1573782AbhCBPNv (ORCPT ); Tue, 2 Mar 2021 10:13:51 -0500 IronPort-SDR: dx9XuLqeK0TtJoDiLJifNnIPaVDclBrDoFlaWuBB7L3eKz7a29HPFGQghJ/I37DU53x7jUUYYU VhYAedcdG7nQ== X-IronPort-AV: E=McAfee;i="6000,8403,9911"; a="184407291" X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="184407291" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 07:06:31 -0800 IronPort-SDR: nCZf4m0fIcNr0lM3tYhWS5qUqhcVPJbY5hXtRObSvBZyV1EgQh4U3EudaNnCLQf3LQxJj2YovM aWcs6f+N8SLw== X-IronPort-AV: E=Sophos;i="5.81,216,1610438400"; d="scan'208";a="399055993" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Mar 2021 07:06:29 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1lH6bT-009PhQ-87; Tue, 02 Mar 2021 17:06:27 +0200 Date: Tue, 2 Mar 2021 17:06:27 +0200 From: Andy Shevchenko To: Sudip Mukherjee Cc: Greg Kroah-Hartman , Mark Brown , linux-spi@vger.kernel.org, linux-kernel Subject: Re: [PATCH v2 1/3] parport: Introduce module_parport_driver() helper macro Message-ID: References: <20210216110741.1286-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 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 02, 2021 at 02:51:45PM +0000, Sudip Mukherjee wrote: > On Mon, Mar 1, 2021 at 12:12 PM Andy Shevchenko > wrote: > > > > On Sun, Feb 28, 2021 at 11:27:10PM +0000, Sudip Mukherjee wrote: > > > On Fri, Feb 26, 2021 at 07:03:09PM +0200, Andy Shevchenko wrote: > > > > On Tue, Feb 16, 2021 at 01:07:39PM +0200, Andy Shevchenko wrote: > > > > > Introduce module_parport_driver() helper macro to reduce boilerplate > > > > > in the existing and new code. > > > > > > > > Sudip, any comments on this? > > > > > > Sorry for the delay in reply. > > > lgtm. I think there are few more drivers which can also use this new helper. > > > Will you like to do them also? > > > > Yes, that's the (slow going) plan. > > > > > Acked-by: Sudip Mukherjee > > > > Thanks! I considered that you take it thru parport tree. Do you have something > > else in mind? > > I dont have a separate parport tree (parport is not under active > development to have a separate tree). I send everything parport > related to Greg and then he adds it to his tree. MAINTAINERS doesn't show this. But good to know. > I guess in this case if Greg agrees it can go via Mark's tree as the > series will also have SPI related patches. Okay, if Greg wants to handle this himself, I think I have to resend (he wasn't in the Cc list). Otherwise Mark can also apply this if Greg is okay (but sounds like I have to resend anyway to let him understand what's going on here). -- With Best Regards, Andy Shevchenko