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=-10.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 6D38FC432C3 for ; Thu, 14 Nov 2019 05:53:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 54D1B20718 for ; Thu, 14 Nov 2019 05:53:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573710817; bh=Xgz30iKxQRd0GmFUCyF7YPAyanz8lf1JP9Mom7yE9r4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ld9C7Il4NBRMPN6wVsnCRLeYIAgzGazhwHZgkVJ17LTJd1YYBnnvA9UtVtFZVpV8c FvRueqY28ceiIou0uk33gPoTI1g8CnJYJrJdhqpFcg/FsDcrjgxo7gGFT1zpG8q211 g3WVmD4P8xuBL4orsSKEjqVeuI+WjCa9YlwhZ9DA= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725807AbfKNFxh (ORCPT ); Thu, 14 Nov 2019 00:53:37 -0500 Received: from mail.kernel.org ([198.145.29.99]:55048 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725601AbfKNFxg (ORCPT ); Thu, 14 Nov 2019 00:53:36 -0500 Received: from localhost (unknown [124.219.31.93]) (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 0326D206EF; Thu, 14 Nov 2019 05:53:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573710814; bh=Xgz30iKxQRd0GmFUCyF7YPAyanz8lf1JP9Mom7yE9r4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=J0XNmZ15b70yc2XNpvkSuw2RpGI9ylJQi9gba9NNc2hgj10ACl+ju8gaDUcDC0iFF /aLH2/7VmLClSziGel24ZA0ABe50QYLZphMjNjc8+WVUyrJ9IEN/arvq0PZpmDa7Rg Y5OzFGHsIEGDRlLlNTewvRr623ZX8mQiR7juuA04= Date: Thu, 14 Nov 2019 13:53:21 +0800 From: Greg KH To: Amit Pundir Cc: Sasha Levin , Lee Jones , Stable , Jonas Gorski , Paul Burton , linux-mips@vger.kernel.org, Ralf Baechle , James Hogan , Florian Fainelli Subject: Re: [PATCH] MIPS: BCM63XX: fix switch core reset on BCM6368 Message-ID: <20191114055321.GA353293@kroah.com> References: <1573642620-31192-1-git-send-email-amit.pundir@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1573642620-31192-1-git-send-email-amit.pundir@linaro.org> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-mips-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Wed, Nov 13, 2019 at 04:27:00PM +0530, Amit Pundir wrote: > From: Jonas Gorski > > commit 8a38dacf87180738d42b058334c951eba15d2d47 upstream. > > The Ethernet Switch core mask was set to 0, causing the switch core to > be not reset on BCM6368 on boot. Provide the proper mask so the switch > core gets reset to a known good state. > > Fixes: 799faa626c71 ("MIPS: BCM63XX: add core reset helper") > Signed-off-by: Jonas Gorski > Signed-off-by: Paul Burton > Cc: linux-mips@vger.kernel.org > Cc: Ralf Baechle > Cc: James Hogan > Cc: Florian Fainelli > Signed-off-by: Amit Pundir > --- > Cherry-picked from lede/openwrt https://git.lede-project.org/?p=source.git. > Build tested on v4.{19,14,9,4}.y and v3.18.y for ARCH=mips bcm63xx_defconfig. Now queued up, thanks. greg k-h