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.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 7BA61C43603 for ; Mon, 16 Dec 2019 15:42:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44B34206E0 for ; Mon, 16 Dec 2019 15:42:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576510958; bh=mkQvZm0uC15Hnw7IIu7YuQQcSZSkqqDlHPtwfw1xq2U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=PSG1qO7tuRPVhr9ElmzMnFbGHcNYwnrVxavMf6rLz2NRuI5mKL3087zou+vnyEo53 728KfRd4J0rz9JXKyiWnIGU1Mk5X4xl91BykfyjpagtrxOaRX/F6bL5Bar1akumyK0 xO8WCjOeM6dqIyYOC2KNW8aCtCCUdL2+jrnrIXhE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728355AbfLPPmh (ORCPT ); Mon, 16 Dec 2019 10:42:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:50632 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728322AbfLPPmh (ORCPT ); Mon, 16 Dec 2019 10:42:37 -0500 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D3EF720665; Mon, 16 Dec 2019 15:42:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1576510957; bh=mkQvZm0uC15Hnw7IIu7YuQQcSZSkqqDlHPtwfw1xq2U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=x3RldMA6mflVi/XE+5VP1oL1n09dPaSFhb9Hcm8l2vQAxUZoTufCAsJnPQ8W+SMzq yjoyshDbjqLy9xhckA+RkGp8/d161MrRqfPnjVX5lZaiXpNlFhuHtFnWN36l2C40tI jDWlnuW+xFXBJk48b1gVqkW4JyIW4eGv+KndUk58= Date: Mon, 16 Dec 2019 10:42:35 -0500 From: Sasha Levin To: gregkh@linuxfoundation.org Cc: d.schultz@phytec.de, chenjh@rock-chips.com, heiko@sntech.de, lee.jones@linaro.org, zhangqing@rock-chips.com, stable@vger.kernel.org Subject: Re: FAILED: patch "[PATCH] mfd: rk808: Fix RK818 ID template" failed to apply to 4.19-stable tree Message-ID: <20191216154235.GE17708@sasha-vm> References: <1576497605185176@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <1576497605185176@kroah.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Dec 16, 2019 at 01:00:05PM +0100, gregkh@linuxfoundation.org wrote: > >The patch below does not apply to the 4.19-stable tree. >If someone wants it applied there, or to any other stable or longterm >tree, then please email the backport, including the original git commit >id to . > >thanks, > >greg k-h > >------------------ original commit in Linus's tree ------------------ > >>From 37ef8c2c15bdc1322b160e38986c187de2b877b2 Mon Sep 17 00:00:00 2001 >From: Daniel Schultz >Date: Tue, 17 Sep 2019 10:12:53 +0200 >Subject: [PATCH] mfd: rk808: Fix RK818 ID template > >The Rockchip PMIC driver can automatically detect connected component >versions by reading the ID_MSB and ID_LSB registers. The probe function >will always fail with RK818 PMICs because the ID_MSK is 0xFFF0 and the >RK818 template ID is 0x8181. > >This patch changes this value to 0x8180. > >Fixes: 9d6105e19f61 ("mfd: rk808: Fix up the chip id get failed") >Cc: stable@vger.kernel.org >Cc: Elaine Zhang >Cc: Joseph Chen >Signed-off-by: Daniel Schultz >Signed-off-by: Heiko Stuebner >Signed-off-by: Lee Jones Adjusted context for missing 586c1b4125b3 ("mfd: rk808: Add RK817 and RK809 support") and queued for 4.19 and 4.14. -- Thanks, Sasha