Re: [PATCH net-next v2 4/6] net: phy: microchip_t1s: fix reset complete status handling

From: Parthiban.Veerasooran
Date: Tue May 23 2023 - 01:30:26 EST


Hi Andrew,

On 22/05/23 6:13 pm, Andrew Lunn wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> On Mon, May 22, 2023 at 05:03:29PM +0530, Parthiban Veerasooran wrote:
>> As per the datasheet DS-LAN8670-1-2-60001573C.pdf, the Reset Complete
>> status bit in the STS2 register to be checked before proceeding for the
>> initial configuration.
>
> Is this the unmaskable interrupt status bit which needs clearing?
Yes, it is non-maskable interrupt.
> There is no mention of interrupts here.
The device will assert the Reset Complete (RESETC) bit in the Status 2
(STS2) register to indicate that it has completed its internal
initialization and is ready for configuration. As the Reset Complete
status is non-maskable, the IRQ_N pin will always be asserted and driven
low following a device reset. Upon reading of the Status 2 register, the
pending Reset Complete status bit will be automatically cleared causing
the IRQ_N pin to be released and pulled high again.

Do you think it makes sense to add these explanation regarding the reset
and interrupt behavior with the above comment for a better understanding?

Note: This explanation is pulled from DS-LAN8670-1-2-60001573C.pdf

Best Regards,
Parthiban V
>
> Andrew