Hi, Now that we can use the build-in properties as fallback when the primary firmware (DT or ACPI) does not provide the requested property, it should be always safe to add them. I.e, by adding them to a device, nothing will be overwritten. Changes since v1: - s/taps/tapes/ in dwc3-pci.c - Dropped the first patch that was proposing use of PCI_VDEVICE macro. Heikki Krogerus (2): usb: dwc3: pci: use build-in properties instead of platform data usb: dwc3: remove handling of platform data drivers/usb/dwc3/core.c | 35 ----------------- drivers/usb/dwc3/dwc3-pci.c | 81 ++++++++++++++++++++-------------------- drivers/usb/dwc3/platform_data.h | 53 -------------------------- 3 files changed, 41 insertions(+), 128 deletions(-) delete mode 100644 drivers/usb/dwc3/platform_data.h -- 2.7.0 -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html