From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Elder Subject: Re: [PATCH v2 02/17] dt-bindings: soc: qcom: add IPA bindings Date: Mon, 10 Jun 2019 21:11:38 -0500 Message-ID: References: <20190531035348.7194-1-elder@linaro.org> <20190531035348.7194-3-elder@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring , Alex Elder Cc: David Miller , Arnd Bergmann , Bjorn Andersson , Ilias Apalodimas , Mark Rutland , devicetree@vger.kernel.org, Evan Green , Ben Chan , Eric Caruso , cpratapa@codeaurora.org, syadagir@codeaurora.org, subashab@codeaurora.org, abhishek.esse@gmail.com, netdev , "linux-kernel@vger.kernel.org" , "open list:ARM/QUALCOMM SUPPORT" , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , linux-arm-msm List-Id: devicetree@vger.kernel.org On 6/10/19 5:08 PM, Rob Herring wrote: > On Thu, May 30, 2019 at 9:53 PM Alex Elder wrote: >> >> Add the binding definitions for the "qcom,ipa" device tree node. >> >> Signed-off-by: Alex Elder >> --- >> .../devicetree/bindings/net/qcom,ipa.yaml | 180 ++++++++++++++++++ >> 1 file changed, 180 insertions(+) >> create mode 100644 Documentation/devicetree/bindings/net/qcom,ipa.yaml >> >> diff --git a/Documentation/devicetree/bindings/net/qcom,ipa.yaml b/Documentation/devicetree/bindings/net/qcom,ipa.yaml >> new file mode 100644 >> index 000000000000..0037fc278a61 >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/net/qcom,ipa.yaml >> @@ -0,0 +1,180 @@ >> +# SPDX-License-Identifier: GPL-2.0 > > New bindings are preferred to be dual GPL-2.0 and BSD-2-Clause. But > that's really a decision for the submitter. Thanks Rob. I'll ask Qualcomm if there's any problem with doing that; I presume not. If I re-submit this with dual copyright, I will include your Reviewed-by despite the change, OK? -Alex > > Reviewed-by: Rob Herring >