From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Date: Mon, 04 Jul 2016 16:12:23 +0000 Subject: Re: [PATCH v4 14/22] sh: SH7751 core dtsi Message-Id: <87k2h12xi0.wl-ysato@users.sourceforge.jp> List-Id: References: <1467207667-15768-1-git-send-email-ysato@users.sourceforge.jp> <1467207667-15768-15-git-send-email-ysato@users.sourceforge.jp> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Geert Uytterhoeven Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Linux-sh list , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" On Mon, 04 Jul 2016 16:15:31 +0900, Geert Uytterhoeven wrote: > > Hi Sato-san, > > On Wed, Jun 29, 2016 at 3:40 PM, Yoshinori Sato > wrote: > > --- /dev/null > > +++ b/include/dt-bindings/clock/renesas-sh7750.h > > @@ -0,0 +1,26 @@ > > +/* > > + * Copyright (C) 2016 Yoshinori Sato > > + * > > + * 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. > > + */ > > +#ifndef __DT_BINDINGS_CLOCK_RENESAS_SH7750_H__ > > +#define __DT_BINDINGS_CLOCK_RENESAS_SH7750_H__ > > + > > +#define SH7750_CLK_SCI 0 > > +#define SH7750_CLK_RTC 1 > > +#define SH7750_CLK_TMU0 2 > > +#define SH7750_CLK_TMU1 3 > > +#define SH7750_CLK_TMU2 4 > > +#define SH7750_CLK_SCIF 5 > > +#define SH7750_CLK_DMAC 6 > > +#define SH7750_CLK_UBC 7 > > +#define SH7750_CLK_SQ 8 > > +#define SH7750_CLK_INTC 9 > > +#define SH7750_CLK_TMU3 10 > > +#define SH7750_CLK_TMU4 11 > > +#define SH7750_CLK_PCIC 12 > > Looking at the table in drivers/clk/sh/clk-sh7750cpg.c, SH7750_CLK_CORE seems > to be missing? Yes. I forgot it. > > + > > +#endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */ > > Relic from the Renesas CPG/MSSR driver. OK. > 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 -- Yoshinori Sato From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753322AbcGDQMb (ORCPT ); Mon, 4 Jul 2016 12:12:31 -0400 Received: from mail1.asahi-net.or.jp ([202.224.39.197]:39030 "EHLO mail1.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751294AbcGDQM0 (ORCPT ); Mon, 4 Jul 2016 12:12:26 -0400 Date: Tue, 05 Jul 2016 01:12:23 +0900 Message-ID: <87k2h12xi0.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: Geert Uytterhoeven Cc: "devicetree@vger.kernel.org" , Linux-sh list , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 14/22] sh: SH7751 core dtsi In-Reply-To: References: <1467207667-15768-1-git-send-email-ysato@users.sourceforge.jp> <1467207667-15768-15-git-send-email-ysato@users.sourceforge.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/24.5 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 04 Jul 2016 16:15:31 +0900, Geert Uytterhoeven wrote: > > Hi Sato-san, > > On Wed, Jun 29, 2016 at 3:40 PM, Yoshinori Sato > wrote: > > --- /dev/null > > +++ b/include/dt-bindings/clock/renesas-sh7750.h > > @@ -0,0 +1,26 @@ > > +/* > > + * Copyright (C) 2016 Yoshinori Sato > > + * > > + * 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. > > + */ > > +#ifndef __DT_BINDINGS_CLOCK_RENESAS_SH7750_H__ > > +#define __DT_BINDINGS_CLOCK_RENESAS_SH7750_H__ > > + > > +#define SH7750_CLK_SCI 0 > > +#define SH7750_CLK_RTC 1 > > +#define SH7750_CLK_TMU0 2 > > +#define SH7750_CLK_TMU1 3 > > +#define SH7750_CLK_TMU2 4 > > +#define SH7750_CLK_SCIF 5 > > +#define SH7750_CLK_DMAC 6 > > +#define SH7750_CLK_UBC 7 > > +#define SH7750_CLK_SQ 8 > > +#define SH7750_CLK_INTC 9 > > +#define SH7750_CLK_TMU3 10 > > +#define SH7750_CLK_TMU4 11 > > +#define SH7750_CLK_PCIC 12 > > Looking at the table in drivers/clk/sh/clk-sh7750cpg.c, SH7750_CLK_CORE seems > to be missing? Yes. I forgot it. > > + > > +#endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */ > > Relic from the Renesas CPG/MSSR driver. OK. > 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 -- Yoshinori Sato From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yoshinori Sato Subject: Re: [PATCH v4 14/22] sh: SH7751 core dtsi Date: Tue, 05 Jul 2016 01:12:23 +0900 Message-ID: <87k2h12xi0.wl-ysato@users.sourceforge.jp> References: <1467207667-15768-1-git-send-email-ysato@users.sourceforge.jp> <1467207667-15768-15-git-send-email-ysato@users.sourceforge.jp> Mime-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Geert Uytterhoeven Cc: "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Linux-sh list , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: devicetree@vger.kernel.org On Mon, 04 Jul 2016 16:15:31 +0900, Geert Uytterhoeven wrote: > > Hi Sato-san, > > On Wed, Jun 29, 2016 at 3:40 PM, Yoshinori Sato > wrote: > > --- /dev/null > > +++ b/include/dt-bindings/clock/renesas-sh7750.h > > @@ -0,0 +1,26 @@ > > +/* > > + * Copyright (C) 2016 Yoshinori Sato > > + * > > + * 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. > > + */ > > +#ifndef __DT_BINDINGS_CLOCK_RENESAS_SH7750_H__ > > +#define __DT_BINDINGS_CLOCK_RENESAS_SH7750_H__ > > + > > +#define SH7750_CLK_SCI 0 > > +#define SH7750_CLK_RTC 1 > > +#define SH7750_CLK_TMU0 2 > > +#define SH7750_CLK_TMU1 3 > > +#define SH7750_CLK_TMU2 4 > > +#define SH7750_CLK_SCIF 5 > > +#define SH7750_CLK_DMAC 6 > > +#define SH7750_CLK_UBC 7 > > +#define SH7750_CLK_SQ 8 > > +#define SH7750_CLK_INTC 9 > > +#define SH7750_CLK_TMU3 10 > > +#define SH7750_CLK_TMU4 11 > > +#define SH7750_CLK_PCIC 12 > > Looking at the table in drivers/clk/sh/clk-sh7750cpg.c, SH7750_CLK_CORE seems > to be missing? Yes. I forgot it. > > + > > +#endif /* __DT_BINDINGS_CLOCK_RENESAS_CPG_MSSR_H__ */ > > Relic from the Renesas CPG/MSSR driver. OK. > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.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 -- Yoshinori Sato -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html