On Thu, 2 Sept 2021 at 11:33, Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk> wrote: > > This new hardware reset function is to be called for both channels when the > hardware reset bit is written to register WR9. Its initial implementation is > the same as the existing escc_reset_chn() function used for device reset. > > Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
The datasheet says the only differences between hard and soft reset are for registers W9, W10, W11 and W14. I wasn't expecting the functions to be completely separated out like this. -- PMM