commit | 355f1ef95347b49446fc05864f0bf2e0dd4a70a1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:23:01 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:29 2015 -0600 |
tree | 30c5963beb3e810f6b679cd0817425bdeee84b7c | |
parent | 78a1b6288a95fc1c3cfdb790c059f8d4cb6a4944 [diff] |
dm: usb: Tidy up pipe value decoding Add a few more shifts/masks to make it easier to decode a pipe value (rather than just building it). We need this for USB device emulation. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>