Re: [PATCH v7 2/4] usb: dwc3: qcom: Add interconnect support in dwc3 driver
From: Matthias Kaehlcke <mka@chromium.org>
Date: 2020-05-14 17:13:58
Also in:
linux-arm-msm, linux-usb, lkml
From: Matthias Kaehlcke <mka@chromium.org>
Date: 2020-05-14 17:13:58
Also in:
linux-arm-msm, linux-usb, lkml
On Thu, May 14, 2020 at 02:30:28PM +0300, Felipe Balbi wrote:
Felipe Balbi [off-list ref] writes:quoted
Hi, Sandeep Maheswaram [off-list ref] writes:quoted
+static int dwc3_qcom_interconnect_init(struct dwc3_qcom *qcom) +{ + struct device *dev = qcom->dev; + int ret; + + if (!device_is_bound(&qcom->dwc3->dev)) + return -EPROBE_DEFER;this breaks allmodconfig. I'm dropping this series from my queue for this merge window.Sorry, I meant this patch ;-)
I guess that's due to INTERCONNECT being a module. There is currently a discussion about this with Viresh and Georgi in response to another automated build failure. Viresh suggests changing CONFIG_INTERCONNECT from tristate to bool, which seems sensible to me given that interconnect is a core subsystem. Let's hold back with this patch/series then until that is sorted out.