Commit graph

577578 commits

Author SHA1 Message Date
Linux Build Service Account
e0585898e5 Merge "Revert "input: touchscreen: synaptics v1.1"" 2016-11-10 15:14:30 -08:00
Linux Build Service Account
d981af487e Merge "usb: host: xhci: Replace msleep with usleep_range" 2016-11-10 15:14:30 -08:00
Linux Build Service Account
28f36ff3c2 Merge "smb138x-charger: expose CHARGE_TYPE in parallel psy" 2016-11-10 15:14:28 -08:00
Linux Build Service Account
369bd9844d Merge "ASoC: Change info logs to debug" 2016-11-10 15:14:27 -08:00
Linux Build Service Account
1681e23d60 Merge "ASoC: msmcobalt: clean up bootup errors" 2016-11-10 15:14:26 -08:00
Linux Build Service Account
70e8e56deb Merge "ASoC: wcd9xxx: clean up bootup errors" 2016-11-10 15:14:25 -08:00
Linux Build Service Account
73ab51e35d Merge "ASoC: msm: refactor machine driver for msmfalcon" 2016-11-10 15:14:24 -08:00
Linux Build Service Account
26ef63d686 Merge "qseecom: remove entry from qseecom_registered_app_list" 2016-11-10 15:14:23 -08:00
Linux Build Service Account
194d6b16aa Merge "ARM: dts: msm: Enable gpu-quirk-disable-lmloadkill for msmcobalt" 2016-11-10 15:14:22 -08:00
Linux Build Service Account
d654f842d9 Merge "msm: kgsl: Add qcom,gpu-quirk-disable-lmloadkill" 2016-11-10 15:14:21 -08:00
Linux Build Service Account
a58e928724 Merge "USB: gadget: mtp: Make mtp_tx_req_len as Tx transfer length" 2016-11-10 15:14:20 -08:00
Linux Build Service Account
13840c574e Merge "msm: ipa: Add support to configure WAN RX desc size" 2016-11-10 15:14:19 -08:00
Linux Build Service Account
4dfa75b604 Merge "ARM: dts: msm: Disable lpm sleep modes for msmfalcon" 2016-11-10 15:14:16 -08:00
Abinaya P
04e7c994ca Revert "input: touchscreen: synaptics v1.1"
This reverts 'commit 7112993181 ("input: touchscreen: synaptics v1.1")'
This change is not needed in 4.4 kernel.

Change-Id: I89ab8f353bc04bc0a04d5f5a6993e8e8e5ebbd2e
Signed-off-by: Abinaya P <abinayap@codeaurora.org>
Signed-off-by: Shantanu Jain <shjain@codeaurora.org>
2016-11-10 12:40:32 +05:30
Linux Build Service Account
e95375540c Merge "crypto: msm: qce50: Prevent deadlock during timeout" 2016-11-09 16:25:10 -08:00
Linux Build Service Account
05a0fa2b20 Merge "dma-mapping: use iommu_unmap for unmapping address" 2016-11-09 16:25:09 -08:00
Linux Build Service Account
d9a9a205a9 Merge "ARM: dts: msm: switch to RPM control for regulators on MSMFALCON" 2016-11-09 16:25:09 -08:00
Linux Build Service Account
dd4dc008b8 Merge "fg-memif: update IMA error handling and clear sequence" 2016-11-09 16:25:07 -08:00
Linux Build Service Account
c05ea068d8 Merge "spmi: pmic-arb: support show_resume_irq" 2016-11-09 16:25:04 -08:00
Linux Build Service Account
0352bfd3f3 Merge "ASoC: wcd934x: Change SIDO reference to internal" 2016-11-09 16:25:03 -08:00
Linux Build Service Account
31ce266c3f Merge "msm: kgsl: Enable retention for gpu core clock" 2016-11-09 16:25:01 -08:00
Linux Build Service Account
67dc1ae411 Merge "msm: kgsl: Ignore EAGAIN when programming perfcounter" 2016-11-09 16:24:58 -08:00
Linux Build Service Account
2d01b7daf1 Merge "msm: kgsl: Increase fault detection threshold value" 2016-11-09 16:24:57 -08:00
Linux Build Service Account
af730b8728 Merge "wil6210: validate wil_pmc_alloc parameters" 2016-11-09 16:24:56 -08:00
Linux Build Service Account
71e6cbe0b0 Merge "mdss: sde: Add register read/write debugfs for SDE rotator" 2016-11-09 16:24:55 -08:00
Linux Build Service Account
cc699c3f57 Merge "msm: kgsl: Declare iomem addresses as void" 2016-11-09 16:24:54 -08:00
Linux Build Service Account
04fa73f4a4 Merge "msm: kgsl: Correct the merciu size for a540" 2016-11-09 16:24:53 -08:00
Yasir Malik
8ae62993fc crypto: msm: qce50: Prevent deadlock during timeout
Lock out interrupts during issuing dummy request in timeout to prevent from
a potential deadlock happening.

Change-Id: I986d8c36c839a1dee23761465ad331ffc31dd6ac
CRs-Fixed: 1008319
Acked-by: Che-Min Hsieh <cheminh@qti.qualcomm.com>
Signed-off-by: Yasir Malik <ymalik@codeaurora.org>
2016-11-09 09:43:31 -08:00
Ashay Jaiswal
110f023c2c ARM: dts: msm: switch to RPM control for regulators on MSMFALCON
Convert most of the pmfalcon stub-regulator devices to a
rpm-smd-regulator devices. This ensures that requests made for
these regulators are aggregated by the RPM processor along with
the requests from other processors.
Also, add a dummy gfx_vreg_corner regulator until the CPR node
is added.

While at it, rename all regulators names and add pm/pm2 prefix
to differentiate between regulators on multiple supported PMICs.
Also update all clients with new regulator phandles.

CRs-Fixed: 1077493
Change-Id: I95b17de5bf17b62096d2c9d60633b6b30768752a
Signed-off-by: Ashay Jaiswal <ashayj@codeaurora.org>
2016-11-09 13:06:57 +05:30
Hemant Kumar
ab1ac1288b usb: host: xhci: Replace msleep with usleep_range
Since usleep_range provides better accuracy in
comparison to msleep. This helps in reducing the
latency of host bus resume.

Change-Id: Id22104b9e5b63153731df9eb55759de9a86128c6
Signed-off-by: Hemant Kumar <hemantk@codeaurora.org>
2016-11-08 15:47:53 -08:00
Harshdeep Dhatt
54162545a1 ARM: dts: msm: Enable gpu-quirk-disable-lmloadkill for msmcobalt
A540v1 and v2 both need to enable the LMLOADKILL quirk for the
GPU.

CRs-Fixed: 1036444
Change-Id: I84243578a1ef2f9948f0c9a8c1c00dc6a31eb579
Signed-off-by: Harshdeep Dhatt <hdhatt@codeaurora.org>
2016-11-08 15:15:31 -07:00
Harshdeep Dhatt
00e0494320 msm: kgsl: Add qcom,gpu-quirk-disable-lmloadkill
Add a quirk to set LMLOADKILLDIS bit in A5XX_VPC_DBG_ECO_CNTL
and clear LMLOADKILLDIS bit in A5XX_HLSQ_DBG_ECO_CNTL registers.
This is done to avoid a VPC corner case with local memory(LM)
which leads to corrupt internal state on A540 and its derivatives.

CRs-Fixed: 1036444
Change-Id: I31008433f19924bb35560d3e35fe0665e73751d5
Signed-off-by: Harshdeep Dhatt <hdhatt@codeaurora.org>
2016-11-08 15:15:25 -07:00
Sunil Paidimarri
41d38586f9 msm: ipa: Add support to configure WAN RX desc size
Embedded tputs depend on WAN RX desc size, but, every target
has its own limitations of memory and embedded tputs goals.
So, add parameter to configure WAN RX desc size through device tree.

Change-Id: I28c550058dd990c9c8cd368a2677097c7f057ccd
CRs-Fixed: 1081543
Signed-off-by: Sunil Paidimarri <hisunil@codeaurora.org>
2016-11-08 13:48:42 -08:00
Subbaraman Narayanamurthy
bc17be09da fg-memif: update IMA error handling and clear sequence
Based on the hardware documentation, update the IMA error
handling and clear sequence. In addition, check for DMA errors
and clear it before SRAM transactions begin. Also, check for IMA
hardware status to run the IMA clear sequence during ima_init and
not just based on IMA exception status alone. This is to help
with FG SRAM access to resume again properly in case of an error
encountered.

Change-Id: I583fa51599a1cbbd029cb45c075429730d2e071b
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
2016-11-08 12:29:05 -08:00
Linux Build Service Account
4a91ea36cb Merge "ARM: dts: msm: Add stub regulator devices for msmtriton" 2016-11-08 11:19:15 -08:00
Linux Build Service Account
684c01af9a Merge "ARM64: config: Add VPN support" 2016-11-08 11:19:14 -08:00
Linux Build Service Account
f83f0cdbd0 Merge "ARM: dts: msm: Add QRD interposer dts file for msmcobalt" 2016-11-08 11:19:13 -08:00
Linux Build Service Account
bd04f6926f Merge "qpnp-fg-gen3: support configuring ESR FCC based on charging status" 2016-11-08 11:19:11 -08:00
Linux Build Service Account
27df8e4425 Merge "ASoC: wcd934x: Fix fake button press for headset insertion" 2016-11-08 11:19:09 -08:00
Linux Build Service Account
9d893fc136 Merge "ASoC: wcd9335: Fix AANC click and pop in voice call" 2016-11-08 11:19:09 -08:00
Linux Build Service Account
087bcf1fcf Merge "ASoC: wcd934x: Fix AANC click and pop in voice call" 2016-11-08 11:19:08 -08:00
Linux Build Service Account
a97a6be4de Merge "sched: Ensure watchdog is enabled before disabling" 2016-11-08 11:19:07 -08:00
Linux Build Service Account
5a1e6a8dbf Merge "sched/core: Keep rq online after cpu isolation" 2016-11-08 11:19:06 -08:00
Linux Build Service Account
b820fbcdd2 Merge "sched: Fix race condition with active balance" 2016-11-08 11:19:06 -08:00
Linux Build Service Account
b8f4f2de0f Merge "qcom-charger: Add batch register access support for CC2 removal" 2016-11-08 11:19:05 -08:00
Linux Build Service Account
135b2c6882 Merge "msm: kgsl: Add speed bin read capabilities for A306a GPU" 2016-11-08 11:19:04 -08:00
Linux Build Service Account
e0a287f464 Merge "ARM: dts: msm: Add remote debugger device configuration for msmcobalt" 2016-11-08 11:19:03 -08:00
Linux Build Service Account
e733abf82b Merge "ANDROID: binder: Clear binder and cookie when setting handle in flat binder struct" 2016-11-08 11:19:02 -08:00
Linux Build Service Account
d64b4912b6 Merge "qpnp-smb2: fix reverse boost when input is removed" 2016-11-08 11:19:01 -08:00
Linux Build Service Account
f87432168b Merge "sound: usb: Add support to handle QMI client disconnect" 2016-11-08 11:18:59 -08:00