Re: [PATCH] m68k/mac: Remove redundant VIA register writes

2020-11-20 Thread Geert Uytterhoeven
On Fri, Nov 20, 2020 at 5:51 AM Finn Thain wrote: > There's no need to write the same value to the timer latch and timer > counter registers. Values written to the counter registers get stored > in the latches anyway. The write to vT1CH copies the latch values to > the counter. > > Cc: Joshua

[PATCH] m68k/mac: Remove redundant VIA register writes

2020-11-19 Thread Finn Thain
There's no need to write the same value to the timer latch and timer counter registers. Values written to the counter registers get stored in the latches anyway. The write to vT1CH copies the latch values to the counter. Cc: Joshua Thompson Tested-by: Stan Johnson Signed-off-by: Finn Thain ---