Re: [PATCH] usb: xhci-dwc3: Bail out if "dr_mode" is "peripheral"

2025-01-16 Thread Mattijs Korpershoek
On jeu., janv. 16, 2025 at 15:48, Siddharth Vadapalli wrote: > On Thu, Jan 16, 2025 at 10:36:45AM +0100, Mattijs Korpershoek wrote: >> Hi Siddharth, > > Hello Mattijs, > >> >> On lun., déc. 09, 2024 at 15:20, Roger Quadros wrote: >> >> > Hi Siddharth, >> > >> > On 06/12/2024 13:04, Siddharth

Re: [PATCH] usb: xhci-dwc3: Bail out if "dr_mode" is "peripheral"

2025-01-16 Thread Siddharth Vadapalli
On Thu, Jan 16, 2025 at 10:36:45AM +0100, Mattijs Korpershoek wrote: > Hi Siddharth, Hello Mattijs, > > On lun., déc. 09, 2024 at 15:20, Roger Quadros wrote: > > > Hi Siddharth, > > > > On 06/12/2024 13:04, Siddharth Vadapalli wrote: [...] > >> diff --git a/drivers/usb/host/xhci-dwc3.c b/dri

Re: [PATCH] usb: xhci-dwc3: Bail out if "dr_mode" is "peripheral"

2025-01-16 Thread Mattijs Korpershoek
Hi Siddharth, On lun., déc. 09, 2024 at 15:20, Roger Quadros wrote: > Hi Siddharth, > > On 06/12/2024 13:04, Siddharth Vadapalli wrote: >> Since the compatible "snps,dwc3" can be specified in the device-tree for >> the Designware USB Controller configured for not only Host and OTG modes >> of op

Re: [PATCH] usb: xhci-dwc3: Bail out if "dr_mode" is "peripheral"

2024-12-09 Thread Roger Quadros
Hi Siddharth, On 06/12/2024 13:04, Siddharth Vadapalli wrote: > Since the compatible "snps,dwc3" can be specified in the device-tree for > the Designware USB Controller configured for not only Host and OTG modes > of operation, but also for Peripheral mode of operation, bail out if > "dr_mode" is

[PATCH] usb: xhci-dwc3: Bail out if "dr_mode" is "peripheral"

2024-12-06 Thread Siddharth Vadapalli
Since the compatible "snps,dwc3" can be specified in the device-tree for the Designware USB Controller configured for not only Host and OTG modes of operation, but also for Peripheral mode of operation, bail out if "dr_mode" is "peripheral". Signed-off-by: Siddharth Vadapalli --- Hello, This pa