From mboxrd@z Thu Jan 1 00:00:00 1970 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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham 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 70FADC2B9F4 for ; Tue, 22 Jun 2021 23:27:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5060E608FE for ; Tue, 22 Jun 2021 23:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229751AbhFVX3d (ORCPT ); Tue, 22 Jun 2021 19:29:33 -0400 Received: from perceval.ideasonboard.com ([213.167.242.64]:55212 "EHLO perceval.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229501AbhFVX3d (ORCPT ); Tue, 22 Jun 2021 19:29:33 -0400 Received: from Monstersaurus.local (cpc89244-aztw30-2-0-cust3082.18-1.cable.virginm.net [86.31.172.11]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 95564A66; Wed, 23 Jun 2021 01:27:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1624404435; bh=qxeKyFDrDk0vRpyJBb/WTgyhmJ98KFXY4ZP9cDuOhEg=; h=From:To:Subject:Date:From; b=QEA5bu3w0G9XLnYVhgF2KtucELC5KSFw2e5/JxtvInq1Ul0v6XwxNIhUyq62IWwjj XJWrMhqbP8kEmCa0mKleN3YmbloETMfDozMDVpa4k4SPtQms5YXhRuNK6rmFOB4VvT ShiN1XZ0lIeLv2x6kSg3IvPI5zRCzT8nw9xRqXRw= From: Kieran Bingham To: Geert Uytterhoeven , Kieran Bingham , linux-renesas-soc@vger.kernel.org Subject: [PATCH 0/2] clk: renesas: r8a779a0: V3U DU support Date: Wed, 23 Jun 2021 00:27:09 +0100 Message-Id: <20210622232711.3219697-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Add support for the V3U DU by updating the required clock functionality. Kieran Bingham (2): clk: renesas: r8a779a0: Add the DU clock clk: renesas: r8a779a0: Add the DSI clocks drivers/clk/renesas/r8a779a0-cpg-mssr.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) -- 2.30.2