Commit graph

592162 commits

Author SHA1 Message Date
Linux Build Service Account
9875d5f19c Merge "msm: ipa3: fix compatibility with ipa user space" 2017-07-17 05:28:28 -07:00
Linux Build Service Account
0179cf4d43 Merge "mmc: sdhci-msm: Set dll to good phase while sending cmd13 in tuning" 2017-07-17 05:28:27 -07:00
Linux Build Service Account
3767fad4ec Merge "msm:ipa: using rate limit api for ioctl calls" 2017-07-17 05:28:26 -07:00
Sayali Lokhande
cc705faa5b mmc: sdhci: Enable CDR for cmdq mode
From sdm660 onwards, the sdcc core will support
CDR in CMDQ mode, so it needs to be enabled.
This change is to enable CDR for cmdq mode.

Change-Id: I64681a3c94b6bd4191337c5c014171ff32a7d3c1
Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>
2017-07-17 13:36:58 +05:30
Mohit Aggarwal
c032cdd08e diag: Add protection while de-initializing clients
Currently, while de-initializing clients, there is
a possibility of using already freed memory. The
patch adds proper protection to fix the issue.

CRs-Fixed: 2068569
Change-Id: I4b397a82e03fa2f1c84cfa8ca912cdb6a51ba08b
Signed-off-by: Mohit Aggarwal <maggarwa@codeaurora.org>
2017-07-16 23:58:09 -07:00
Anirudh Ghayal
160b3f9169 power: smb-lib: Improve the OTG enable workaround for PM660
There are scenarios where inductive load with higher inrush
current may fail to turn on the OTG. Improve the OTG turn-on
sequence by gradually increasing the current-limit if it
fails to turn-on with a lower current.

CRs-Fixed: 2075050
Change-Id: I41c1e25257a4ee87f00287e07773331b1445b5f2
Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org>
2017-07-17 12:22:42 +05:30
Manish Dewangan
ac162df12c ASoc: msm: qdspv2: Fix latency calculation in pcm offload path
Continuous latency for pcm offload is incorrect as buffer offset
is not getting considered while pattern matching.

Fix this by considering buffer offset while calculating
continuous latency.

CRs-Fixed: 2059729
Change-Id: I943da364f99a4152119d34a98b343e6e1cbad5b8
Signed-off-by: Manish Dewangan <manish@codeaurora.org>
2017-07-16 23:19:03 -07:00
Sravan Kumar D.V.N
99a3334a22 msm: mdss: Fix possible memory overwrite in pgc config
Possible memory overwrite in pgc get config is fixed by
eliminating direct reference to user data.

Change-Id: I7117848bacb8e69720eb3121d02bbacf02cab13a
Signed-off-by: Sravan Kumar D.V.N <sravank1@codeaurora.org>
2017-07-16 22:34:52 -07:00
tharun kumar
da37ca0b1f msm: rdbg: remote debugger support on CDSP
The Remote Debugger driver allows a debugger running
on a host PC to communicate with a remotestub running
on peripheral subsystems.

Change-Id: I3bb02bd784b6b378d707ff8a6422ae9fa912d28d
Acked-by: Chenna Kesava Raju <chennak@qti.qualcomm.com>
Signed-off-by: Tharun Kumar Merugu <mtharu@codeaurora.org>
2017-07-16 21:35:41 -07:00
Linux Build Service Account
0ea2b1fc15 Merge "ASoC: msm: Add hwdep node for NOIRQ FE" 2017-07-16 21:04:58 -07:00
Linux Build Service Account
6a8c2e8775 Merge "ASoC: msm: qdsp6v2: Set path type to LIVE_REC in LISTEN passthrough case" 2017-07-16 21:04:57 -07:00
Linux Build Service Account
ca718c036b Merge "ASoC: mbhc: Fix audio mute for special headset" 2017-07-16 21:04:57 -07:00
Linux Build Service Account
40bc47487b Merge "ASoC: wcd9335: Reset power_active_ref to 0 when it is negative" 2017-07-16 21:04:56 -07:00
Linux Build Service Account
a2c6e77e46 Merge "ASoC: msm: qdsp6v2: Add matrix limiter support" 2017-07-16 21:04:55 -07:00
Linux Build Service Account
4687d5a757 Merge "ASoc: msm8998: Add multichannel support for SLIM_0_RX" 2017-07-16 21:04:54 -07:00
Linux Build Service Account
9e47a24f1a Merge "msm: ipa: remove delay in out of buffer recovery procedure" 2017-07-16 21:04:53 -07:00
Linux Build Service Account
81e9c7bff2 Merge "ARM: dts: msm: Add initial support for msm8998-9x55" 2017-07-16 21:04:52 -07:00
Linux Build Service Account
9c48a514dd Merge "msm: kgsl: Change pwrlevels array index type to unsigned int" 2017-07-16 21:04:52 -07:00
Linux Build Service Account
641b384203 Merge "msm: camera: isp: Avoid to detect out of sync using time" 2017-07-16 21:04:51 -07:00
Amir Levy
7329683194 msm: ipa3: fix compatibility with ipa user space
Add several defines and structs to allow IPA user space compile.

Change-Id: Icd6fe721bd0572b6c8f0c57dd65da3e7a6e69596
Acked-by: Dmitry Kogan <dmitryk@qti.qualcomm.com>
Signed-off-by: Amir Levy <alevy@codeaurora.org>
2017-07-16 18:14:54 +03:00
Linux Build Service Account
9fa4a186c0 Merge "drm/msm: add YUV format support for HDMI" 2017-07-15 13:40:03 -07:00
Linux Build Service Account
a019f26af8 Merge "drm/msm: add RGB 30-bit deep color support for HDMI" 2017-07-15 13:40:02 -07:00
Utkarsh Saxena
db4e6d3de8 msm:ipa: using rate limit api for ioctl calls
ipav2/ipav3 ioctl calls input arguments validation failed cases,
replacing IPAERR() with IPAERR_RL() marco for controlling logs
printing on the console.

Change-Id: I0d1aabb9b500228e5fd5d94cf17657bf29bdf175
Acked-by: Ashok Vuyyuru <avuyyuru@qti.qualcomm.com>
Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
Signed-off-by: Mohammed Javid <mjavid@codeaurora.org>
2017-07-15 22:13:49 +05:30
Abhinav Kumar
3864a8ac3c drm/msm: fix Y420CMDB EDID block parsing
Fix the Y420CMDB EDID block parsing to handle
the case where the block does not include a capability
bitmap.

This case means that all the short video descriptors
support the YUV 420 mode as well.

Also fix the incorrect length check in the parser API.
The capability bitmap has no minimum length field.

Change-Id: I5d9c2d3ac11d5ddad8e36cb7acfebfb41175f4b7
Signed-off-by: Abhinav Kumar <abhinavk@codeaurora.org>
2017-07-14 20:21:20 -07:00
Linux Build Service Account
a09e027f86 Merge "ASoc: msm: Support TDM dai clk attribute and freq configuration" 2017-07-14 17:59:57 -07:00
Linux Build Service Account
e673df7b72 Merge "ASoc: msm: Support PRI_TDM_TX routing to QUAT_TDM_RX port mixer." 2017-07-14 17:59:56 -07:00
Linux Build Service Account
f99b15bc11 Merge "msm: mdss: do not resynchronize DSI FIFO if during device boot up" 2017-07-14 17:59:55 -07:00
Linux Build Service Account
5d33d4985a Merge "msm: sde: Set minimum traffic shaping in sde rotator" 2017-07-14 17:59:54 -07:00
Linux Build Service Account
d70bfa127b Merge "msm: mdss: Avoid direct dereference user input in pp cache config" 2017-07-14 17:59:53 -07:00
Linux Build Service Account
c25fd79e76 Merge "msm: sensor: Fix for variable being de-referenced without proper check" 2017-07-14 17:59:52 -07:00
Linux Build Service Account
6c18a826c7 Merge "serial: msm_serial_hs: Optimize the total tty port support" 2017-07-14 17:59:51 -07:00
Linux Build Service Account
b4bb5c107d Merge "diag: Protect mask updates for memory device session" 2017-07-14 17:59:50 -07:00
Sravan Kumar D.V.N
bb760cae59 msm: mdss: Fix possible leaks in PP LUT get functions
Possible user information leaks in post processing LUT get
functions are fixed by properly copying user data.

Change-Id: I529f74a79e5857902177c8054d136b4544370be2
Signed-off-by: Sravan Kumar D.V.N <sravank1@codeaurora.org>
2017-07-14 07:55:48 -07:00
Linux Build Service Account
4bf2e9f455 Merge "msm:ipa: Fix to incorrect structure access" 2017-07-14 04:01:33 -07:00
Linux Build Service Account
ed591f0f78 Merge "ASoC: msm8998: Add MM front end DAI links for interactive streams" 2017-07-14 04:01:30 -07:00
Linux Build Service Account
09e0532f9d Merge "ASoC: msm: Support mixer controls for Pan/scale & downmix" 2017-07-14 04:01:29 -07:00
Linux Build Service Account
b90525b5f0 Merge "ASoC: q6dspv2: Support for pan-scale and downmix set param" 2017-07-14 04:01:29 -07:00
Linux Build Service Account
eaea16f0b2 Merge "fbdev: msm: Add check for fence count" 2017-07-14 04:01:28 -07:00
Linux Build Service Account
a189faf365 Merge "msm: mdss: apply bus throughput factor for high downscale cases" 2017-07-14 04:01:27 -07:00
Linux Build Service Account
de4967ee70 Merge "ARM: dts: msm: rename mdss_mdp to sde_kms for msm8996" 2017-07-14 04:01:26 -07:00
Linux Build Service Account
20f79f9e8f Merge "msm_11ad: Compile as module instead of built-in" 2017-07-14 04:01:22 -07:00
Linux Build Service Account
bcad6b5748 Merge "msm-core: Align the trace log temp in same scale factor" 2017-07-14 04:01:21 -07:00
Linux Build Service Account
2f3a5aede8 Merge "usb: pd: Add delay before sending Source Capabilities" 2017-07-14 04:01:20 -07:00
Linux Build Service Account
52da1d7a4f Merge "ARM: dts: msm: Enable pmic gpio13 so neutrino driver can toggle it in probe" 2017-07-14 04:01:17 -07:00
Linux Build Service Account
b971eaa3a0 Merge "net: ipv6: reset daddr and dport in socket if connect() fails" 2017-07-14 04:01:14 -07:00
Linux Build Service Account
bd63fad4d1 Merge "ARM: dts: msm: Use wlan carveout region for sdm660/sdm630" 2017-07-14 04:01:11 -07:00
Linux Build Service Account
5c64544466 Merge "smb-lib: fix usbin_icl_change interrupt storm" 2017-07-14 04:00:26 -07:00
Linux Build Service Account
6cc3f85f8c Merge "msm: ADSPRPC: define separate signals for port and link states" 2017-07-14 04:00:25 -07:00
Linux Build Service Account
a4e0503bd2 Merge "diag: Update stream for active PD mdlog session" 2017-07-14 04:00:24 -07:00
Linux Build Service Account
12b782766d Merge "ARM: dts: msm: Add IPA dtsi entries for MSM8996 Auto" 2017-07-14 04:00:23 -07:00