mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptors
authorRob Rice <rob.rice@broadcom.com>
Mon, 14 Nov 2016 18:26:02 +0000 (13:26 -0500)
committerJassi Brar <jaswinder.singh@linaro.org>
Mon, 19 Dec 2016 14:40:21 +0000 (20:10 +0530)
commit38ed49ed4a99942f1a340f4a82a5a8b492e3463b
tree2eabf6e91b5d82f4c4726dece5279a54b539b171
parent8aef00f090bcbe5237c5a6628e7c000890267efe
mailbox: bcm-pdc: Don't use iowrite32 to write DMA descriptors

In PDC driver, it is not necessary to use iowrite32()
when writing DMA descriptors to the transmit and receive rings.
The ring memory is in host memory. So convert to normal
assignment statements.

Signed-off-by: Rob Rice <rob.rice@broadcom.com>
Reviewed-by: Andy Gospodarek <gospo@broadcom.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
drivers/mailbox/bcm-pdc-mailbox.c