From spi/i2c drivers we do gpi pause and resume for
both tx and rx channels, if we pass tx handle to gsi
driver it will take care for both tx and rx channels,
no need to do for rx channel again in client drivers.
So removed gpi_pause for rx channel in client drivers.
Also updated changes as per hpg sequence.
For levm we are not doing gpi_terminate properly,
this is causing GPII in stuck state, we are doing only
RESET and START.
we should do below sequence. CH-STOP. CH-RESET. CH-START.
Change-Id: Id3b9ad951575e973c5452e14e0ace28294685c10
Signed-off-by: Anil Veshala Veshala <quic_aveshala@quicinc.com>
Signed-off-by: Vaishnavi AVS <quic_vavs@quicinc.com>