Re: [PATCH V3 4/8] remoteproc: qcom: add hexagon based WCSS secure PIL driver

2025-01-07 Thread Sricharan Ramabadhran
On 1/8/2025 11:59 AM, Sricharan Ramabadhran wrote: [..] +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include This will require mailbox maintainer to first accept the

Re: [PATCH V3 4/8] remoteproc: qcom: add hexagon based WCSS secure PIL driver

2025-01-07 Thread Sricharan Ramabadhran
[..] +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include This will require mailbox maintainer to first accept the tmelcom mailbox driver, and share a immutable branch wit

Re: [PATCH V3 0/5] Enable USB support in IPQ8074

2020-06-18 Thread Sricharan Ramabadhran
Hi Siva, On 6/8/2020 7:41 PM, Sivaprakash Murugesan wrote: IPQ8074 has two super speed USB ports, with QMP and QUSB2 PHYs. This patch set enables the USB PHYs and USB dwc3 in IPQ8074. [V3] * Rebased patch 3 on 5.7 and linux-next tag next-20200608 [V2] * Added new device compatible qcom,ipq8

Re: [PATCH V3 4/5] phy: qcom-qusb2: Add ipq8074 device compatible

2020-06-18 Thread Sricharan Ramabadhran
On 6/8/2020 7:41 PM, Sivaprakash Murugesan wrote: Add ipq8074 qusb2 device compatible for high speed usb support. Signed-off-by: Sivaprakash Murugesan --- drivers/phy/qualcomm/phy-qcom-qusb2.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/phy/qualcomm/phy-qcom-qusb2.c b/d