From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 159443264F2; Wed, 10 Jun 2026 07:22:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781076126; cv=none; b=o8o2erjpHzdjTLeYA3uNTKl8g0t5X0m998twYWZUSkwYeGvRvGENel9ylXgN8Dv38lkhiRilq1mm0SYuUAaFPdw7grXLrMxDIfn5LSV3h36RWqzPmDG9/R0bncYGv1Yn4u1OscbilnV4AXKrchNTn3Rw/rS6fAYbiVBzZERcuHk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781076126; c=relaxed/simple; bh=hGaLcMiyb+9mMuok6B98CuQbY92HfVgRIFjfJWrDwvs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=QvBF1IBCg8+F9HzWwZ0SGTtUbTRNCzlK4z6XEkVtHb6KS/2gKIp6/VK1M33+onv1FeKsPflTn4z8sOGyfgzIItmKAXSiaEb5zwhzlbx84Ms2V48wZpgXeXNOKzf4USi6fiLHiV6o6HeDkwZtoC+tkpKBiqNOGozMWrsBq+nPDSw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=KW3i8lM+; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="KW3i8lM+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5092C1F00893; Wed, 10 Jun 2026 07:22:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781076124; bh=sBDr//3jQGp33lXnSXKOK85B+gq0Woy1cD+eSVoAx1Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=KW3i8lM+WAsDvdfATVx6Sk0Nx3ECr1qsD41T/Wj1UG/xo1TmtaMp28j0hZ1OR1D1b ZQCfTfExXD9B4AWWhWo3+DexJ3geSwC9J02I65/YOPrhVLPN3DmBGuRkvlkuWAIktF BDugPCBC+8zy2O3TYU9D9MuVwg4dBwkDOp0ORCMZesF7j+u7AfBWqxQRB7WfsJuJWa Pwft2T2wq4VHc685QJtDgUnCOuSKjGZs+BUa7xIy/flqk03D7cImJdmkvoviHxHjuj Uq2P1Cgw4DRFJ3gnKgFujEy/MbTntP1SQWe8f5iCu+YqAHH69haXxeITbboRRQ3TSs u4yG7gJjwJLYQ== Date: Wed, 10 Jun 2026 09:22:00 +0200 From: Krzysztof Kozlowski To: Selvamani Rajagopal Cc: Parthiban Veerasooran , Andrew Lunn , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Andrew Lunn , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Conor Dooley , devicetree@vger.kernel.org, Piergiorgio Beruto Subject: Re: [PATCH net v4 4/4] dt-bindings: net: updated interrupt type to be active low, level triggered Message-ID: <20260610-glittering-rose-squirrel-b0ccf6@quoll> References: <20260609-level-trigger-v4-0-6f389abdd192@onsemi.com> <20260609-level-trigger-v4-4-6f389abdd192@onsemi.com> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260609-level-trigger-v4-4-6f389abdd192@onsemi.com> On Tue, Jun 09, 2026 at 12:50:27PM -0700, Selvamani Rajagopal wrote: > According to OPEN Alliance 10BASE-T1x MACPHY Serial Interface (TC6) > specification, interrupt type is active low, level triggered interrupt. > > Fixes: ac49b950bea9 ("dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHY") This to be a fix, you would need to describe the issue, e.g. impact. I already asked last time and commit msg did not improve. > Signed-off-by: Selvamani Rajagopal > Messed patch - missing separator. > changes in v4: > no change > changes in v3 > interrupts entry changed to level triggered from edge triggered Best regards, Krzysztof