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 93A8BC4332F for ; Fri, 4 Nov 2022 13:42:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230460AbiKDNmd (ORCPT ); Fri, 4 Nov 2022 09:42:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36926 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230342AbiKDNma (ORCPT ); Fri, 4 Nov 2022 09:42:30 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 56F342EF48; Fri, 4 Nov 2022 06:42:29 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DF0E1B82C15; Fri, 4 Nov 2022 13:42:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 044D1C433D6; Fri, 4 Nov 2022 13:42:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1667569346; bh=9ZqIElqcShR5LwhCeGum1uHrDgCCKcIFiHMYf2kWAUw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ywr0bms5YeK8NNHlt4Wc5sqkHIAsrBX3t7MzgkNOcnRTm+ne1f9qnAMe2Rm7tqYK1 /6dXjIF+ZUdAmeeXIUfixD6Ywb90KWVcd7g3fa0DHbWnIfV0PDDmFnxAJSiiuN+KGN FbO+kNovFSBjaaQyTjC1rYd3XJxQPiLikMnUPqw2iIlHzCpyDWmwrwAawvRDtha2qE YulW42gOsJb3aar4GehqPcmJQ37aH4q6YPqZ09emfC9r0p28cCd18H5JM/XTJaZTZV 0wdJXXfrL2Q2bCfmaiOWwlZbCyv61zva7SfaUTVvqovBRmHKkaVwBCSh/1Opby19Ok DDCpAhgxBMZOQ== Date: Fri, 4 Nov 2022 19:12:22 +0530 From: Vinod Koul To: Cai Huoqing Cc: fancer.lancer@gmail.com, caihuoqing , Gustavo Pimentel , linux-kernel@vger.kernel.org, dmaengine@vger.kernel.org Subject: Re: [PATCH 1/3] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops Message-ID: References: <20220921064859.10328-1-cai.huoqing@linux.dev> <20220921064859.10328-2-cai.huoqing@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220921064859.10328-2-cai.huoqing@linux.dev> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21-09-22, 14:48, Cai Huoqing wrote: > From: caihuoqing > > Rename dw_edma_core_ops structure to dw_edma_plat_ops, > because the 'ops' is related to platform device Is that really a case, the device can be non platform too right? -- ~Vinod