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 7A575C433F5 for ; Thu, 14 Apr 2022 12:22:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243171AbiDNMYw (ORCPT ); Thu, 14 Apr 2022 08:24:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230168AbiDNMYr (ORCPT ); Thu, 14 Apr 2022 08:24:47 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 28B7375224; Thu, 14 Apr 2022 05:22:23 -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 B494961F8E; Thu, 14 Apr 2022 12:22:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 951F1C385A1; Thu, 14 Apr 2022 12:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649938942; bh=8Xnx1DikNC8S2miol9o95pX0WhJ5fuI422FUZIL5zhg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=N8vF0SYdpsOHP/kq1h8sVjrcKPvnImlfhaeWieGFCt9WQNoz+/pC8GVsQ7LgHgwx6 bahUHfWLmPARFdsuDbP75vQxEYigTxwlYRfHpEfDMYnB5Cx7Icft0fLLLON1CH1Eui eaGX/bXDgdmvvEpOs23AYeh1DMgsk7QIC3pCWMkpRwZq8O1yp3sV7SYHEfctNv9b44 nM5uBbKrIJQx6Vh3VQa44flG/cxsz7Cve7gu9W9pAufjz96fBQfw0riFR/yLYfstWQ BU97D2C6ww4KepktXtYrxxSqFqh6HcU1zWTTDK3mdHuzV1O3Tt2i/GZagEIBwPIN5i 05vzYceWGgdgQ== Date: Thu, 14 Apr 2022 14:22:12 +0200 From: Jakub Kicinski To: Dylan Hung Cc: , , , , , , , , , , , , , , , Subject: Re: [PATCH v5 0/3] Add reset deassertion for Aspeed MDIO Message-ID: <20220414142212.258fcb37@kernel.org> In-Reply-To: <20220413121037.23748-1-dylan_hung@aspeedtech.com> References: <20220413121037.23748-1-dylan_hung@aspeedtech.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 13 Apr 2022 20:10:34 +0800 Dylan Hung wrote: > Add missing reset deassertion for Aspeed MDIO bus controller. The reset > is asserted by the hardware when power-on so the driver only needs to > deassert it. To be able to work with the old DT blobs, the reset is > optional since it may be deasserted by the bootloader or the previous > kernel. I presume you want this applied to net-next, but it appears there is a conflict or something. Could you resend the patches based on net-next/master?