754868 Commits

Author SHA1 Message Date
Pratham Pratap
2537befdca USB: gadget: qti: Fix compilation issue for llvm config
Commit 00b09723b060 ("USB: gadget: qti: Fix NULL check for
usb_pid_string") performs a NULL check for the value which
usb_pid_string is pointing. This check performs a comparison
between char and void* which throws a warning during
compilation. If llvm config is enabled this warning is
treated as a fatal error and compilation fails. Fix this
by adding explicit check for usb_pid_string[0] against zero.

Change-Id: I84b4ed53e400a5702d87f851c724126a3f817d64
Signed-off-by: Pratham Pratap <prathampratap@codeaurora.org>
2020-04-28 21:16:40 +05:30
qctecmdr
37e7a537ee Merge "net: stmmac: Support for MAC addr from config ini" 2020-04-27 20:29:27 -07:00
qctecmdr
88c251ac0d Merge "usb: dwc3: gadget: Clear delayed_status on reset" 2020-04-27 14:36:06 -07:00
qctecmdr
e1a9fba0f6 Merge "block: Fix a NULL pointer dereference in generic_make_request()" 2020-04-27 14:36:06 -07:00
qctecmdr
a77c53f231 Merge "USB: gadget: qti: Add support to update serial number" 2020-04-27 14:36:05 -07:00
qctecmdr
9bf0f1de5b Merge "ipa3: msm: Standalone CV2X changes" 2020-04-27 14:36:04 -07:00
qctecmdr
07a54a7440 Merge "drm/msm: change log level in dsi panel and dp" 2020-04-27 14:36:03 -07:00
qctecmdr
86516ed895 Merge "ARM: dts: msm: Enable DFPS for nt36672c panel on atoll" 2020-04-27 14:36:03 -07:00
qctecmdr
07371cda9c Merge "ais: Set req_id in trigger notify and slot increment" 2020-04-27 14:36:02 -07:00
qctecmdr
d97a391800 Merge "Merge android-4.14.162 (c2bd4f8) into msm-4.14" 2020-04-27 07:31:58 -07:00
qctecmdr
c9722c8e51 Merge "disp: msm: fix vsync wait for poms and dms" 2020-04-27 07:31:58 -07:00
qctecmdr
d979c7ee05 Merge "msm: adsprpc: store process specific info in GETINFO ioctl call" 2020-04-27 07:31:58 -07:00
qctecmdr
af967cab5a Merge "usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()" 2020-04-27 07:31:57 -07:00
qctecmdr
793c2ecbd9 Merge "blk-mq: Avoid that submitting a bio concurrently with device removal triggers a crash" 2020-04-27 07:31:56 -07:00
qctecmdr
b2b49e995f Merge "net: stmmac: Add skb_orphan to improve embedded TCP throughput" 2020-04-27 07:31:55 -07:00
qctecmdr
47a1eae05b Merge "ARM: dts: msm: Add device tree node for GP2 clock driven led" 2020-04-27 01:24:34 -07:00
qctecmdr
cbffbe1571 Merge "usb: dwc3-msm: Prevent SNPS SS PHY from suspend during runtime suspend" 2020-04-27 01:24:34 -07:00
qctecmdr
e4b23e1f6c Merge "bindings: clock: Add debugcc support for SDM429W" 2020-04-27 01:24:33 -07:00
qctecmdr
d78e395f74 Merge "clk: qcom: smd_rpm: Add support for RPM_SMD clocks for SMD429W" 2020-04-27 01:24:33 -07:00
qctecmdr
d8f60b9a1a Merge "disp: msm: sde: Get connector roi state even when PU is disabled" 2020-04-27 01:24:32 -07:00
Rahul Sharma
ad5cc5f931 drm/msm: change log level in dsi panel and dp
Change log level of the supply entry check in dp_parser_get_vreg()
and the parsing qsync features check in  dsi_panel_get().

Change-Id: I720b4cd6947bdcabed3b547e1c95ca876958438a
Signed-off-by: Rahul Sharma <rahsha@codeaurora.org>
2020-04-27 11:35:35 +05:30
Sriharsha Allenki
5b06d2cdc7 usb: dwc3: gadget: Clear delayed_status on reset
If the host issued BUS RESET just after the SETUP packet
for which the composite device has sent the DELAYED_STATUS,
the device does not respond on the next SETUP which is
generally GET_DEVICE_DESCRIPTOR.
Fix this by clearing the delayed_status on BUS RESET to
ensure the response from composite device for
GET_DEVICE_DESCRIPTOR can be queued properly on endpoint 0.

Change-Id: I5e93b5e3c61eb943443a4ef9ec554de2935dfb4e
Signed-off-by: Sriharsha Allenki <sallenki@codeaurora.org>
2020-04-26 21:13:41 -07:00
qctecmdr
51ab0c48a0 Merge "ARM: dts: msm: Add qcom_gadget node for SA515m" 2020-04-26 18:13:26 -07:00
qctecmdr
71ac6d0cdb Merge "usb: quirk: Add no-LPM quirk on Galaxy series phone" 2020-04-26 18:13:25 -07:00
qctecmdr
9d822c9904 Merge "cfg80211: Support key configuration for Beacon protection (BIGTK)" 2020-04-26 18:13:24 -07:00
qctecmdr
388701e8b6 Merge "ARM: dts: msm: Add support for AP2MDM_GPIO_STATUS on SA2150P" 2020-04-26 18:13:24 -07:00
qctecmdr
f46a7f08cc Merge "defconfig: msm: Enable QTI composite gadget for SA515m" 2020-04-26 18:13:23 -07:00
qctecmdr
ac20d199fb Merge "ARM: dts: msm: Disable the IPA hw in APQ targets" 2020-04-26 18:13:23 -07:00
qctecmdr
62baf6ce22 Merge "net: bridge: Add changes to send icmp error" 2020-04-26 18:13:22 -07:00
qctecmdr
eaef57388e Merge "Revert "clk: qcom: Add support for enabling the critical clocks"" 2020-04-26 18:13:22 -07:00
qctecmdr
829cd28abf Merge "diag: Read and drop incoming data when channels are not opened" 2020-04-26 18:13:21 -07:00
qctecmdr
047e760de8 Merge "clk: qcom: Add enable_safe_config for gcc_usb30_prim_mock_utmi_clk_src" 2020-04-26 18:13:21 -07:00
qctecmdr
0645bbde34 Merge "msm: ipa: Correct TRACE_INCLUDE_PATH" 2020-04-26 05:50:18 -07:00
qctecmdr
ba1ccbf2a2 Merge "qcom-geni-se: Don't ignore the return value" 2020-04-26 05:50:17 -07:00
qctecmdr
b31593c1ee Merge "usb: dwc3-msm: Fix formatting error in dev_dbg" 2020-04-26 05:50:17 -07:00
qctecmdr
ed39255487 Merge "USB: gadget: qti: Fix NULL check for usb_pid_string" 2020-04-26 05:50:17 -07:00
qctecmdr
bb857e3726 Merge "ARM: dts: msm: Allow PM suspend irrespective of host RT state on SA8195" 2020-04-26 05:50:16 -07:00
qctecmdr
ae9508ae2a Merge "iommu: arm-smmu-debug: Fix formatting errors for dev_info" 2020-04-26 05:50:16 -07:00
qctecmdr
97ba63b6ae Merge "iommu: arm-smmu: Fix formatting errors for dev_err, snprintf, and dev_info" 2020-04-26 05:50:16 -07:00
qctecmdr
5d4361af91 Merge "mhi: core: Fix parentheses error" 2020-04-26 05:50:15 -07:00
qctecmdr
244d2c34b6 Merge "mhi: cntrl: qcom: Fix formatting error in ipc_log_string" 2020-04-26 05:50:15 -07:00
Lei Chen
61fde19ceb disp: msm: fix vsync wait for poms and dms
SDE RSC does not need to wait for vsync during
dms. It was removed unintentionally with commit
a74d2cf7fa2f ("disp: msm: add runtime_pm ops
support in drm driver"). However, Panel mode
switch still needs vsync wait based on
recommendation. This change fixes vsync wait
for both cases.

Change-Id: Ic9119132eb15a8c33f3841ba5df2624189d93395
Signed-off-by: Lei Chen <chenlei@codeaurora.org>
2020-04-25 02:33:18 -07:00
Lei Chen
30269e04be disp: msm: dsi: Enable ESD check after POMS done
ESD check is disabled while switching panel operating mode.
This change enables ESD check after panel operating
mode switch is done.

Change-Id: I421d70d9be4c14107a7b51470801157d28874ffb
Signed-off-by: Lei Chen <chenlei@codeaurora.org>
2020-04-25 02:32:49 -07:00
Lei Chen
e40a8cb599 disp: msm: sde: Get connector roi state even when PU is disabled
Partial update will be disabled while panel operating
mode switch from command to video.
Display validation will be failed once CRTC and connector
ROI state are not the same.
So, added this change to get connector roi state even if
partial update is disabled.

Change-Id: Iebb1d001c1c11b659141ce301400704c16390ee6
Signed-off-by: Lei Chen <chenlei@codeaurora.org>
2020-04-25 02:32:01 -07:00
Sunil Paidimarri
b1c95548f5 net: stmmac: Support for MAC addr from config ini
Read the MAC address from the config file if exists and
assign to ethernet network interface. If file doesn't exist
use the hardcode mac address.

Change-Id: Id54982d9095573bb2f71789ca5e4b41959289c10
Acked-by: Abhishek Chauhan <abchauha@qti.qualcomm.com>
Signed-off-by: Sunil Paidimarri <hisunil@codeaurora.org>
2020-04-24 19:06:08 -07:00
Pratham Pratap
e5bd655ca3 USB: gadget: qti: Add support to update serial number
This change adds support to extract serial number passed
from kernel cmdline (androidboot.serailno) and update the
string_table so that correct serial number is passed to host.

Change-Id: Iec05dfd8b6196d7040cd865f9216630899437676
Signed-off-by: Pratham Pratap <prathampratap@codeaurora.org>
2020-04-25 03:57:56 +05:30
Sneh Shah
b2095ae5f4 net: stmmac: Add skb_orphan to improve embedded TCP throughput
Add skb_orphan for ipv4/ipv6 skb to improve throughput with TSO.

Change-Id: If1ea924a890f00ba448ab0dc256b4ac37c53cad9
Signed-off-by: Sneh Shah <snehshah@codeaurora.org>
2020-04-24 22:52:10 +05:30
Johnathan Cobden-Nolan
737ead52a7 ARM: dts: msm: Add support for AP2MDM_GPIO_STATUS on SA2150P
Drive the GPIO high during boot up to signal MDM.

Change-Id: I5a6aaa89b7b45bef6848d826e807e944ee5bb6a2
Signed-off-by: Johnathan Cobden-Nolan <jcobdenn@codeaurora.org>
2020-04-24 08:25:35 -07:00
Swetha Chikkaboraiah
7ad0fd98d6 ARM: dts: msm: Disable the IPA hw in APQ targets
Disable the IPA H/W for APQ targets in sdmmagpiep.dts

Change-Id: I97562b16bbeccbc5d0083585c78c116f21ff9c19
Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
2020-04-24 04:54:48 -07:00
Vivek Kumar
f5b0355e05 arm: dts: msm: Update actlr property for smmu in SA8195
Update qcom,actlr property for kgsl and apps smmu in
sa8195 in order to program cb-actlr registers with
recommended settings.

Change-Id: I8576c3257b64b2cbcb8a98dc7df115454a2dad83
Signed-off-by: Vivek Kumar <vivekuma@codeaurora.org>
2020-04-24 02:27:30 -07:00