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 DB930C433F5 for ; Tue, 17 May 2022 08:37:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243436AbiEQIhO (ORCPT ); Tue, 17 May 2022 04:37:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243431AbiEQIhK (ORCPT ); Tue, 17 May 2022 04:37:10 -0400 Received: from mail-qv1-f43.google.com (mail-qv1-f43.google.com [209.85.219.43]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 39E143D1C0; Tue, 17 May 2022 01:37:09 -0700 (PDT) Received: by mail-qv1-f43.google.com with SMTP id k8so360839qvm.9; Tue, 17 May 2022 01:37:09 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=diTzJoBHU8EeLBqHq5Me1Ruh4X/r4hmR4tb/bosfltw=; b=TGHLk+GfdqVDqmFqYbFcH/AkJXcHXTA1xCnr4TGBK2OLtMMFvQ57vHzNLL52/wXdN+ 6TJ8thNtdeSvBV6gmVkKuxOtLkr5VZlZI8U2FnBJl2dB38cA5fic6Ntu/G6RtIkPyLov 6abQrdyttbx4J2feFHtl3hl+YShFIewCrIp7iCQb3RdxdpgBFqR9xc+DBHwPimDpwedY KuA4WC1Tut3pXe5/ULKVLgYIOMwlbo64FVVI2dKSr7rkYAHwMNISloJtcHmqSPTVisG/ ZwRex7vL4GfEbMQ8L+Gj/mBWNFck8q/NcSvFBCXBqf9383GrhRN67iyM7MKHcq1EY1C0 GmVA== X-Gm-Message-State: AOAM5310EU90gVUiLko3SKyc2EzAZ7Jz3IE3dsD7VTabh3c82GqWPE88 wUynEnveyTjd6aYVcyR/L/hhICoil3HWrA== X-Google-Smtp-Source: ABdhPJxZ+2fjjI0hRydOPArGUCzxfW5JgkNPOtL8el9fcvWnxhjQ86EPaeczsqLKTZcKazkgmVpdDQ== X-Received: by 2002:a05:6214:2523:b0:460:2238:59a0 with SMTP id gg3-20020a056214252300b00460223859a0mr19313180qvb.20.1652776628027; Tue, 17 May 2022 01:37:08 -0700 (PDT) Received: from mail-yw1-f176.google.com (mail-yw1-f176.google.com. [209.85.128.176]) by smtp.gmail.com with ESMTPSA id o7-20020a37be07000000b0069fc13ce203sm7761857qkf.52.2022.05.17.01.37.07 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 17 May 2022 01:37:07 -0700 (PDT) Received: by mail-yw1-f176.google.com with SMTP id 00721157ae682-2ff155c239bso34448687b3.2; Tue, 17 May 2022 01:37:07 -0700 (PDT) X-Received: by 2002:a81:ad11:0:b0:2fe:fb00:a759 with SMTP id l17-20020a81ad11000000b002fefb00a759mr9791139ywh.283.1652776627031; Tue, 17 May 2022 01:37:07 -0700 (PDT) MIME-Version: 1.0 References: <20220427095653.91804-1-miquel.raynal@bootlin.com> <20220517103100.4da9ebe5@xps-13> In-Reply-To: <20220517103100.4da9ebe5@xps-13> From: Geert Uytterhoeven Date: Tue, 17 May 2022 10:36:55 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v12 0/9] RZN1 DMA support To: Miquel Raynal Cc: Magnus Damm , Gareth Williams , Phil Edworthy , Vinod Koul , Linux-Renesas , dmaengine , Milan Stevanovic , Jimmy Lalande , Pascal Eberhard , Thomas Petazzoni , Herve Codina , Clement Leger , Stephen Boyd , Michael Turquette , linux-clk , Viresh Kumar , Andy Shevchenko , Ilpo Jarvinen , Rob Herring , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hi Miquel, On Tue, May 17, 2022 at 10:31 AM Miquel Raynal wrote: > miquel.raynal@bootlin.com wrote on Wed, 27 Apr 2022 11:56:44 +0200: > > This is the series bringing DMA support to RZN1 platforms. > > The UART changes regarding DMA support has been merged into tty-next > > already. > > > > There is no other conflicting dependency with the other series, so these > > patches (all but DTS) can go though the dmaengine tree I believe. > > As all patches the patches in this series have received a fairly good > amount of reviews, as well as all the necessary tags since a few weeks > already, I was hoping to see it applied for the next merge window. Is > there something still blocking its acceptance? Let me know if it is > the case and I will do the necessary to make them fit. > > Miquel Raynal (9): > > dt-bindings: dmaengine: Introduce RZN1 dmamux bindings > > dt-bindings: clock: r9a06g032-sysctrl: Reference the DMAMUX subnode > > dt-bindings: dmaengine: Introduce RZN1 DMA compatible > > clk: renesas: r9a06g032: Export function to set dmamux > > dmaengine: dw: dmamux: Introduce RZN1 DMA router support > > clk: renesas: r9a06g032: Probe possible children > > dmaengine: dw: Add RZN1 compatible > > ARM: dts: r9a06g032: Add the two DMA nodes > > ARM: dts: r9a06g032: Describe the DMA router The DTS patches have been applied to renesas-devel, and have already made their way to soc/for-next. 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