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)
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>

No differences found