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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 87BD5C433EF for ; Mon, 25 Apr 2022 23:48:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232970AbiDYXvx (ORCPT ); Mon, 25 Apr 2022 19:51:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42778 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229717AbiDYXvw (ORCPT ); Mon, 25 Apr 2022 19:51:52 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 67086E49FF for ; Mon, 25 Apr 2022 16:48:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 206FCB81B84 for ; Mon, 25 Apr 2022 23:48:46 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9FDFC385A9; Mon, 25 Apr 2022 23:48:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650930524; bh=tUUuiAFPaMgRSJByGoGe+z0kBD778AoJmtWJqA6I9+U=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=erJCa6LOMAbEBaHkVL5faM1SZk8nJDLgBtuqTR8ozKO6UPSAZxMD03W4Y+TJsEpqL r5TDGoEJZAJ5zow455YvZTPuF8HZGJHTvcjDAhfmpv+Dgu3iFWoYuExcxD0Ik/+Qmf bCbueSfJMdOyiKUo9sHQoRH3KuaixhO02bN6GsVrBMoCtulCWjv0uAg7fvE+jRKjXd A2mCejTrRaK+YI97J17ziOUiJFhP2FkW+mMoivkrz7MvFpTRZWxTcxbLWaA8n/aeEg LbdO+aJpFNuh+STK+bryg0dnA/j32QXjgEFBqvOfLt/NMRR+Bys2BnHcdE4jVUASUB lu77nPIkyAmDw== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: References: Subject: Re: [GIT PULL] Allwinner clock fixes for 4.18, take 2 From: Stephen Boyd Cc: wens@csie.org, samuel@sholland.org, linux-clk@vger.kernel.org, linux-sunxi@lists.linux.dev To: Jernej Skrabec , mturquette@baylibre.com Date: Mon, 25 Apr 2022 16:48:42 -0700 User-Agent: alot/0.10 Message-Id: <20220425234844.A9FDFC385A9@smtp.kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Jernej Skrabec (2022-04-25 11:02:21) > Hi! >=20 > Please pull following changes for current release. >=20 > Best regards, > Jernej >=20 > The following changes since commit 3123109284176b1532874591f7c81f3837bbdc= 17: >=20 > Linux 5.18-rc1 (2022-04-03 14:08:21 -0700) >=20 > are available in the Git repository at: >=20 > https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/su= nxi-clk-fixes-for-5.18-2 >=20 > for you to fetch changes up to f58ca215cda1975f77b2b762903684a3c101bec9: >=20 > clk: sunxi: sun9i-mmc: check return value after calling platform_get_re= source() (2022-04-25 19:50:53 +0200) >=20 > ---------------------------------------------------------------- Thanks. Pulled into clk-fixes.