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 9CAEBC433FE for ; Mon, 7 Nov 2022 03:13:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231140AbiKGDNP (ORCPT ); Sun, 6 Nov 2022 22:13:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34844 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230258AbiKGDM5 (ORCPT ); Sun, 6 Nov 2022 22:12:57 -0500 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B4D1EE14; Sun, 6 Nov 2022 19:12:49 -0800 (PST) Date: Mon, 7 Nov 2022 11:12:43 +0800 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1667790768; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=BOK2mGvwspj+yJ1m6IfEdRaPYM1eCd53hSbNkbFehLQ=; b=d2kYWBncbOcByQhtNKmeVNKTE4+a5+LZeB/ln2lrd5KCFIHEsBnwGRNqAkGxd0/+TQedli xwcmnUlU4yQ7aGtWcOTQ50dBfoTKnLzZWbtqBVv4NOFeinxZJmys6y1aR9Ra57vgqEHJce XohFb6nhDoaT40dFEtXIwVPfOfE5fbQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Cai Huoqing To: Vinod Koul 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: <20221107031243.GA10444@chq-T47> References: <20220921064859.10328-1-cai.huoqing@linux.dev> <20220921064859.10328-2-cai.huoqing@linux.dev> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04 11月 22 19:12:22, Vinod Koul wrote: > 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? Hi, Vinod Just means plat_ops is the common part for different mode or chips. core_ops is the private part for different spec. Thanks, Cai > > -- > ~Vinod