Received: by 10.192.165.148 with SMTP id m20csp2189402imm; Sun, 22 Apr 2018 02:16:22 -0700 (PDT) X-Google-Smtp-Source: AIpwx4+tzzHcDkgELG5YwuEaZEFqjDqmRQNlaoGqO9sqANpYf6S8upIL80ZSZ5GujmYvPdVNP0+s X-Received: by 10.101.97.1 with SMTP id z1mr13866771pgu.134.1524388582818; Sun, 22 Apr 2018 02:16:22 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1524388582; cv=none; d=google.com; s=arc-20160816; b=tbZw3ZHivNatv5wCjaf5yNepVA9OgwUy1jxohGM3V8RZx9UwO6mCXcsao42cq4taHj dbwDfULnv1Wws5eraqLkauz4nEYiu/3lmgbqUsq4Fj7swjhruE19u/pOZM7EAG0CJWF9 J0bMWAga3/jc2o5G2cvU31gj7jT4VCpZRhtTlklC7Q3MtW27JnetXT2P3BuRCLaa/Lxt mxdZwtnz4Crfxe6UXtveNvOUzFfhQS3wR+mBHEECIBL+am4XoZjb/ss2csLYepNUo8Fi g6sVb1+wouyZpdH9MLlV/M8haAo/YG2K0/hWW3uVG/H1onChry1GZfWHHb4KDGLwIgV2 YYZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=BB88Vy99JFOnVb9oSKgxRDwEeAvNEUTnLwoiwZlT9CE=; b=MvTraxOTCtDikAZlyJmgTyAq4aA7uzSUiaGTCWZ/KB5kVM8oZ2ViwEjAKvz7s40vu0 5EoBMioqPAXAzDyrUxOEWlhyrquiGA62vxOUwFboOcuLq0oyfD7CJMZEXBTMZtw3sBSS Fv9TYQm2XOQJFRQ/4TYT2LPb5Br5z0DyOHtHfUIQENrAOhbkx3UyUaQwepNbZr7ueqjO q1k8IWbzppqYvshvUQ3x72O+022T/x/Wxqyqokj86mc6fkFV0fm7mHrd2Ff3GVRkZvKn PgEYfFViSX7ltoLO1LySribgwzMbH17jMKErTzSJVUQdZPAxoO4lBLFlN1O3SHrLyxJy QRgg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id x7si7732398pgb.300.2018.04.22.02.16.02; Sun, 22 Apr 2018 02:16:22 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753404AbeDVJOq (ORCPT + 99 others); Sun, 22 Apr 2018 05:14:46 -0400 Received: from sauhun.de ([88.99.104.3]:37630 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751313AbeDVJOp (ORCPT ); Sun, 22 Apr 2018 05:14:45 -0400 Received: from localhost (p5486C379.dip0.t-ipconnect.de [84.134.195.121]) by pokefinder.org (Postfix) with ESMTPSA id 98A29327502; Sun, 22 Apr 2018 11:14:43 +0200 (CEST) Date: Sun, 22 Apr 2018 11:14:43 +0200 From: Wolfram Sang To: Vinod Koul Cc: Wolfram Sang , linux-kernel@vger.kernel.org, linux-renesas-soc@vger.kernel.org, kernel-janitors@vger.kernel.org, Ludovic Desroches , Dan Williams , Li Yang , Zhang Wei , Linus Walleij , linux-arm-kernel@lists.infradead.org, dmaengine@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 07/61] dma: simplify getting .drvdata Message-ID: <20180422091443.ryfdum5nhjc2b7qw@ninjato> References: <20180419140641.27926-1-wsa+renesas@sang-engineering.com> <20180419140641.27926-8-wsa+renesas@sang-engineering.com> <20180422061733.GU6014@localhost> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="6f5sacsuvgjsenls" Content-Disposition: inline In-Reply-To: <20180422061733.GU6014@localhost> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --6f5sacsuvgjsenls Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Apr 22, 2018 at 11:47:33AM +0530, Vinod Koul wrote: > On Thu, Apr 19, 2018 at 04:05:37PM +0200, Wolfram Sang wrote: > > We should get drvdata from struct device directly. Going via > > platform_device is an unneeded step back and forth. >=20 > Do you mind splitting this per driver please, that makes it easy to manage > for me :) No problem, done. --6f5sacsuvgjsenls Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEOZGx6rniZ1Gk92RdFA3kzBSgKbYFAlrcUn8ACgkQFA3kzBSg KbaGng//WtrP6nLPSP/nblFu9au/lhvSwqTePV4MjjB8spMOB7tG6nOJqt8Lc+Um yc1h61Lnh3O/rIwu6R7785FF0yWG9cA1ALk7LOvB/80RbjBDM8X8lOHQ72gEONGs 1lFo5JqKi/FUsvCbu8OYQjgtzo5Y7YkOVw4yW6Q0H34FzaUwWQNz2d+/adjklEpj 6tfZrydqy9ell/nwp+0vCj+8TeqexpvgJOvGA2IPAizo8/0xQozcc7gjr5dfzn7j fTgqP5cUMrscXRbl0tbZBp4csvPzKZQSgsuu4uu1YAlJGGZkXYARf732i0weVt6F zkPKku38zY7uWoti9e5NfX8P6aVgXZpRc+0iuvs7phK0dI/BUQnlnNLztp2gKZRq klo7ozG8EEoy+RdzgrEtfvahJPPrf0D8EtIqR3GsDiYKdnDCQenqB9IwuBtpnhji IB3NODOOxrCgRvzKM5hUj2lRm3bP4I56SVt+TOQNO7x09ejO2b6lC5Iz2rxqxVHh WqIoCjAj1xICqojQLw9Oo7Ow+6PMvMjwqyI2s194LJ8u+R2yPnTy3DVTohZczuw6 V26zfaxwGQj3sKJ+fDpvwBB4gQ/omcglJVAOrSb0oZXsuiV6jpEQ0xlUh0dTDlUB a3md/tXGaYBLn34WOcFKJbwXeOVPVsu/MQIKI6HJUUwBS+BoO9k= =hOmb -----END PGP SIGNATURE----- --6f5sacsuvgjsenls--