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-next>] [day] [month] [year] [list]
Message-ID: <20240607061056.708946-1-s-vadapalli@ti.com>
Date: Fri, 7 Jun 2024 11:40:56 +0530
From: Siddharth Vadapalli <s-vadapalli@...com>
To: <catalin.marinas@....com>, <will@...nel.org>, <quic_bjorande@...cinc.com>,
        <geert+renesas@...der.be>, <krzysztof.kozlowski@...aro.org>,
        <konrad.dybcio@...aro.org>, <dmitry.baryshkov@...aro.org>,
        <neil.armstrong@...aro.org>, <arnd@...db.de>,
        <m.szyprowski@...sung.com>, <nfraprado@...labora.com>,
        <u-kumar1@...com>
CC: <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>,
        <praneeth@...com>, <srk@...com>, <s-vadapalli@...com>
Subject: [PATCH] arm64: defconfig: Enable USB2 PHY Driver

From: Ravi Gunasekaran <r-gunasekaran@...com>

The USB controller on TI SoCs such as AM65x needs the
USB2 PHY driver to communicate with VBUS/ID comparator.
So enable the OMAP USB2 PHY driver.

Signed-off-by: Ravi Gunasekaran <r-gunasekaran@...com>
Signed-off-by: Siddharth Vadapalli <s-vadapalli@...com>
---

Hello,

This patch is based on linux-next tagged next-20240607.

Regards,
Siddharth.

 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6308e8818257..f92e35ea96c4 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1065,6 +1065,7 @@ CONFIG_USB_MTU3=y
 CONFIG_USB_MUSB_HDRC=y
 CONFIG_USB_MUSB_SUNXI=y
 CONFIG_USB_DWC3=y
+CONFIG_OMAP_USB2=m
 CONFIG_USB_DWC2=y
 CONFIG_USB_CHIPIDEA=y
 CONFIG_USB_CHIPIDEA_UDC=y
-- 
2.40.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ