commit | 9d9fd8871b4136755160bf95a9abd0d23d738ddc | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Wed Aug 29 21:33:28 2012 +0000 |
committer | Anatolij Gustschin <agust@denx.de> | Fri Sep 14 10:15:35 2012 +0200 |
tree | 9eda535f9a3aea4ed39290ff1fb611035d3b9a7e | |
parent | 00e4b1975bbcd10445808cec0a3a1442e8deca53 [diff] |
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>