From: Timur Tabi
Date: Fri, 23 Jun 2017 13:37:58 -0500
> On 06/23/2017 01:00 PM, David Miller wrote:
>> What if the boot loader or something else left the chip in
>> a weird state?
>
> We depend on the boot loader leaving the NIC in a very specific state
> already, otherwise the driver can't ini
On 06/23/2017 01:00 PM, David Miller wrote:
What if the boot loader or something else left the chip in
a weird state?
We depend on the boot loader leaving the NIC in a very specific state
already, otherwise the driver can't initialize the hardware. The
firmware has to pre-initialize the EMAC
From: Timur Tabi
Date: Thu, 22 Jun 2017 13:05:31 -0500
> It doesn't make sense to reset the EMAC in the middle of initializing
> it during the probe.
>
> Tested-by: Richard Ruigrok
> Signed-off-by: Timur Tabi
Why not?
What if the boot loader or something else left the chip in
a weird state?
It doesn't make sense to reset the EMAC in the middle of initializing
it during the probe.
Tested-by: Richard Ruigrok
Signed-off-by: Timur Tabi
---
drivers/net/ethernet/qualcomm/emac/emac.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/net/ethernet/qualcomm/emac/emac.c
b/drivers