From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 091EF25B1DA; Wed, 27 Aug 2025 09:48:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756288120; cv=none; b=hB+LfU7cHG4JOmv5CNphKrR6hindjbMSq/P+gaSbwHBfZwHTJNrDWM5v5VmhAzNHWwPFYNRwpUoeWPJ5jtMvqTiO+nJTGJ7FVRAL8q+z6YBkQw6pG7833wJ1LKNYkBvXcplodhRuSdpfD3h5mGxusy6eFR+kFwuQtndOHRrAVuA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756288120; c=relaxed/simple; bh=xgFUmk0qJHnFdUv6YfFFZde1Uqh5rKr8K5dZmrz2Zdg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=NKat4BXM0Pkmyf/t3K4A0VE8cEt8slCnboFToQuZYeuVewnZr7Yt7/zRi1oPJZuHJznPpEYnHFDaT/BJacaOM1sfwwUdL1GWfysiMkUkqztFkuuco13+eSPlfbg+Zd6nrTXF7V9CG0v32yrFtCdgEczt6KH5sc2Cpb4CafaH2W4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HhxesxhQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HhxesxhQ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 84182C4CEEB; Wed, 27 Aug 2025 09:48:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1756288119; bh=xgFUmk0qJHnFdUv6YfFFZde1Uqh5rKr8K5dZmrz2Zdg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HhxesxhQBdgHVDjJjPK3seJGASH33TAolppJltgS7D7tARpsuGklonYhRw0JVPTkZ EGAAGWf7YwTO80NTcG8LruhzNkNAVPUUq3yKho3ldk5bgD0tqRmfJrsJw40d2aLdPc Gv3PdFRj1ypMI8tuevjfsUoxq0kkGKbWAK1lMJ+qufCXj3npPElB7/FefLmZhoIKv9 b5/DH1ifSsE5G7RgKhR8bi9FzKx4J/bFf1XCve57FpeDqkjmjuRrcbjHhx5yambpQV x/5Q0Dsd3HHFaut3HW7htZptk9UJ4Gt3IA7Il7AyAft0ZpidMXQuI1TLc7z0CzhpGU JxZyVNqezNe3w== Received: from johan by xi.lan with local (Exim 4.98.2) (envelope-from ) id 1urClX-000000002Id-0Vze; Wed, 27 Aug 2025 11:48:27 +0200 Date: Wed, 27 Aug 2025 11:48:27 +0200 From: Johan Hovold To: Vladimir Kondratiev , Gregory CLEMENT , =?utf-8?B?VGjDqW8=?= Lebrun , Philipp Zabel Cc: linux-mips@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] reset: eyeq: fix OF node leak Message-ID: References: <20250708085613.15823-1-johan@kernel.org> Precedence: bulk X-Mailing-List: linux-mips@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20250708085613.15823-1-johan@kernel.org> On Tue, Jul 08, 2025 at 10:56:13AM +0200, Johan Hovold wrote: > Make sure to drop the OF node reference taken when probing the auxiliary > device when the device is later unbound. > > Fixes: 487b1b32e317 ("reset: eyeq: add platform driver") > Cc: Théo Lebrun > Signed-off-by: Johan Hovold Can this one be picked up? Johan