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>
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>
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>
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>
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>
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>
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>
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>
Add skb_orphan for ipv4/ipv6 skb to improve throughput with TSO.
Change-Id: If1ea924a890f00ba448ab0dc256b4ac37c53cad9
Signed-off-by: Sneh Shah <snehshah@codeaurora.org>
Drive the GPIO high during boot up to signal MDM.
Change-Id: I5a6aaa89b7b45bef6848d826e807e944ee5bb6a2
Signed-off-by: Johnathan Cobden-Nolan <jcobdenn@codeaurora.org>
Disable the IPA H/W for APQ targets in sdmmagpiep.dts
Change-Id: I97562b16bbeccbc5d0083585c78c116f21ff9c19
Signed-off-by: Swetha Chikkaboraiah <schikk@codeaurora.org>
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>