Convert musb fifo to 8bit to allow 8/16/32bit access
authorRiku Voipio <riku.voipio@nokia.com>
Tue, 17 Mar 2009 15:19:55 +0000 (17:19 +0200)
committerRiku Voipio <riku.voipio@nokia.com>
Thu, 19 Mar 2009 14:25:34 +0000 (16:25 +0200)
commit87b2d12d0ed65b034bbfe804e6fd75091da67372
tree99c88fb9d1708598acb692c23e5473f46d4ea172
parente5562906acd09fd510ec44e2ff7de0c08215f814
Convert musb fifo to 8bit to allow 8/16/32bit access

MUSB allows reading and writing to the fifo in 32/16/8 bit
width. The Linux kernel does this sometimes, most usually at
the end of writing the packet to allow packet to end at a
odd bytecount.

Convert the fifo to 8bit allows removing lots of shifts
which shows that the fifo is more natural as 8bit.
hw/usb-musb.c