platform: msm_shared: Flip UTMR/UTR Interrupts from interrupt blocking to polling

Currently UTMR and UTR iterrupts are handled in the interrupt handler
and wait on the interrupt latency to process the utp transfter
completion tasks. This change polls Interrupt Status register bits to
check for completion status instead of waiting for interrupt to fire
and hence removes interrupt latency thereby improving performance.

Change-Id: Ieac8faec0db7dd3185e2209019f6422583284bc3
3 files changed