From: Rob Herring <robh@kernel.org>
To: Green Wan <green.wan@sifive.com>
Cc: linux-hackers@sifive.com, Green Wan <green.wan@sifive.com>,
Vinod Koul <vkoul@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>,
"Paul E. McKenney" <paulmck@linux.ibm.com>,
Yash Shah <yash.shah@sifive.com>, Bin Meng <bmeng.cn@gmail.com>,
Sagar Kadam <sagar.kadam@sifive.com>,
dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
Date: Wed, 9 Oct 2019 18:34:01 -0500 [thread overview]
Message-ID: <20191009233401.GA8805@bogus> (raw)
In-Reply-To: <20191003090945.29210-2-green.wan@sifive.com>
On Thu, 3 Oct 2019 17:09:01 +0800, Green Wan wrote:
> Add DT bindings document for Platform DMA(PDMA) driver of board,
> HiFive Unleashed Rev A00.
>
> Signed-off-by: Green Wan <green.wan@sifive.com>
> ---
> .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++++++++++++++++++
> 1 file changed, 55 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: Green Wan <green.wan@sifive.com>
Cc: devicetree@vger.kernel.org, Bin Meng <bmeng.cn@gmail.com>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Yash Shah <yash.shah@sifive.com>,
Green Wan <green.wan@sifive.com>,
linux-kernel@vger.kernel.org, Vinod Koul <vkoul@kernel.org>,
Sagar Kadam <sagar.kadam@sifive.com>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>,
dmaengine@vger.kernel.org, linux-hackers@sifive.com,
linux-riscv@lists.infradead.org,
"Paul E. McKenney" <paulmck@linux.ibm.com>,
"David S. Miller" <davem@davemloft.net>
Subject: Re: [PATCH v4 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
Date: Wed, 9 Oct 2019 18:34:01 -0500 [thread overview]
Message-ID: <20191009233401.GA8805@bogus> (raw)
In-Reply-To: <20191003090945.29210-2-green.wan@sifive.com>
On Thu, 3 Oct 2019 17:09:01 +0800, Green Wan wrote:
> Add DT bindings document for Platform DMA(PDMA) driver of board,
> HiFive Unleashed Rev A00.
>
> Signed-off-by: Green Wan <green.wan@sifive.com>
> ---
> .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++++++++++++++++++
> 1 file changed, 55 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
_______________________________________________
linux-riscv mailing list
linux-riscv@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-riscv
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
Cc: linux-hackers@sifive.com, Green Wan <green.wan@sifive.com>,
Vinod Koul <vkoul@kernel.org>,
"David S. Miller" <davem@davemloft.net>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>,
"Paul E. McKenney" <paulmck@linux.ibm.com>,
Yash Shah <yash.shah@sifive.com>, Bin Meng <bmeng.cn@gmail.com>,
Sagar Kadam <sagar.kadam@sifive.com>,
dmaengine@vger.kernel.org, devicetree@vger.kernel.org,
linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v4 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA
Date: Wed, 9 Oct 2019 18:34:01 -0500 [thread overview]
Message-ID: <20191009233401.GA8805@bogus> (raw)
In-Reply-To: <20191003090945.29210-2-green.wan@sifive.com>
On Thu, 3 Oct 2019 17:09:01 +0800, Green Wan wrote:
> Add DT bindings document for Platform DMA(PDMA) driver of board,
> HiFive Unleashed Rev A00.
>
> Signed-off-by: Green Wan <green.wan@sifive.com>
> ---
> .../bindings/dma/sifive,fu540-c000-pdma.yaml | 55 +++++++++++++++++++
> 1 file changed, 55 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/dma/sifive,fu540-c000-pdma.yaml
>
Reviewed-by: Rob Herring <robh@kernel.org>
next prev parent reply other threads:[~2019-10-09 23:34 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-03 9:09 [PATCH v4 0/4] dmaengine: sf-pdma: Add platform dma driver Green Wan
2019-10-03 9:09 ` Green Wan
2019-10-03 9:09 ` [PATCH v4 1/4] dt-bindings: dmaengine: sf-pdma: add bindins for SiFive PDMA Green Wan
2019-10-03 9:09 ` Green Wan
2019-10-09 23:34 ` Rob Herring [this message]
2019-10-09 23:34 ` Rob Herring
2019-10-09 23:34 ` Rob Herring
2019-10-03 9:09 ` [PATCH v4 2/4] riscv: dts: add support for PDMA device of HiFive Unleashed Rev A00 Green Wan
2019-10-03 9:09 ` Green Wan
2019-10-03 9:09 ` [PATCH v4 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00 Green Wan
2019-10-03 9:09 ` Green Wan
2019-10-13 13:04 ` kbuild test robot
2019-10-13 13:04 ` kbuild test robot
2019-10-13 13:04 ` kbuild test robot
2019-10-13 13:04 ` kbuild test robot
2019-10-13 13:04 ` [RFC PATCH] dmaengine: sf-pdma: sf_pdma_disclaim_chan() can be static kbuild test robot
2019-10-13 13:04 ` kbuild test robot
2019-10-13 13:04 ` kbuild test robot
2019-10-13 13:04 ` kbuild test robot
2019-10-20 13:59 ` [PATCH v4 3/4] dmaengine: sf-pdma: add platform DMA support for HiFive Unleashed A00 Vinod Koul
2019-10-20 13:59 ` Vinod Koul
2019-10-03 9:09 ` [PATCH v4 4/4] MAINTAINERS: Add Green as SiFive PDMA driver maintainer Green Wan
2019-10-03 9:09 ` Green Wan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191009233401.GA8805@bogus \
--to=robh@kernel.org \
--cc=Jonathan.Cameron@huawei.com \
--cc=bmeng.cn@gmail.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=green.wan@sifive.com \
--cc=gregkh@linuxfoundation.org \
--cc=linux-hackers@sifive.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-riscv@lists.infradead.org \
--cc=paulmck@linux.ibm.com \
--cc=sagar.kadam@sifive.com \
--cc=vkoul@kernel.org \
--cc=yash.shah@sifive.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.