From patchwork Wed Dec 5 15:39:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 10714441 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id BECA0157A for ; Wed, 5 Dec 2018 15:40:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AFB252D598 for ; Wed, 5 Dec 2018 15:40:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A40992D60A; Wed, 5 Dec 2018 15:40:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 163C02D604 for ; Wed, 5 Dec 2018 15:40:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728000AbeLEPkG (ORCPT ); Wed, 5 Dec 2018 10:40:06 -0500 Received: from xavier.telenet-ops.be ([195.130.132.52]:46374 "EHLO xavier.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727195AbeLEPjv (ORCPT ); Wed, 5 Dec 2018 10:39:51 -0500 Received: from ramsan ([84.194.111.163]) by xavier.telenet-ops.be with bizsmtp id 8Ffo1z00J3XaVaC01Ffots; Wed, 05 Dec 2018 16:39:49 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1gUZHA-0001yR-5j; Wed, 05 Dec 2018 16:39:48 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1gUZHA-0003aq-3f; Wed, 05 Dec 2018 16:39:48 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm , Yoshihiro Shimoda Cc: linux-renesas-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/4] soc: renesas: rcar-sysc: Miscellaneous fixes and cleanups Date: Wed, 5 Dec 2018 16:39:41 +0100 Message-Id: <20181205153945.13767-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Simon, Magnus, This series (against renesas-devel-20181204-v4.20-rc5) contains miscellaneous fixes and cleanups for the R-Car SYSC driver. This has been tested on R-Car Gen2 (H2 and M2-W) and R-Car Gen3 (H3 ES1.0, H3 ES2.0, M3-W, M3-N, D3, E3, and V3M) (without 3DG). This not been tested on R-Car H1 and R-Car V3H. Thanks! Geert Uytterhoeven (4): soc: renesas: r8a77990-sysc: Fix initialization order of 3DG-{A,B} soc: renesas: rcar-sysc: Remove rcar_sysc_power_{down,up}() helpers soc: renesas: rcar-sysc: Merge PM Domain registration and linking soc: renesas: rcar-sysc: Fix power domain control after system resume drivers/soc/renesas/r8a77990-sysc.c | 23 ++-------- drivers/soc/renesas/rcar-sysc.c | 65 ++++++++--------------------- 2 files changed, 22 insertions(+), 66 deletions(-)