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 D12F5C433E0 for ; Mon, 25 Jan 2021 14:31:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 8B24422240 for ; Mon, 25 Jan 2021 14:31:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729493AbhAYObH (ORCPT ); Mon, 25 Jan 2021 09:31:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:53882 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729441AbhAYOYa (ORCPT ); Mon, 25 Jan 2021 09:24:30 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id D935123102; Mon, 25 Jan 2021 14:23:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1611584629; bh=ovE4LpzpvxphrWmCFe1gDhMEb1FKhNFTwP40GDj5+h0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ENLFpAIKQk0uVFWgTWA13MA+wIhsdTjp6o2/kO2I674QTwov6SJ5jqSlyXaxoAJgM h+XsGz8flLZ+jDJljyWRIiESh3Lgw7vkBSVjoxkLXOEMFu91nWYc6t3TtcvUR5M/u+ 1uMaHEBx8gQEleo3Vg2gHMaNUTvxZzIel1PHd3IA= Date: Mon, 25 Jan 2021 15:23:46 +0100 From: gregkh To: Paul Cercueil Cc: Linus Walleij , stable , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, od@zcrc.me Subject: Re: [BACKPORT 5.4 PATCH] pinctrl: ingenic: Fix JZ4760 support Message-ID: References: <1611494593252195@kroah.com> <20210124134704.202931-1-paul@crapouillou.net> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Jan 24, 2021 at 01:49:32PM +0000, Paul Cercueil wrote: > > > Le dim. 24 janv. 2021 à 13:47, Paul Cercueil a écrit > : > > - JZ4760 and JZ4760B have a similar register layout as the JZ4740, and > > don't use the new register layout, which was introduced with the > > JZ4770 SoC and not the JZ4760 or JZ4760B SoCs. > > > > - The JZ4740 code path only expected two function modes to be > > configurable for each pin, and wouldn't work with more than two. Fix > > it for the JZ4760, which has four configurable function modes. > > Forgot to add the original commit ID: > 9a85c09a3f507b925d75cb0c7c8f364467038052 Thanks, now queued up. greg k-h