From mboxrd@z Thu Jan 1 00:00:00 1970 From: sboyd@codeaurora.org (Stephen Boyd) Date: Thu, 2 Jul 2015 14:54:48 -0700 Subject: [PATCH v2 8/9] clk: rockchip: add dt-binding header for rk3368 In-Reply-To: <1434637116-17124-9-git-send-email-heiko@sntech.de> References: <1434637116-17124-1-git-send-email-heiko@sntech.de> <1434637116-17124-9-git-send-email-heiko@sntech.de> Message-ID: <20150702215448.GJ4301@codeaurora.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 06/18, Heiko Stuebner wrote: > diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h > new file mode 100644 > index 0000000..6280753 > --- /dev/null > +++ b/include/dt-bindings/clock/rk3368-cru.h > @@ -0,0 +1,379 @@ > +/* > + * Copyright (c) 2015 Heiko Stuebner > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ Add some include guards? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Thu, 2 Jul 2015 14:54:48 -0700 From: Stephen Boyd To: Heiko Stuebner Cc: mturquette@linaro.org, linux-clk@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2 8/9] clk: rockchip: add dt-binding header for rk3368 Message-ID: <20150702215448.GJ4301@codeaurora.org> References: <1434637116-17124-1-git-send-email-heiko@sntech.de> <1434637116-17124-9-git-send-email-heiko@sntech.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <1434637116-17124-9-git-send-email-heiko@sntech.de> List-ID: On 06/18, Heiko Stuebner wrote: > diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h > new file mode 100644 > index 0000000..6280753 > --- /dev/null > +++ b/include/dt-bindings/clock/rk3368-cru.h > @@ -0,0 +1,379 @@ > +/* > + * Copyright (c) 2015 Heiko Stuebner > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ Add some include guards? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [PATCH v2 8/9] clk: rockchip: add dt-binding header for rk3368 Date: Thu, 2 Jul 2015 14:54:48 -0700 Message-ID: <20150702215448.GJ4301@codeaurora.org> References: <1434637116-17124-1-git-send-email-heiko@sntech.de> <1434637116-17124-9-git-send-email-heiko@sntech.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline In-Reply-To: <1434637116-17124-9-git-send-email-heiko-4mtYJXux2i+zQB+pC5nmwQ@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+glpar-linux-rockchip=m.gmane.org-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org To: Heiko Stuebner Cc: linux-rockchip-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, mturquette-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org, linux-clk-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-rockchip.vger.kernel.org On 06/18, Heiko Stuebner wrote: > diff --git a/include/dt-bindings/clock/rk3368-cru.h b/include/dt-bindings/clock/rk3368-cru.h > new file mode 100644 > index 0000000..6280753 > --- /dev/null > +++ b/include/dt-bindings/clock/rk3368-cru.h > @@ -0,0 +1,379 @@ > +/* > + * Copyright (c) 2015 Heiko Stuebner > + * > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software Foundation; either version 2 of the License, or > + * (at your option) any later version. > + * > + * This program is distributed in the hope that it will be useful, > + * but WITHOUT ANY WARRANTY; without even the implied warranty of > + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the > + * GNU General Public License for more details. > + */ Add some include guards? -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project