]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/mpc52xx_lpbfifo: optionally defer fifo transfer start
authorAnatolij Gustschin <agust@denx.de>
Wed, 29 Aug 2012 21:33:28 +0000 (21:33 +0000)
committerAnatolij Gustschin <agust@denx.de>
Fri, 14 Sep 2012 08:15:35 +0000 (10:15 +0200)
commit9b5881f912b85fbe665d32406458e911d5d9bee4
tree9eda535f9a3aea4ed39290ff1fb611035d3b9a7e
parent133531eacc3981d43f6f487fe2335d846a4ab12c
powerpc/mpc52xx_lpbfifo: optionally defer fifo transfer start

Currently fifo transfer is started when submitting a transfer
request. Add posibility to defer the fifo transfer and start it
later by calling additional function. This change is backward
compatible, the behaviour of mpc52xx_lpbfifo_submit() is the same
for previous driver users, so there is no need to adapt them.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
arch/powerpc/include/asm/mpc52xx.h
arch/powerpc/platforms/52xx/mpc52xx_lpbfifo.c