usb: xhci-plat: check hcc_params after add hcd
authorWilliam Wu <wulf@rock-chips.com>
Fri, 30 Dec 2016 11:45:49 +0000 (19:45 +0800)
committerHuang, Tao <huangtao@rock-chips.com>
Tue, 3 Jan 2017 08:59:27 +0000 (16:59 +0800)
commit4301c33db2829da207884f4c66bba798062db033
treebb1a89a63a712dc74118afd9673df3767cc447d7
parenta04670629c109e6a17f60c6c1e1d80a9a49dab94
usb: xhci-plat: check hcc_params after add hcd

The commit 4ac53087d6d4 ("usb: xhci: plat: Create both
HCDs before adding them") move add hcd to the end of
probe, this cause hcc_params uninitiated, because xHCI
driver sets hcc_params in xhci_gen_setup() called from
usb_add_hcd().

This patch checks the Maximum Primary Stream Array Size
in the hcc_params register after add hcd.

Change-Id: I5a05ca6a8ac25e914752914abb70612849cc175e
Signed-off-by: William Wu <wulf@rock-chips.com>
drivers/usb/host/xhci-plat.c