From patchwork Thu Nov 26 22:14:14 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Niklas_S=C3=B6derlund?= X-Patchwork-Id: 11934831 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-11.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D25F0C63777 for ; Thu, 26 Nov 2020 22:20:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6EAB32145D for ; Thu, 26 Nov 2020 22:20:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388893AbgKZWUi (ORCPT ); Thu, 26 Nov 2020 17:20:38 -0500 Received: from bin-mail-out-05.binero.net ([195.74.38.228]:21921 "EHLO bin-mail-out-05.binero.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387820AbgKZWUi (ORCPT ); Thu, 26 Nov 2020 17:20:38 -0500 X-Greylist: delayed 362 seconds by postgrey-1.27 at vger.kernel.org; Thu, 26 Nov 2020 17:20:37 EST X-Halon-ID: bfaf7366-3034-11eb-a78a-0050569116f7 Authorized-sender: niklas.soderlund@fsdn.se Received: from bismarck.berto.se (p4fca2458.dip0.t-ipconnect.de [79.202.36.88]) by bin-vsp-out-03.atm.binero.net (Halon) with ESMTPA id bfaf7366-3034-11eb-a78a-0050569116f7; Thu, 26 Nov 2020 23:14:30 +0100 (CET) From: =?utf-8?q?Niklas_S=C3=B6derlund?= To: Geert Uytterhoeven , linux-clk@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, =?utf-8?q?Niklas_S=C3=B6derlund?= Subject: [PATCH 0/2] clk: renesas: r8a779a0: Add clocks to support thermal Date: Thu, 26 Nov 2020 23:14:14 +0100 Message-Id: <20201126221416.3110341-1-niklas.soderlund+renesas@ragnatech.se> X-Mailer: git-send-email 2.29.2 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Hello, This series aims to add enough clocks to enable proper operation of the thermal IP block for V3U. The series have been tested on target together with other thermal enablement patches to prove operation of thermal. Niklas Söderlund (2): clk: renesas: r8a779a0: Add CP clock clk: renesas: r8a779a0: Add THS/TSC clock drivers/clk/renesas/r8a779a0-cpg-mssr.c | 3 +++ 1 file changed, 3 insertions(+)