From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Date: Fri, 20 May 2016 07:50:53 +0000 Subject: [PATCH v2 0/2] ARM/arm64: renesas: Stop using drivers/sh/ Message-Id: <1463730655-16199-1-git-send-email-geert+renesas@glider.be> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Simon Horman , Magnus Damm Cc: Yoshinori Sato , Rich Felker , linux-renesas-soc@vger.kernel.org, linux-sh@vger.kernel.org, Geert Uytterhoeven Hi Simon, Magnus, Now CONFIG_PM and CONFIG_PM_GENERIC_DOMAINS are enabled unconditionally for Renesas ARM-based SoCs, the legacy clock domain is no longer used on these SoCs, and we can return drivers/sh/ to SuperH. Both patches were extracted from series "[PATCH 0/4] Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains", and updated, hence the v2. Note that this does break booting R-Car Gen2 boards using pre-v4.3 DTSes that don't have power-domains properties, as this relied on the legacy clock domain. Thanks! Geert Uytterhoeven (2): drivers: sh: Stop using the legacy clock domain on ARM MAINTAINERS: Drop drivers/sh/ for Renesas ARM MAINTAINERS | 1 - drivers/Makefile | 1 - drivers/sh/pm_runtime.c | 9 --------- 3 files changed, 11 deletions(-) -- 1.9.1 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 Return-Path: Received: from baptiste.telenet-ops.be ([195.130.132.51]:54724 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755486AbcETHu6 (ORCPT ); Fri, 20 May 2016 03:50:58 -0400 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm Cc: Yoshinori Sato , Rich Felker , linux-renesas-soc@vger.kernel.org, linux-sh@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH v2 0/2] ARM/arm64: renesas: Stop using drivers/sh/ Date: Fri, 20 May 2016 09:50:53 +0200 Message-Id: <1463730655-16199-1-git-send-email-geert+renesas@glider.be> Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hi Simon, Magnus, Now CONFIG_PM and CONFIG_PM_GENERIC_DOMAINS are enabled unconditionally for Renesas ARM-based SoCs, the legacy clock domain is no longer used on these SoCs, and we can return drivers/sh/ to SuperH. Both patches were extracted from series "[PATCH 0/4] Enable PM and PM_GENERIC_DOMAINS for SoCs with PM Domains", and updated, hence the v2. Note that this does break booting R-Car Gen2 boards using pre-v4.3 DTSes that don't have power-domains properties, as this relied on the legacy clock domain. Thanks! Geert Uytterhoeven (2): drivers: sh: Stop using the legacy clock domain on ARM MAINTAINERS: Drop drivers/sh/ for Renesas ARM MAINTAINERS | 1 - drivers/Makefile | 1 - drivers/sh/pm_runtime.c | 9 --------- 3 files changed, 11 deletions(-) -- 1.9.1 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