Merge 5.17-rc6 into usb-next
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Feb 2022 20:42:36 +0000 (21:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Feb 2022 20:42:36 +0000 (21:42 +0100)
We need the USB fixes in here, and it resolves a merge conflict in:
drivers/usb/dwc3/dwc3-pci.c

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1  2 
MAINTAINERS
drivers/usb/dwc3/dwc3-pci.c
drivers/usb/host/xhci.c

diff --cc MAINTAINERS
Simple merge
@@@ -119,10 -120,9 +120,16 @@@ static const struct property_entry dwc3
        {}
  };
  
 +static const struct property_entry dwc3_pci_intel_phy_charger_detect_properties[] = {
 +      PROPERTY_ENTRY_STRING("dr_mode", "peripheral"),
 +      PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
 +      PROPERTY_ENTRY_BOOL("linux,phy_charger_detect"),
++      {}
++};
++
+ static const struct property_entry dwc3_pci_intel_byt_properties[] = {
+       PROPERTY_ENTRY_STRING("dr_mode", "peripheral"),
+       PROPERTY_ENTRY_BOOL("snps,dis_u2_susphy_quirk"),
        PROPERTY_ENTRY_BOOL("linux,sysdev_is_parent"),
        {}
  };
@@@ -169,10 -169,10 +176,14 @@@ static const struct software_node dwc3_
        .properties = dwc3_pci_intel_properties,
  };
  
 +static const struct software_node dwc3_pci_intel_phy_charger_detect_swnode = {
 +      .properties = dwc3_pci_intel_phy_charger_detect_properties,
 +};
 +
+ static const struct software_node dwc3_pci_intel_byt_swnode = {
+       .properties = dwc3_pci_intel_byt_properties,
+ };
  static const struct software_node dwc3_pci_intel_mrfld_swnode = {
        .properties = dwc3_pci_mrfld_properties,
  };
Simple merge