lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <76ec3e26-a38c-4643-aaab-7806cc39bd89@kernel.org>
Date: Tue, 4 Nov 2025 08:59:13 +0100
From: Krzysztof Kozlowski <krzk@...nel.org>
To: caohang@...incomputing.com, gregkh@...uxfoundation.org, robh@...nel.org,
 krzk+dt@...nel.org, conor+dt@...nel.org, Thinh.Nguyen@...opsys.com,
 p.zabel@...gutronix.de, linux-kernel@...r.kernel.org,
 linux-usb@...r.kernel.org, devicetree@...r.kernel.org
Cc: ningyu@...incomputing.com, linmin@...incomputing.com,
 pinkesh.vaghela@...fochips.com,
 Senchuan Zhang <zhangsenchuan@...incomputing.com>
Subject: Re: [PATCH v5 2/2] usb: dwc3: eic7700: Add EIC7700 USB driver

On 04/11/2025 07:52, caohang@...incomputing.com wrote:
> From: Hang Cao <caohang@...incomputing.com>
> 
> Add the eic7700 usb driver, which is responsible for
> identifying,configuring and connecting usb devices.
> 
> Signed-off-by: Senchuan Zhang <zhangsenchuan@...incomputing.com>
> Signed-off-by: Hang Cao <caohang@...incomputing.com>

...

> +
>  static int dwc3_generic_probe(struct platform_device *pdev)
>  {
>  	const struct dwc3_properties *properties;
> @@ -83,6 +119,12 @@ static int dwc3_generic_probe(struct platform_device *pdev)
>  	else
>  		probe_data.properties = DWC3_DEFAULT_PROPERTIES;
>  
> +	if (of_device_is_compatible(dev->of_node, "eswin,eic7700-dwc3")) {

No, you have driver match data for that.

Best regards,
Krzysztof

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ