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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4A3CCC49EA3 for ; Wed, 16 Jun 2021 11:18:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3168061369 for ; Wed, 16 Jun 2021 11:18:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231856AbhFPLUg (ORCPT ); Wed, 16 Jun 2021 07:20:36 -0400 Received: from mail-ua1-f50.google.com ([209.85.222.50]:45728 "EHLO mail-ua1-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231741AbhFPLUg (ORCPT ); Wed, 16 Jun 2021 07:20:36 -0400 Received: by mail-ua1-f50.google.com with SMTP id v17so627201uar.12; Wed, 16 Jun 2021 04:18:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KFppgdT7CLKOLDaLJGeivAUUwv8mpERUMDgjR5mFX2Q=; b=BBeVsvoZ4AVSy+Y8yHwdEmm5VnqLTJRxB/oarkG9s8C2HRFpJvpV+Y7+gkXdhdzCYt u4gaF3RUWOnSk7QWmQPj7ejeGSlZAeTfbC28/PXrdt8awQpGrlkRIoEhANUrvvRxSoyw 3eVOo93+6DEDuBDZ/KwPQHg++XM7nzuLRTtUggwGA+FqHWeU1femrCrTUarsi5PLXOf6 GcmwOWzKQsjK5jwTp2qkrJW7XbmWyRyHPOPTvkQ97OnIMc62PmAbzh7UsxsdoJ9f2ZEA TZvaW2iEjYkB3/73sZqNGjJZQ6RjwwzWNqg+mp2U7n6mF48qBWrN2dxUZmKY34MKnAag jY3Q== X-Gm-Message-State: AOAM530+WmRtpWEfnV0XLLJs/TZZdUYqwriS8gjlBz5xfdYJ1RlZxr6d aDD8hRf3fwcCqIOFf6l9dyjmAdY/YbBvXisARXk= X-Google-Smtp-Source: ABdhPJy9W5ndu5bvPys51QNrj75YVXl0pvjisg4IJQA0U4LMfMINRJyD7Z5sYALWQifxuYErXQHn1iBe9VLGxsU9S+A= X-Received: by 2002:ab0:647:: with SMTP id f65mr3978118uaf.4.1623842308529; Wed, 16 Jun 2021 04:18:28 -0700 (PDT) MIME-Version: 1.0 References: <0c6bdd6a-826c-6831-1477-3a1e782cced3@physik.fu-berlin.de> In-Reply-To: <0c6bdd6a-826c-6831-1477-3a1e782cced3@physik.fu-berlin.de> From: Geert Uytterhoeven Date: Wed, 16 Jun 2021 13:18:17 +0200 Message-ID: Subject: Re: [PATCH 0/3] Remove shdma DT support To: John Paul Adrian Glaubitz Cc: Rob Herring , Vinod Koul , Magnus Damm , Guennadi Liakhovetski , Laurent Pinchart , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , dmaengine , Linux-Renesas , Linux-sh list , Linux ARM , Chris Brandt Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org Hi Adrian, On Wed, Jun 16, 2021 at 12:42 PM John Paul Adrian Glaubitz wrote: > On 6/11/21 12:18 PM, Geert Uytterhoeven wrote: > > Hence this series removes the Renesas SHDMA Device Tree bindings, the > > SHDMA DMA multiplexer driver, and the corresponding description in the > > R-Mobile APE6 DTS. > Do these changes make life harder in case we want to convert SH to device > tree as already prepared by Yoshinori Sato? [1] Probably not. The only modern DT-aware DMAC drivers for Renesas hardware are drivers/dma/sh/{rcar,usb}-dmac.c. Soon there will be drivers/dma/sh/rz-dmac.c, for RZ/G2L (and RZ/A1 and RZ/A2 later). Given the R-Car DMAC is very similar to the SH/R-Mobile DMAC, the latter may be made to work with rcar-dmac.c, if anyone is willing to spend cycles on that. Likewise, the RZ/A DMAC probably has its roots in older SH SoCs, so that may be helpful for you, too. Chris (CCed) may know better... > > [1] https://lore.kernel.org/patchwork/cover/693910/ None of these handle DMA? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds 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 X-Spam-Level: X-Spam-Status: No, score=-3.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3E4DFC48BE5 for ; Wed, 16 Jun 2021 11:20:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E37DD610A3 for ; Wed, 16 Jun 2021 11:20:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E37DD610A3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=eOXh7Gbs5B3OWQNFR+9jnnw3QXWUtOOy6wLNAwrCNsc=; b=A34D4mVE01Aavh zhf1Qj3Di7cgzynS5X4ZVSALslYQCOGjiF8P43OFK58sPwiCGJi1Ijf96aYhb4m7vJ7U6nqDo7piI lXIon6o73oLoqv3Gou6g7uNQDtTI/i9rhJzVO/CHX6QSSEtjsCzFa6W7VQRpp7QdG1K/pLgImoV5X FWMGu/Yg4UhybZBzceuFQVN6T5rQFl4e3zwpt07eXTwQa/tPZlVLrxKamPr6NDdZPQXw4GH9BhoYJ TPulgORXAIp54nL6vV8QMJMiGHpz8p4D0FV76k7VQQPn0yb1kWwMwo7EFJsky8AC9w9Ngs+6ktJoq BaAi3LHBfTywFB/PvUoA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltTZ5-0060Kj-Vn; Wed, 16 Jun 2021 11:18:36 +0000 Received: from mail-ua1-f52.google.com ([209.85.222.52]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltTZ0-0060Io-6e for linux-arm-kernel@lists.infradead.org; Wed, 16 Jun 2021 11:18:33 +0000 Received: by mail-ua1-f52.google.com with SMTP id x22so650602uap.0 for ; Wed, 16 Jun 2021 04:18:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=KFppgdT7CLKOLDaLJGeivAUUwv8mpERUMDgjR5mFX2Q=; b=NOmA/8ab1i4YykNvm1oMUDznMrVTpeefaoXW+oa5lWgp3UrrxMtAdjYXWUtncmEpOq 5N1x42yfBU3+Pk9/xJsSLW3BD7KUY0T7zOPTAbuJ4GKnTUbUkrrFlNcMttDsa84JFjMh MsOyM20ZLtRc/DWi8CMoeySdtx/E5al60F7W0iUp5V5Y6LJZZ8Ynv4zIzR2qDFH866Jg hftQXzlA8ZVxocKKeDhA5LOK0rzZc7XMn+GkXg9CtinNhhkON69CMuIQaV/vEYSGa/0D hGBmL8idHRggVQDsW/kRYTJ4/Z5AwYUK7EJRxsIQV9q10QnX/hhxvSbXYuADX/Q5uCYe dXxg== X-Gm-Message-State: AOAM532+6QLoqovYmWcHgmw2R5wgpJm5Ry4Kg/7fTYgx8cVkZRZ7HVQc FCh/t6czLzRlQyM42nDD25uEwmXRvmyLqLeHJnc= X-Google-Smtp-Source: ABdhPJy9W5ndu5bvPys51QNrj75YVXl0pvjisg4IJQA0U4LMfMINRJyD7Z5sYALWQifxuYErXQHn1iBe9VLGxsU9S+A= X-Received: by 2002:ab0:647:: with SMTP id f65mr3978118uaf.4.1623842308529; Wed, 16 Jun 2021 04:18:28 -0700 (PDT) MIME-Version: 1.0 References: <0c6bdd6a-826c-6831-1477-3a1e782cced3@physik.fu-berlin.de> In-Reply-To: <0c6bdd6a-826c-6831-1477-3a1e782cced3@physik.fu-berlin.de> From: Geert Uytterhoeven Date: Wed, 16 Jun 2021 13:18:17 +0200 Message-ID: Subject: Re: [PATCH 0/3] Remove shdma DT support To: John Paul Adrian Glaubitz Cc: Rob Herring , Vinod Koul , Magnus Damm , Guennadi Liakhovetski , Laurent Pinchart , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , dmaengine , Linux-Renesas , Linux-sh list , Linux ARM , Chris Brandt X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210616_041830_282255_3F07BEF8 X-CRM114-Status: GOOD ( 20.94 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Adrian, On Wed, Jun 16, 2021 at 12:42 PM John Paul Adrian Glaubitz wrote: > On 6/11/21 12:18 PM, Geert Uytterhoeven wrote: > > Hence this series removes the Renesas SHDMA Device Tree bindings, the > > SHDMA DMA multiplexer driver, and the corresponding description in the > > R-Mobile APE6 DTS. > Do these changes make life harder in case we want to convert SH to device > tree as already prepared by Yoshinori Sato? [1] Probably not. The only modern DT-aware DMAC drivers for Renesas hardware are drivers/dma/sh/{rcar,usb}-dmac.c. Soon there will be drivers/dma/sh/rz-dmac.c, for RZ/G2L (and RZ/A1 and RZ/A2 later). Given the R-Car DMAC is very similar to the SH/R-Mobile DMAC, the latter may be made to work with rcar-dmac.c, if anyone is willing to spend cycles on that. Likewise, the RZ/A DMAC probably has its roots in older SH SoCs, so that may be helpful for you, too. Chris (CCed) may know better... > > [1] https://lore.kernel.org/patchwork/cover/693910/ None of these handle DMA? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel