From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753734AbcKBIJT (ORCPT ); Wed, 2 Nov 2016 04:09:19 -0400 Received: from mail-it0-f65.google.com ([209.85.214.65]:33350 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752199AbcKBIJR (ORCPT ); Wed, 2 Nov 2016 04:09:17 -0400 MIME-Version: 1.0 In-Reply-To: <722d91fe-574a-8613-34ff-d44be19157be@cogentembedded.com> References: <1477055857-17936-1-git-send-email-geert+renesas@glider.be> <1477055857-17936-21-git-send-email-geert+renesas@glider.be> <722d91fe-574a-8613-34ff-d44be19157be@cogentembedded.com> From: Geert Uytterhoeven Date: Wed, 2 Nov 2016 09:09:15 +0100 X-Google-Sender-Auth: gbkVI9QgokuMZvi7JQVpISTG8XU Message-ID: Subject: Re: [PATCH v4 20/23] ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driver To: Sergei Shtylyov Cc: Geert Uytterhoeven , Philipp Zabel , Michael Turquette , Stephen Boyd , Simon Horman , Magnus Damm , "devicetree@vger.kernel.org" , Linux-Renesas , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" 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 Tue, Nov 1, 2016 at 2:35 PM, Sergei Shtylyov wrote: >> --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c >> +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c > > [...] >> >> @@ -130,7 +129,7 @@ void __init rcar_gen2_timer_init(void) >> iounmap(base); >> #endif /* CONFIG_ARM_ARCH_TIMER */ >> >> - rcar_gen2_clocks_init(mode); >> + of_clk_init(NULL); >> clocksource_probe(); >> } >> > > This hunk no longer applies to devel. Indeed, but I can't update it, as we can't have all mach-shmobile changes in the clock tree. So Simon will have to resolve the conflict later. 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH v4 20/23] ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driver Date: Wed, 2 Nov 2016 09:09:15 +0100 Message-ID: References: <1477055857-17936-1-git-send-email-geert+renesas@glider.be> <1477055857-17936-21-git-send-email-geert+renesas@glider.be> <722d91fe-574a-8613-34ff-d44be19157be@cogentembedded.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <722d91fe-574a-8613-34ff-d44be19157be@cogentembedded.com> Sender: linux-kernel-owner@vger.kernel.org To: Sergei Shtylyov Cc: Geert Uytterhoeven , Philipp Zabel , Michael Turquette , Stephen Boyd , Simon Horman , Magnus Damm , "devicetree@vger.kernel.org" , Linux-Renesas , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" List-Id: devicetree@vger.kernel.org On Tue, Nov 1, 2016 at 2:35 PM, Sergei Shtylyov wrote: >> --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c >> +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c > > [...] >> >> @@ -130,7 +129,7 @@ void __init rcar_gen2_timer_init(void) >> iounmap(base); >> #endif /* CONFIG_ARM_ARCH_TIMER */ >> >> - rcar_gen2_clocks_init(mode); >> + of_clk_init(NULL); >> clocksource_probe(); >> } >> > > This hunk no longer applies to devel. Indeed, but I can't update it, as we can't have all mach-shmobile changes in the clock tree. So Simon will have to resolve the conflict later. 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Wed, 2 Nov 2016 09:09:15 +0100 Subject: [PATCH v4 20/23] ARM: shmobile: rcar-gen2: Stop passing mode pins state to clock driver In-Reply-To: <722d91fe-574a-8613-34ff-d44be19157be@cogentembedded.com> References: <1477055857-17936-1-git-send-email-geert+renesas@glider.be> <1477055857-17936-21-git-send-email-geert+renesas@glider.be> <722d91fe-574a-8613-34ff-d44be19157be@cogentembedded.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Nov 1, 2016 at 2:35 PM, Sergei Shtylyov wrote: >> --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c >> +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c > > [...] >> >> @@ -130,7 +129,7 @@ void __init rcar_gen2_timer_init(void) >> iounmap(base); >> #endif /* CONFIG_ARM_ARCH_TIMER */ >> >> - rcar_gen2_clocks_init(mode); >> + of_clk_init(NULL); >> clocksource_probe(); >> } >> > > This hunk no longer applies to devel. Indeed, but I can't update it, as we can't have all mach-shmobile changes in the clock tree. So Simon will have to resolve the conflict later. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at 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