commit | 686a81209fbdc95dafd3de90b56527b3e6b61b4b | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Mar 25 12:22:52 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:28 2015 -0600 |
tree | 931f06a858ef499d530e79eb8ceaafbd89b1ec65 | |
parent | 4ec422c76a4442d8a4cdf4f7b60af77a3d44379a [diff] |
dm: usb: xhci: Factor out common init/uninit Since driver model will want to use most of the same code for XHCI init and uninit, put it in a separate function. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>