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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 8B54CC433DB for ; Wed, 6 Jan 2021 16:51:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 42FBB23135 for ; Wed, 6 Jan 2021 16:51:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727534AbhAFQvZ (ORCPT ); Wed, 6 Jan 2021 11:51:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:55282 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727531AbhAFQvZ (ORCPT ); Wed, 6 Jan 2021 11:51:25 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 33EE12312F; Wed, 6 Jan 2021 16:50:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609951844; bh=Ms+9owRVzyKNnDg6RlMycvQP5wwQcnf3LmQxmWgIffU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j0XH5W+B82v3QcNXCkWcrkQ4GPCuslvK2NYoAZYkbF0ZUb0LW/6RQ/Phtf9OC6n7C 9RmdgncSLWVw+rq/H45vQEg+N0j/tUgwwdDqfONW/DDgYXPl5xmdEspGrcuvQmq5DF /JosNuBWAHKMm1hn6Hjg6OeaIPWFLJjAiR/7q+eI= Date: Wed, 6 Jan 2021 17:52:06 +0100 From: Greg Kroah-Hartman To: Rasmus Villemoes Cc: "stable@vger.kernel.org" , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , Alexandre Belloni Subject: Re: RTC pcf2127 fix for 5.10-stable Message-ID: References: <92f8f995-cd97-e978-c8d5-2093cd1fe16a@prevas.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <92f8f995-cd97-e978-c8d5-2093cd1fe16a@prevas.dk> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jan 05, 2021 at 12:00:15PM +0100, Rasmus Villemoes wrote: > Hi Greg > > Please consider adding > > commit 71ac13457d9d1007effde65b54818106b2c2b525 > Author: Uwe Kleine-König > Date: Fri Dec 18 11:10:54 2020 +0100 > > rtc: pcf2127: only use watchdog when explicitly available > > to the 5.10 stable queue. You will need the preparatory refactoring patch > > commit 5d78533a0c53af9659227c803df944ba27cd56e0 > Author: Uwe Kleine-König > Date: Thu Sep 24 12:52:55 2020 +0200 > > rtc: pcf2127: move watchdog initialisation to a separate function > > And if documentation is supposed to be kept up-to-date in the -stable > trees, you can pick > > commit 320d159e2d63a97a40f24cd6dfda5a57eec65b91 > Author: Rasmus Villemoes > Date: Fri Dec 18 11:10:53 2020 +0100 > > dt-bindings: rtc: add reset-source property Looks good, will go apply these, thanks. greg k-h