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 3800EC433F5 for ; Fri, 22 Apr 2022 22:19:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232784AbiDVWWJ (ORCPT ); Fri, 22 Apr 2022 18:22:09 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232665AbiDVWWB (ORCPT ); Fri, 22 Apr 2022 18:22:01 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C4F3D1B45F8; Fri, 22 Apr 2022 14:12:47 -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 85FD261D50; Fri, 22 Apr 2022 19:25:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3B088C385A0; Fri, 22 Apr 2022 19:25:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650655519; bh=WYqnuhXjI+/exhaILQxhAiYQgAemTlqPINtEIH6j1CQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=tDLCgpzdk25UmYaYYQWNuuMTHiodmybPYVgnllJRpzph3GkvCXhAymiuQFmDf9tb4 wq/rp8GViY1G3sBZpDRpBNH27jZqSwjw1zCkecvIHaUQvkfNSSaPO0GIVH2o7am0lZ fKonI5zfaeVtR1tWBw28+pbXthudgjVXU+uR4P7Jz7wF8ROh1TpJaiOnoaccNaSIs5 qzKOur5UE6yha/e2xTHQqnibPyRMK6tB4zusU8N9hvKwN9qJwndldGV74eDy7TIBby ejnLaAZC65Yb8ZiXxK4cofso6jSpTcIs8dzRSHsYzmkQBUhw+SQrq4g8CP6ykvwCy6 LRbtDNkY+7o+Q== Date: Fri, 22 Apr 2022 12:25:18 -0700 From: Jakub Kicinski To: Dylan Hung Cc: , , , , , , , , , , , , , , , Subject: Re: [PATCH net-next RESEND v5 0/3] Add reset deassertion for Aspeed MDIO Message-ID: <20220422122518.347d7779@kernel.org> In-Reply-To: <20220418014059.3054-1-dylan_hung@aspeedtech.com> References: <20220418014059.3054-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: devicetree@vger.kernel.org On Mon, 18 Apr 2022 09:40:56 +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. still doesn't apply cleanly to net-next: $ git checkout net-next/master HEAD is now at c78c5a660439 dt-bindings: net: mediatek,net: convert to the json-schema $ git pw series apply 632891 Applying: dt-bindings: net: add reset property for aspeed, ast2600-mdio binding Applying: net: mdio: add reset control for Aspeed MDIO Using index info to reconstruct a base tree... M drivers/net/mdio/mdio-aspeed.c Falling back to patching base and 3-way merge... Auto-merging drivers/net/mdio/mdio-aspeed.c Applying: ARM: dts: aspeed: add reset properties into MDIO nodes