In gsi driver in terminate_all function we do channel STOP, RESET, START.
Terminate_all will be triggered from client drivers spi/i2c/uart whenever
slave not responsive or timeout happens terminate_all function triggered.
for le-vm flag we are skipping channel STOP and doing only channel RESET,
if you do channel RESET weihtoud doing STOP, CH-RESET alwasy fails. Hence
resulting failure of other commands as well like gpi_pause and gpi_resume.
Change-Id: I362ea7e0bcd3e1dcba73db27bac7269f504c69c5