uf and
cdev->os_desc_req from the previous configfs_composite_bind
call. The free call on these stale values leads to double
free.
Hence, Fix this issue by setting request and buffer pointer to NULL after
kfree.
Signed-off-by: Chandana Kishori Chiluveru
-
uf and
cdev->os_desc_req from the previous configfs_composite_bind
call. The free call on these stale values leads to double
free.
Hence, Fix this issue by setting request and buffer pointer to NULL after
kfree.
Signed-off-by: Chandana Kishori Chiluveru
Add documentation for the interconnects and interconnect-names
properties for USB as detailed by bindings/interconnect/interconnect.txt.
Signed-off-by: Chandana Kishori Chiluveru
---
Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 13 +
1 file changed, 13 insertions(+)
diff
Populate USB DT nodes with interconnect properties.
Signed-off-by: Chandana Kishori Chiluveru
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 12
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index fcb9330
Add interconnect support in dwc3-qcom driver to vote for bus
bandwidth.
This requires for two different paths - from USB master to
DDR slave. The other is from APPS master to USB slave.
Signed-off-by: Chandana Kishori Chiluveru
---
drivers/usb/dwc3/dwc3-qcom.c | 145
H 2/3]" addressed
> [PATCH 1/3] and [PATCH 3/3] remains unchanged
Chandana Kishori Chiluveru (3):
dt-bindings: Introduce interconnect properties for Qualcomm DWC3
driver
usb: dwc3: qcom: Add interconnect support in dwc3 driver
arm64: dts: sdm845: Add interconnect properties for USB
Populate USB DT node with interconnect properties.
Signed-off-by: Chandana Kishori Chiluveru
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 12
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index fcb9330
Add interconnect support in dwc3-qcom driver to vote for bus
bandwidth.
This requires for two different paths - from USB master to
DDR slave. The other is from APPS master to USB slave.
Signed-off-by: Chandana Kishori Chiluveru
---
drivers/usb/dwc3/dwc3-qcom.c | 145
Add documentation for the interconnects and interconnect-names
bindings for USB as detailed by bindings/interconnect/interconnect.txt.
Signed-off-by: Chandana Kishori Chiluveru
---
Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 13 +
1 file changed, 13 insertions(+)
diff
This path series aims to add interconnect support in
dwc3-qcom driver on SDM845 SoCs.
Changes since V1:
> Comments by Georgi Djakov on "[PATCH 2/3]" addressed
> [PATCH 1/3] and [PATCH 3/3] remains unchanged
Chandana Kishori Chiluveru (3):
dt-bindings: Introduce interconn
Populate USB DT node with interconnect properties.
Signed-off-by: Chandana Kishori Chiluveru
---
arch/arm64/boot/dts/qcom/sdm845.dtsi | 12
1 file changed, 12 insertions(+)
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi
b/arch/arm64/boot/dts/qcom/sdm845.dtsi
index fcb9330
Add interconnect support in dwc3-qcom driver to vote for bus
bandwidth.
This requires for two different paths - from USB master to
DDR slave. The other is from APPS master to USB slave.
Signed-off-by: Chandana Kishori Chiluveru
---
drivers/usb/dwc3/dwc3-qcom.c | 147
This path series aims to add interconnect support in
dwc3-qcom driver on SDM845 SoCs.
Chandana Kishori Chiluveru (3):
dt-bindings: Introduce interconnect bindings for usb
usb: dwc3: qcom: Add interconnect support in dwc3 driver
arm64: dts: sdm845: Add interconnect properties for USB
Add documentation for the interconnects and interconnect-names
bindings for USB as detailed by bindings/interconnect/interconnect.txt.
Signed-off-by: Chandana Kishori Chiluveru
---
Documentation/devicetree/bindings/usb/qcom,dwc3.txt | 13 +
1 file changed, 13 insertions(+)
diff
configfs_dev_cleanup function can double free os_desc
and buffer when called from different context. For
example, this can be called from composite_unbind() and
when composite_bind() fails. Fix this issue by setting
request and buffer pointer to NULL after kfree.
Signed-off-by: Chandana Kishori
15 matches
Mail list logo