Commit graph

580413 commits

Author SHA1 Message Date
Pengfei Liu
5217beb812 ARM: dts: msm: Add support for new flash mode on msm8998 skuk board
Add support for torch mode capability on msm8998 skuk board.

Change-Id: I6d59c7804d0dac5087e9b0e6c4a0cdacb5ddf3db
Signed-off-by: Pengfei Liu <pengfeiliu@codeaurora.org>
2016-12-20 23:23:36 -08:00
Rajesh Kemisetti
e5b907a314 ARM: dts: msm: Enable context aware and quirks for A512 on msmfalcon
Enable context aware dcvs for A512 GPU to handle the commands
from multiple contexts properly. Also enable quirks applicable
for A512.

Change-Id: If51734ae27add47a856ca378faf11e54b81e4dcf
Signed-off-by: Rajesh Kemisetti <rajeshk@codeaurora.org>
2016-12-21 12:35:01 +05:30
Amey Telawane
acfc7cf467 ARM: dts: msm: remove turing-cti node from msmtriton
Msmtriton reuses msmfalcon coresight device tree
file. Remove the turing-cti node which is not present
in msmtriton.

Change-Id: I67081ccaf7d8c7943f9b2614454d01da77ad7724
CRs-fixed: 1094175
Signed-off-by: Amey Telawane <ameyt@codeaurora.org>
2016-12-21 12:27:41 +05:30
Sureshnaidu Laveti
c445340edc msm: sensor: validating the flash initialization parameters
Copying the flash initialization parameters from userspace memory to
kernel memory and in turn checking for the validity of the flash
initialization parameters pointer sent from userspace.

CRs-Fixed: 1091603
Change-Id: I17d57016c254fb6628844a152b0e7d45c0b23b2d
Signed-off-by: Sureshnaidu Laveti <lsuresh@codeaurora.org>
2016-12-20 22:55:28 -08:00
Shankar Ravi
413086369d ARM: dts: msm: Enable camera for msmfalcon.
1. Add FRONT, BACK, AUX camera nodes.
2. Add CSID, CSIPHY,ISPIF, VFE, JPEG, CPP, nodes.
3. Add GPIO configuration in pinctrl.
4. Add support for upstream clock config.

Change-Id: I69001073af6b72875f6d023a1eb754fe0a0e00a1
Signed-off-by: Shankar Ravi <rshankar@codeaurora.org>
2016-12-20 22:33:23 -08:00
Sravan Kumar D.V.N
da5c2e07e7 msm: mdss: Initialize mdss v3 pp driver ops for msmfalcon
Define MDSS hw version and initialize mdss v3 pp driver ops
for msmfalcon

CRs-Fixed: 1102841
Change-Id: I2661a639c19dd451f22c9a29d7d75d9b3fb98114
Signed-off-by: Sravan Kumar D.V.N <sravank1@codeaurora.org>
2016-12-20 22:14:26 -08:00
Vijayavardhan Vennapusa
4a9268ecab ARM: dts: msm: Disable clock gating on msmfalcon
Disable clock gating to avoid ISOC packet drop during Super Speed
U1/U2 mode.

CRs-Fixed: 1085388
Change-Id: I2f083a399b0d433ac7e8fd358f75ec0778d0396a
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
2016-12-21 11:13:48 +05:30
Tirupathi Reddy
cd881ce2aa regulator: gfx-ldo: support voltage based regulator operations
The current gfx ldo driver supports only corner based regulator
operations. The gfx ldo(LDO300) regulator in msmfalcon is CPR
managed and requires support for voltage based regulator operations.
Add voltage based regulator operations for msmfalcon.

CRs-Fixed: 1068294
Change-Id: I510c2fe7f763c8d44c67794c889c687df60398d7
Signed-off-by: Tirupathi Reddy <tirupath@codeaurora.org>
2016-12-21 10:59:58 +05:30
Rama Krishna Phani A
74e699a210 thermal: tsens: Update critical interrupt functionality for Tsens
Critical interrupt can also get triggerred by FSM health monitoring
logic. Add support to handle this case as well. Program cycle
completion monitoring logic registers.

Change-Id: Ibf74e3cbdb8a7b54cfb93334de6992eda553e7e5
Signed-off-by: Rama Krishna Phani A <rphani@codeaurora.org>
2016-12-21 10:41:51 +05:30
Sreelakshmi Gownipalli
85ddeea84a diag: Change to GFP_KERNEL in diagfwd_buffers_init()
In diagfwd_buffers_init() change the memory allocation to
from GFP_ATOMIC to GFP_KERNEL.
This patch also replaces spinlock with mutex to enable device
to go into sleep mode.

Change-Id: I8ea299a4287401a0a01ff7bbdd86c37ccd138480
Signed-off-by: Sreelakshmi Gownipalli <sgownipa@codeaurora.org>
2016-12-21 10:20:49 +05:30
Amey Telawane
c15fe98163 jtag-fuse: add jtag-fuse support for etm save restore
Values stored in etm are lost across power collapse.
Enable the jtag fuses properly that helps in proper
selection of ETM register save/restore.

CRs-fixed: 1056777
Change-Id: I1cbc343ab33a8e639c4aedf0c5e0323f5730a13f
Signed-off-by: Amey Telawane <ameyt@codeaurora.org>
2016-12-21 10:14:58 +05:30
Laxminath Kasam
3f9f0d6821 ASoC: wcd9335: Fix compander disable after SSR
After SSR, observe tones heard with high volume.
compander and hph_mode mixer controls are reset
in post reset callback which will not be in
sync with userspace settings. Avoid reset of
compander and hph_mode controls in post reset
callback.

CRs-Fixed: 1010471
Change-Id: Iacb3e27a35027037613e82e483b10b635d492a75
Signed-off-by: Laxminath Kasam <lkasam@codeaurora.org>
2016-12-20 17:37:51 -08:00
Pavan Kumar Chilamkurthi
a50d444e11 msm: camera: fd: Fix race condition during stream-off
Fix a race condition where stream off is triggerred
from userspace at the same time when FD driver
executing interrupt workqueue handler. If streamoff
is completed before workqueue handler, workqueue
handler may access memroy that was released
during streamoff which may lead to crash.

Change-Id: I9650f21d35ab6bfb9030848eac139ab1accc176e
CRs-Fixed: 1093918
Signed-off-by: Pavan Kumar Chilamkurthi <pchilamk@codeaurora.org>
2016-12-20 16:17:08 -08:00
Siddartha Mohanadoss
fa588a4d6b iio: rradc: Update charger die temperature coefficients
Update slope and offset coefficients for charger die
temperature to compensate for temperature compensation.

Change-Id: Id95a65cefc25174eaf2bcd9b3d97fd8d3e632adb
Signed-off-by: Siddartha Mohanadoss <smohanad@codeaurora.org>
2016-12-20 15:40:16 -08:00
Linux Build Service Account
243d79cf40 Merge "USB: dwc3-msm: Perform HW reinitialization on HC died error" 2016-12-20 14:05:07 -08:00
Linux Build Service Account
b9d5c739ad Merge "defconfig: msm: enable remote debugger driver" 2016-12-20 14:05:05 -08:00
Linux Build Service Account
67e606e70e Merge "msm-3.18: drivers : added validation of input/output buffer sizes" 2016-12-20 14:05:05 -08:00
Linux Build Service Account
7636267d38 Merge "tty: serial: msm: Add suspend resume support" 2016-12-20 14:05:02 -08:00
Linux Build Service Account
2416087423 Merge "Revert "tty: serial: msm: Add runtime PM and system sleep support"" 2016-12-20 14:05:02 -08:00
Linux Build Service Account
15ebd16b81 Merge "soc: qcom: pil/ssr: fix issue with logs" 2016-12-20 14:05:01 -08:00
Linux Build Service Account
9246fbe7a5 Merge "ARM: dts: msm: Configure GPIO5 for home key for 8998 QRD interposer" 2016-12-20 14:04:57 -08:00
Linux Build Service Account
7243fc9aa6 Merge "sound: usb: Handle audio control interface descriptor properly" 2016-12-20 14:04:56 -08:00
Linux Build Service Account
00a6c512ad Merge "Revert "ecryptfs: forbid opening files without mmap handler"" 2016-12-20 14:04:55 -08:00
Linux Build Service Account
260fe22a72 Merge "ext4 crypto: added support for O_DIRECT flag" 2016-12-20 14:04:55 -08:00
Linux Build Service Account
70514ec343 Merge "msm: mdss: dsi: Add chromaticity values for HDR support" 2016-12-20 14:04:53 -08:00
Linux Build Service Account
b9bdafe127 Merge "ARM: dts: msm: Add HDR support for NT35597 panel" 2016-12-20 14:04:53 -08:00
Linux Build Service Account
f3fe3cecc1 Merge "msm: mdss: Fix out of bound access of array indexes" 2016-12-20 14:04:52 -08:00
Linux Build Service Account
47f15848c3 Merge "msm: sde: correct rotator unload sequence upon error" 2016-12-20 14:04:51 -08:00
Linux Build Service Account
b34026a220 Merge "msm: sde: Update capability for SDE rotator" 2016-12-20 14:04:50 -08:00
Linux Build Service Account
e9ab69a075 Merge "ASoC: msm: qdsp6v2: return error when copy from userspace fails" 2016-12-20 14:04:49 -08:00
Linux Build Service Account
314122fcd0 Merge "msm: qdsp6v2: extend media format provided to voice driver" 2016-12-20 14:04:49 -08:00
Linux Build Service Account
b0ba6bde9d Merge "ASoC: wcd934x: Add missing INT0 interpolator path" 2016-12-20 14:04:48 -08:00
Linux Build Service Account
a8dd69178c Merge "arm: dma_mapping: Support for DOMAIN_ATTR_S1_BYPASS attribute" 2016-12-20 14:04:40 -08:00
Linux Build Service Account
ab84cf7576 Merge "ARM: dts: msm: Add NFC device node for msm8998 QRD platforms" 2016-12-20 14:04:39 -08:00
Linux Build Service Account
0786411674 Merge "scsi: ufs: fix irq return code" 2016-12-20 14:04:38 -08:00
Linux Build Service Account
db014f3843 Merge "scsi: ufs: make sure all interrupts are processed" 2016-12-20 14:04:37 -08:00
Linux Build Service Account
f91543d4e8 Merge "net: ping: Fix stack buffer overflow in ping_common_sendmsg()" 2016-12-20 14:04:33 -08:00
Linux Build Service Account
08f2969dd3 Merge "clk: msm: clock-osm: fix read-modify-write for LLM volt vote register" 2016-12-20 14:04:33 -08:00
Linux Build Service Account
8c1b054af9 Merge "sound: usb: auto suspend device only if it supports remote wakeup" 2016-12-20 14:04:32 -08:00
Linux Build Service Account
2685dd1087 Merge "usb: core: Allow secondary event ring clean upon disconnect" 2016-12-20 14:04:31 -08:00
Linux Build Service Account
358f9b3361 Merge "usb: xhci: Acknowledge pending events in secondary event ring" 2016-12-20 14:04:30 -08:00
Linux Build Service Account
8a0ab369eb Merge "msm: ipa: fix split packet handling" 2016-12-20 14:04:29 -08:00
Linux Build Service Account
03a382981c Merge "usb: gadget: Add DPL support using IPA over BAM2BAM" 2016-12-20 14:04:29 -08:00
Linux Build Service Account
cb8f4d3dd7 Merge "ARM: dts: msm: Add QMP PHY init sequence for msmfalcon" 2016-12-20 14:04:28 -08:00
Linux Build Service Account
9d820bba82 Merge "usb: qusb2: De-assert TCSR_QUSB2PHY_CLAMP_DIG_N_1P8 upon boot up" 2016-12-20 14:04:24 -08:00
Linux Build Service Account
164220fbcd Merge "msm: ipa3: support AP+STA IPA stats" 2016-12-20 14:04:23 -08:00
Linux Build Service Account
b0edbd4968 Merge "defconfig: msmfalcon: Enable EHSET Test Fixture device driver" 2016-12-20 14:04:22 -08:00
Linux Build Service Account
216f3300c9 Merge "USB: composite: Send stall when no config is active" 2016-12-20 14:04:22 -08:00
Linux Build Service Account
12fdb0f751 Merge "usb: gadget: composite: Add spinlock protection for usb config descriptor" 2016-12-20 14:04:21 -08:00
Linux Build Service Account
0de55d669a Merge "ARM: dts: msm: Update MPM pin mappings for USB for msmfalcon" 2016-12-20 14:04:20 -08:00