Re: [PATCH] sungem: Add WOL MMIO

2023-06-30 Thread Daniel Henrique Barboza
On 6/25/23 17:16, Nicholas Piggin wrote: Apple sungem devices are expected to have WOL MMIO registers. Add a region to prevent transaction failures, and implement the WOL-disable CSR write because the Linux driver reset writes this. Signed-off-by: Nicholas Piggin --- Queued in gitlab.com/d

Re: [PATCH] sungem: Add WOL MMIO

2023-06-26 Thread Joel Stanley
On Sun, 25 Jun 2023 at 20:17, Nicholas Piggin wrote: > > Apple sungem devices are expected to have WOL MMIO registers. > Add a region to prevent transaction failures, and implement the > WOL-disable CSR write because the Linux driver reset writes > this. > > Signed-off-by: Nicholas Piggin Review

Re: [PATCH] sungem: Add WOL MMIO

2023-06-25 Thread Cédric Le Goater
On 6/25/23 22:16, Nicholas Piggin wrote: Apple sungem devices are expected to have WOL MMIO registers. Add a region to prevent transaction failures, and implement the WOL-disable CSR write because the Linux driver reset writes this. Signed-off-by: Nicholas Piggin Reviewed-by: Cédric Le Goater

[PATCH] sungem: Add WOL MMIO

2023-06-25 Thread Nicholas Piggin
Apple sungem devices are expected to have WOL MMIO registers. Add a region to prevent transaction failures, and implement the WOL-disable CSR write because the Linux driver reset writes this. Signed-off-by: Nicholas Piggin --- This fixes the failed MMIO error in the Linux sungem driver reset when