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 5B4FFC74A5B for ; Wed, 29 Mar 2023 09:02:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230150AbjC2JCj (ORCPT ); Wed, 29 Mar 2023 05:02:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34992 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230193AbjC2JCe (ORCPT ); Wed, 29 Mar 2023 05:02:34 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 104844490; Wed, 29 Mar 2023 02:02:04 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 9EA7261C04; Wed, 29 Mar 2023 09:01:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7EBDAC433D2; Wed, 29 Mar 2023 09:01:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680080496; bh=uPahMJ4y9euWngEtuJcPodqtosHgcr2IzBxPNbo0yQc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M4cevX5jveBKVTBBED49BC8ZZ1bQNvH8pBy2Rv+CXL/fVKY+uSi9UO7apcTHQjn0G dKlk6Fz7AsGe2oqyyUxi2YsxIjLiOxJJ+zkEJ21hNrwiQ8ADkA8zWoS9kNiRlP2cK0 daHMlXx7DyeFSGhQF4O0taL7PWUVJ6WnRDZ8m2H4= Date: Wed, 29 Mar 2023 11:01:33 +0200 From: Greg Kroah-Hartman To: Biju Das Cc: Geert Uytterhoeven , Jiri Slaby , Yoshinori Sato , "linux-serial@vger.kernel.org" , Prabhakar Mahadev Lad , "linux-renesas-soc@vger.kernel.org" , "stable@vger.kernel.org" Subject: Re: [PATCH v4 2/5] tty: serial: sh-sci: Fix Rx on RZ/G2L SCI Message-ID: References: <20230321114753.75038-1-biju.das.jz@bp.renesas.com> <20230321114753.75038-3-biju.das.jz@bp.renesas.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 28, 2023 at 11:32:38AM +0000, Biju Das wrote: > Hi Geert, > > Thanks for the feedback. > > > Subject: Re: [PATCH v4 2/5] tty: serial: sh-sci: Fix Rx on RZ/G2L SCI > > > > On Tue, Mar 21, 2023 at 12:48 PM Biju Das > > wrote: > > > SCI IP on RZ/G2L alike SoCs do not need regshift compared to other SCI > > > IPs on the SH platform. Currently, it does regshift and configuring Rx > > > wrongly. Drop adding regshift for RZ/G2L alike SoCs. > > > > > > Fixes: dfc80387aefb ("serial: sh-sci: Compute the regshift value for > > > SCI ports") > > > Cc: stable@vger.kernel.org > > > Signed-off-by: Biju Das > > > --- > > > v3->v4: > > > * Updated the fixes tag > > > * Replaced sci_port->is_rz_sci with dev->dev.of_node as regshift are only > > needed > > > for sh770x/sh7750/sh7760, which don't use DT yet. > > > * Dropped is_rz_sci variable from struct sci_port. > > > > Reviewed-by: Geert Uytterhoeven > > > > One can wonder how this ever worked on DT-based H8/300... > > Yep, it is interesting to see whether SCI ever worked on DT-based H8/300 > Assuming it has same register layout as RZ/G2L SoC. This is already in Linus's tree now, right? confused, greg k-h