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 54561C43334 for ; Tue, 7 Jun 2022 16:41:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245131AbiFGQlN (ORCPT ); Tue, 7 Jun 2022 12:41:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44344 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245690AbiFGQlM (ORCPT ); Tue, 7 Jun 2022 12:41:12 -0400 Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 04649C9644 for ; Tue, 7 Jun 2022 09:41:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1654620071; x=1686156071; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=+TDTqyhjrThydGMc2tTh8G4lFKhZz5m+zIxJecQvkzU=; b=WqIbK0RVQ/Z7J4ypLLPhnS90FNN02A/SWrDNQzUDkqzPpOakZFzyir+Y JkNFDgcnNWTUPNMvqCwNuJ+LJS31dlg4qaT7Xu3EV55Cqyu2BH16A5xYJ mPUz07FTxFg5nznxqqgmduz3emHDk8NK4Up9le4hPGSWB8qkU2SymQ7kO 83c1NYsyoEZF5sUjjDb41aVBG92AKI5Kwirj0Q3HyV3EceZSyaHva0PC3 1PH5fAW/iOLr7ZRV3bkc0m+2uCE39wb21WOJZHNNg1gnkw1rEBsMEc4Nq FLNHGFiQfppXRdZf5RWNkb3I6skh/I9DKPd4gKr9J1+PytO34oLLaMe8q g==; X-IronPort-AV: E=McAfee;i="6400,9594,10371"; a="277283983" X-IronPort-AV: E=Sophos;i="5.91,284,1647327600"; d="scan'208";a="277283983" Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2022 09:33:41 -0700 X-IronPort-AV: E=Sophos;i="5.91,284,1647327600"; d="scan'208";a="682821894" Received: from smile.fi.intel.com ([10.237.72.54]) by fmsmga002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jun 2022 09:33:38 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.95) (envelope-from ) id 1nyc99-000Vrc-SN; Tue, 07 Jun 2022 19:33:35 +0300 Date: Tue, 7 Jun 2022 19:33:35 +0300 From: Andy Shevchenko To: Miquel Raynal Cc: Vinod Koul , dmaengine@vger.kernel.org, Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger Subject: Re: [PATCH v2 1/2] dmaengine: dw: dmamux: Export the module device table Message-ID: References: <20220607152215.46731-1-miquel.raynal@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220607152215.46731-1-miquel.raynal@bootlin.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org On Tue, Jun 07, 2022 at 05:22:14PM +0200, Miquel Raynal wrote: > This is a tristate driver that can be built as a module, as a result, > the OF match table should be exported with MODULE_DEVICE_TABLE(). Fixes go first in the series. If this is a fix, it misses Fixes tag. -- With Best Regards, Andy Shevchenko