From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751052AbeBILIF (ORCPT ); Fri, 9 Feb 2018 06:08:05 -0500 Received: from mail-wr0-f194.google.com ([209.85.128.194]:38815 "EHLO mail-wr0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbeBILIC (ORCPT ); Fri, 9 Feb 2018 06:08:02 -0500 X-Google-Smtp-Source: AH8x227jppiJuxMFJqXuFM2e0wI5HzDCC1XfnSbgPqsk3Tsg4/ztdVsqox6c/b52wz98eBOA9hQLpqa2DaDughCKDns= MIME-Version: 1.0 In-Reply-To: <20180209070026.193879-2-yixun.lan@amlogic.com> References: <20180209070026.193879-1-yixun.lan@amlogic.com> <20180209070026.193879-2-yixun.lan@amlogic.com> From: Philippe Ombredanne Date: Fri, 9 Feb 2018 12:07:20 +0100 Message-ID: Subject: Re: [PATCH 1/2] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings To: Yixun Lan Cc: Neil Armstrong , Jerome Brunet , Michael Turquette , Stephen Boyd , Rob Herring , Carlo Caione , Kevin Hilman , Philipp Zabel , Qiufang Dai , Jian Hu , linux-amlogic@lists.infradead.org, linux-clk@vger.kernel.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , LKML , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Feb 9, 2018 at 8:00 AM, Yixun Lan wrote: > Add dt-bindings headers for the Meson-AXG's AO clock and > reset controller. > > CC: > Signed-off-by: Yixun Lan > --- > include/dt-bindings/clock/axg-aoclkc.h | 26 ++++++++++++++++++++++++++ > include/dt-bindings/reset/axg-aoclkc.h | 20 ++++++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 include/dt-bindings/clock/axg-aoclkc.h > create mode 100644 include/dt-bindings/reset/axg-aoclkc.h > > diff --git a/include/dt-bindings/clock/axg-aoclkc.h b/include/dt-bindings/clock/axg-aoclkc.h > new file mode 100644 > index 000000000000..78683abb4247 > --- /dev/null > +++ b/include/dt-bindings/clock/axg-aoclkc.h > @@ -0,0 +1,26 @@ > +/* SPDX-License-Identifier: (GPL-2.0+ OR BSD) */ nit... BSD is not a valid license id as documented in LICENSES [1] : please use one of these: BSD-2-Clause or BSD-3-Clause Thank you! [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/LICENSES/preferred -- Cordially Philippe Ombredanne From mboxrd@z Thu Jan 1 00:00:00 1970 From: pombredanne@nexb.com (Philippe Ombredanne) Date: Fri, 9 Feb 2018 12:07:20 +0100 Subject: [PATCH 1/2] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings In-Reply-To: <20180209070026.193879-2-yixun.lan@amlogic.com> References: <20180209070026.193879-1-yixun.lan@amlogic.com> <20180209070026.193879-2-yixun.lan@amlogic.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Feb 9, 2018 at 8:00 AM, Yixun Lan wrote: > Add dt-bindings headers for the Meson-AXG's AO clock and > reset controller. > > CC: > Signed-off-by: Yixun Lan > --- > include/dt-bindings/clock/axg-aoclkc.h | 26 ++++++++++++++++++++++++++ > include/dt-bindings/reset/axg-aoclkc.h | 20 ++++++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 include/dt-bindings/clock/axg-aoclkc.h > create mode 100644 include/dt-bindings/reset/axg-aoclkc.h > > diff --git a/include/dt-bindings/clock/axg-aoclkc.h b/include/dt-bindings/clock/axg-aoclkc.h > new file mode 100644 > index 000000000000..78683abb4247 > --- /dev/null > +++ b/include/dt-bindings/clock/axg-aoclkc.h > @@ -0,0 +1,26 @@ > +/* SPDX-License-Identifier: (GPL-2.0+ OR BSD) */ nit... BSD is not a valid license id as documented in LICENSES [1] : please use one of these: BSD-2-Clause or BSD-3-Clause Thank you! [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/LICENSES/preferred -- Cordially Philippe Ombredanne From mboxrd@z Thu Jan 1 00:00:00 1970 From: pombredanne@nexb.com (Philippe Ombredanne) Date: Fri, 9 Feb 2018 12:07:20 +0100 Subject: [PATCH 1/2] dt-bindings: clock: reset: Add AXG AO Clock and Reset Bindings In-Reply-To: <20180209070026.193879-2-yixun.lan@amlogic.com> References: <20180209070026.193879-1-yixun.lan@amlogic.com> <20180209070026.193879-2-yixun.lan@amlogic.com> Message-ID: To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On Fri, Feb 9, 2018 at 8:00 AM, Yixun Lan wrote: > Add dt-bindings headers for the Meson-AXG's AO clock and > reset controller. > > CC: > Signed-off-by: Yixun Lan > --- > include/dt-bindings/clock/axg-aoclkc.h | 26 ++++++++++++++++++++++++++ > include/dt-bindings/reset/axg-aoclkc.h | 20 ++++++++++++++++++++ > 2 files changed, 46 insertions(+) > create mode 100644 include/dt-bindings/clock/axg-aoclkc.h > create mode 100644 include/dt-bindings/reset/axg-aoclkc.h > > diff --git a/include/dt-bindings/clock/axg-aoclkc.h b/include/dt-bindings/clock/axg-aoclkc.h > new file mode 100644 > index 000000000000..78683abb4247 > --- /dev/null > +++ b/include/dt-bindings/clock/axg-aoclkc.h > @@ -0,0 +1,26 @@ > +/* SPDX-License-Identifier: (GPL-2.0+ OR BSD) */ nit... BSD is not a valid license id as documented in LICENSES [1] : please use one of these: BSD-2-Clause or BSD-3-Clause Thank you! [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/LICENSES/preferred -- Cordially Philippe Ombredanne