From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 17F7A7E for ; Mon, 25 Apr 2022 18:02:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 72054C385A7; Mon, 25 Apr 2022 18:02:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650909745; bh=wB6QZNYJ+oigdgmtL/ndlegdP8U81yYisNMbo36102Y=; h=Date:From:To:Cc:Subject:From; b=iaINlQhOetMw4ZQcRcyRzKjDu6PnAjZVThe3WnxFpHshtLNbYkOs31HD3B7trPAY7 4IPu4ID9sYoEjVwM6u14Hcat0R38AUTYQbRkd+oMa3u0Tq1z4pPtnkKYQOiC+T4NTw OGwGvL2uifMo1RGkMepLv+oYs6XQf5jXkKn+UZ2VBLa1mb3WXoVWNh2VJhzYnVJwrE MB6I/cGDF5nRuiqqNZ0RfCSvkyzf8+8PIK+FmaNtKa9UWQhBbAX7kV+qRPgxunUDxF WNFCZ8BoUqLqoUwKOuJxQr+1F4+JcPbPKq8/lb3YbL9FFIP5SL+RjDKbOE/Ywh3ulA vfz1fvegGAkoA== Date: Mon, 25 Apr 2022 20:02:21 +0200 From: Jernej Skrabec To: mturquette@baylibre.com, sboyd@kernel.org Cc: wens@csie.org, samuel@sholland.org, linux-clk@vger.kernel.org, linux-sunxi@lists.linux.dev Subject: [GIT PULL] Allwinner clock fixes for 4.18, take 2 Message-ID: Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi! Please pull following changes for current release. Best regards, Jernej The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17: Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-clk-fixes-for-5.18-2 for you to fetch changes up to f58ca215cda1975f77b2b762903684a3c101bec9: clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() (2022-04-25 19:50:53 +0200) ---------------------------------------------------------------- Add missing sentinel, check return value and mark rtc-32k as critical ---------------------------------------------------------------- Samuel Holland (1): clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical Wan Jiabing (1): clk: sunxi-ng: fix not NULL terminated coccicheck error Yang Yingliang (1): clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() drivers/clk/sunxi-ng/ccu-sun6i-rtc.c | 2 ++ drivers/clk/sunxi/clk-sun9i-mmc.c | 2 ++ 2 files changed, 4 insertions(+)