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=-22.0 required=3.0 tests=BAYES_00,INCLUDES_PATCH, INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,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 AEBABC433FE for ; Fri, 11 Dec 2020 07:14:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 74966239E5 for ; Fri, 11 Dec 2020 07:14:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389548AbgLKHNW (ORCPT ); Fri, 11 Dec 2020 02:13:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:58442 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2390203AbgLKHMs (ORCPT ); Fri, 11 Dec 2020 02:12:48 -0500 From: Stephen Boyd Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: Linus Torvalds Cc: Michael Turquette , linux-clk@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] clk fixes for v5.10-rc7 Date: Thu, 10 Dec 2020 23:12:07 -0800 Message-Id: <20201211071207.3828638-1-sboyd@kernel.org> X-Mailer: git-send-email 2.29.2.576.ga3fc446d84-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org The following changes since commit c277ca155d2f0028a5c79708426d3f79b54a5fc1: clk: imx8m: fix bus critical clk registration (2020-11-04 17:13:12 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git tags/clk-fixes-for-linus for you to fetch changes up to ceabbf94c317c6175dee6e91805fca4a6353745a: clk: renesas: r9a06g032: Drop __packed for portability (2020-12-07 13:58:49 -0800) ---------------------------------------------------------------- Two small clk driver build fixes - Remove __packed from a Renesas struct to improve portability - Fix a linking problem with i.MX when config options don't agree ---------------------------------------------------------------- Dong Aisheng (1): clk: imx: scu: fix MXC_CLK_SCU module build break Geert Uytterhoeven (1): clk: renesas: r9a06g032: Drop __packed for portability drivers/clk/imx/Kconfig | 4 ++-- drivers/clk/renesas/r9a06g032-clocks.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) -- https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git/ https://git.kernel.org/pub/scm/linux/kernel/git/sboyd/spmi.git