Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp3771775ybi; Mon, 27 May 2019 05:50:47 -0700 (PDT) X-Google-Smtp-Source: APXvYqzRkHT//V3pKniijsQkBPzeAcUPZRB9MRGDfmlsgbyfwWSqlpz3YJQ/7ViS1FVO8vLXEUnR X-Received: by 2002:a17:90a:240c:: with SMTP id h12mr31564107pje.12.1558961447324; Mon, 27 May 2019 05:50:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558961447; cv=none; d=google.com; s=arc-20160816; b=IyjBpMeQDKGEtOvOfDKf/BNFt94BS/JAkXZPXVyGp812ERzBUouUT0/aN67IMqgsDo 0086efIASWutkG0ymfP9F07fcxsM5HjsK8+7RwkZqM7d0Y0X4HqysYoxtg/JyvpdZ8b5 I0wcE4vXz6d2GwrGtP6QwXSc6OTsLbsAfyjDk1V91SLvgUhATvqX3oLshiYPyHq1CwyN imGSsYzl4hF3cMKSyiZJbhI+OffNKDewgQAtTmR3XGAdBmgIPUuxPhRZebDhNms8rXtp nJpbMWKpMOysrnErQbY58Hivyi7Rp9Q0fsc5PLiJTpVcC/Je/+EWDzrl0LaFavgY0fX/ pgAg== 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; bh=IeEXetNomVwKgAa5vPf9tx+nMnVlmvyu3uceNBSSdwg=; b=aIgIfw+xeto/+wjrFPdl5BBGPwJatAdaXbpqd8HNHi7PgM0m/MTO643EOi+HH8hCVX etJjLEt/Tmayle1mAyRRoJSu1cLq/INlkzq+LBYo4NqLOESmQrROZ3uQyK+6p65HfJxe Que2A2PTwz8VJL+MofWO02YTOVuHEZTTyDAKwvRDhiClex2qTX6rvzq0t2eC80iCHB4b /EhTbkemYyg37zJMtIWBJq977F9nHddY4k7HpRXZvSqrYISLQyxjouXSRFCjXdB6f5Ps JMSQwv4VxrBrnCKaRC3+1OxM5W1UFD9raPVbT3dFgh2p6B9thYdkS/82vw7e4N/JBWrT XIOA== 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 j6si255162pgj.184.2019.05.27.05.50.31; Mon, 27 May 2019 05:50:47 -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 S1726312AbfE0Mt0 (ORCPT + 99 others); Mon, 27 May 2019 08:49:26 -0400 Received: from relay2-d.mail.gandi.net ([217.70.183.194]:42405 "EHLO relay2-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725991AbfE0MtZ (ORCPT ); Mon, 27 May 2019 08:49:25 -0400 X-Originating-IP: 90.88.147.134 Received: from localhost (aaubervilliers-681-1-27-134.w90-88.abo.wanadoo.fr [90.88.147.134]) (Authenticated sender: maxime.ripard@bootlin.com) by relay2-d.mail.gandi.net (Postfix) with ESMTPSA id D56D040009; Mon, 27 May 2019 12:49:19 +0000 (UTC) Date: Mon, 27 May 2019 14:49:19 +0200 From: Maxime Ripard To: =?utf-8?B?Q2zDqW1lbnQgUMOpcm9u?= Cc: Vinod Koul , Rob Herring , Mark Rutland , Chen-Yu Tsai , Dan Williams , dmaengine@vger.kernel.org, devicetree , linux-arm-kernel , linux-kernel , Jernej Skrabec Subject: Re: [PATCH v2 5/7] dmaengine: sun6i: Add support for H6 DMA Message-ID: <20190527124919.wmdlqrhv4xw6iabi@flea> References: <20190525163819.21055-1-peron.clem@gmail.com> <20190525163819.21055-6-peron.clem@gmail.com> <20190526183425.nbhrk5pa264p7tdy@flea> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="hy74rh6pps3axx7f" Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --hy74rh6pps3axx7f Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, May 26, 2019 at 09:12:36PM +0200, Cl=E9ment P=E9ron wrote: > Hi Maxime, > > On Sun, 26 May 2019 at 20:34, Maxime Ripard w= rote: > > > > On Sat, May 25, 2019 at 06:38:17PM +0200, Cl=E9ment P=E9ron wrote: > > > From: Jernej Skrabec > > > > > > H6 DMA has more than 32 supported DRQs, which means that configuration > > > register is slightly rearranged. It also needs additional clock to be > > > enabled. > > > > > > Add support for it. > > > > > > Signed-off-by: Jernej Skrabec > > > Signed-off-by: Cl=E9ment P=E9ron > > > --- > > > drivers/dma/sun6i-dma.c | 44 +++++++++++++++++++++++++++++++++++++++= -- > > > 1 file changed, 42 insertions(+), 2 deletions(-) > > > > > > diff --git a/drivers/dma/sun6i-dma.c b/drivers/dma/sun6i-dma.c > > > index f5cb5e89bf7b..8d44ddae926a 100644 > > > --- a/drivers/dma/sun6i-dma.c > > > +++ b/drivers/dma/sun6i-dma.c > > > @@ -69,14 +69,19 @@ > > > > > > #define DMA_CHAN_CUR_CFG 0x0c > > > #define DMA_CHAN_MAX_DRQ_A31 0x1f > > > +#define DMA_CHAN_MAX_DRQ_H6 0x3f > > > #define DMA_CHAN_CFG_SRC_DRQ_A31(x) ((x) & DMA_CHAN_MAX_DRQ_A31) > > > +#define DMA_CHAN_CFG_SRC_DRQ_H6(x) ((x) & DMA_CHAN_MAX_DRQ_H6) > > > #define DMA_CHAN_CFG_SRC_MODE_A31(x) (((x) & 0x1) << 5) > > > +#define DMA_CHAN_CFG_SRC_MODE_H6(x) (((x) & 0x1) << 8) > > > #define DMA_CHAN_CFG_SRC_BURST_A31(x) (((x) & 0x3) << 7) > > > #define DMA_CHAN_CFG_SRC_BURST_H3(x) (((x) & 0x3) << 6) > > > #define DMA_CHAN_CFG_SRC_WIDTH(x) (((x) & 0x3) << 9) > > > > > > #define DMA_CHAN_CFG_DST_DRQ_A31(x) (DMA_CHAN_CFG_SRC_DRQ_A31(x) <<= 16) > > > +#define DMA_CHAN_CFG_DST_DRQ_H6(x) (DMA_CHAN_CFG_SRC_DRQ_H6(x) << = 16) > > > #define DMA_CHAN_CFG_DST_MODE_A31(x) (DMA_CHAN_CFG_SRC_MODE_A31(x) <= < 16) > > > +#define DMA_CHAN_CFG_DST_MODE_H6(x) (DMA_CHAN_CFG_SRC_MODE_H6(x) <<= 16) > > > #define DMA_CHAN_CFG_DST_BURST_A31(x) (DMA_CHAN_CFG_SRC_BURST= _A31(x) << 16) > > > #define DMA_CHAN_CFG_DST_BURST_H3(x) (DMA_CHAN_CFG_SRC_BURST_H3(x) <= < 16) > > > #define DMA_CHAN_CFG_DST_WIDTH(x) (DMA_CHAN_CFG_SRC_WIDTH(x) << 1= 6) > > > @@ -319,12 +324,24 @@ static void sun6i_set_drq_a31(u32 *p_cfg, s8 sr= c_drq, s8 dst_drq) > > > DMA_CHAN_CFG_DST_DRQ_A31(dst_drq); > > > } > > > > > > +static void sun6i_set_drq_h6(u32 *p_cfg, s8 src_drq, s8 dst_drq) > > > +{ > > > + *p_cfg |=3D DMA_CHAN_CFG_SRC_DRQ_H6(src_drq) | > > > + DMA_CHAN_CFG_DST_DRQ_H6(dst_drq); > > > +} > > > + > > > static void sun6i_set_mode_a31(u32 *p_cfg, s8 src_mode, s8 dst_mode) > > > { > > > *p_cfg |=3D DMA_CHAN_CFG_SRC_MODE_A31(src_mode) | > > > DMA_CHAN_CFG_DST_MODE_A31(dst_mode); > > > } > > > > > > +static void sun6i_set_mode_h6(u32 *p_cfg, s8 src_mode, s8 dst_mode) > > > +{ > > > + *p_cfg |=3D DMA_CHAN_CFG_SRC_MODE_H6(src_mode) | > > > + DMA_CHAN_CFG_DST_MODE_H6(dst_mode); > > > +} > > > + > > > static size_t sun6i_get_chan_size(struct sun6i_pchan *pchan) > > > { > > > struct sun6i_desc *txd =3D pchan->desc; > > > @@ -1160,6 +1177,28 @@ static struct sun6i_dma_config sun50i_a64_dma_= cfg =3D { > > > BIT(DMA_SLAVE_BUSWIDTH_8_BYTES), > > > }; > > > > > > +/* > > > + * The H6 binding uses the number of dma channels from the > > > + * device tree node. > > > + */ > > > +static struct sun6i_dma_config sun50i_h6_dma_cfg =3D { > > > + .clock_autogate_enable =3D sun6i_enable_clock_autogate_h3, > > > + .set_burst_length =3D sun6i_set_burst_length_h3, > > > + .set_drq =3D sun6i_set_drq_h6, > > > + .set_mode =3D sun6i_set_mode_h6, > > > + .src_burst_lengths =3D BIT(1) | BIT(4) | BIT(8) | BIT(16), > > > + .dst_burst_lengths =3D BIT(1) | BIT(4) | BIT(8) | BIT(16), > > > + .src_addr_widths =3D BIT(DMA_SLAVE_BUSWIDTH_1_BYTE) | > > > + BIT(DMA_SLAVE_BUSWIDTH_2_BYTES) | > > > + BIT(DMA_SLAVE_BUSWIDTH_4_BYTES) | > > > + BIT(DMA_SLAVE_BUSWIDTH_8_BYTES), > > > + .dst_addr_widths =3D BIT(DMA_SLAVE_BUSWIDTH_1_BYTE) | > > > + BIT(DMA_SLAVE_BUSWIDTH_2_BYTES) | > > > + BIT(DMA_SLAVE_BUSWIDTH_4_BYTES) | > > > + BIT(DMA_SLAVE_BUSWIDTH_8_BYTES), > > > + .has_mbus_clk =3D true, > > > +}; > > > + > > > /* > > > * The V3s have only 8 physical channels, a maximum DRQ port id of 2= 3, > > > * and a total of 24 usable source and destination endpoints. > > > @@ -1190,6 +1229,7 @@ static const struct of_device_id sun6i_dma_matc= h[] =3D { > > > { .compatible =3D "allwinner,sun8i-h3-dma", .data =3D &sun8i_h3= _dma_cfg }, > > > { .compatible =3D "allwinner,sun8i-v3s-dma", .data =3D &sun8i_v= 3s_dma_cfg }, > > > { .compatible =3D "allwinner,sun50i-a64-dma", .data =3D &sun50i= _a64_dma_cfg }, > > > + { .compatible =3D "allwinner,sun50i-h6-dma", .data =3D &sun50i_= h6_dma_cfg }, > > > { /* sentinel */ } > > > }; > > > MODULE_DEVICE_TABLE(of, sun6i_dma_match); > > > @@ -1288,8 +1328,8 @@ static int sun6i_dma_probe(struct platform_devi= ce *pdev) > > > ret =3D of_property_read_u32(np, "dma-requests", &sdc->max_requ= est); > > > if (ret && !sdc->max_request) { > > > dev_info(&pdev->dev, "Missing dma-requests, using %u.\n= ", > > > - DMA_CHAN_MAX_DRQ_A31); > > > - sdc->max_request =3D DMA_CHAN_MAX_DRQ_A31; > > > + DMA_CHAN_MAX_DRQ_H6); > > > + sdc->max_request =3D DMA_CHAN_MAX_DRQ_H6; > > > > This is changing the binding though, since we're changing the > > default. This should be reflected in the binding, and we should keep > > the same default in the device tree binding. > > Agree, H6 device-tree will have the "dma-request" property. > As this modification is not mandatory, we can drop it to avoid > bindings modification. > > What do you think? That works for me Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --hy74rh6pps3axx7f Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRcEzekXsqa64kGDp7j7w1vZxhRxQUCXOvczwAKCRDj7w1vZxhR xahtAQCtZnlWKjbb9URWtiuTZsZQNRsYSFRrzor0cn/TILKvlAD/efbuQ9zg3fZl GWbz279dIB+dZGtot06pTYthOZD4uAg= =W9yW -----END PGP SIGNATURE----- --hy74rh6pps3axx7f--