Re: [PATCH v2 2/6] phy: qcom: Introduce PCIe UNIPHY 28LP driver
From: Krzysztof Kozlowski
Date: Thu Dec 05 2024 - 04:39:50 EST
On Wed, Dec 04, 2024 at 05:03:25PM +0530, Varadarajan Narayanan wrote:
> + return 0;
> +}
> +
> +static struct platform_driver qcom_uniphy_pcie_driver = {
> + .probe = qcom_uniphy_pcie_probe,
> + .driver = {
> + .name = "qcom-uniphy-pcie",
> + .owner = THIS_MODULE,
Srsly, upstreaming 10 year old code? No one figured out to fix 10 year
old code before sending it upstream or entirely drop it and use new code
as template?
NAK
Best regards,
Krzysztof