]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d5f2fb046f86aba70170cec261b24fce0d5eaf8
tree2eabf6e91b5d82f4c4726dece5279a54b539b171
parent02f0689e2117087cabe4699dfa6dd64f3e1ac05b
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