Commit graph

572103 commits

Author SHA1 Message Date
Linux Build Service Account
5b706a9e62 Merge "usb: pd: pdphy: Assign __pdphy before usbpd_create()" 2016-07-15 14:34:45 -07:00
Linux Build Service Account
0b99b1787e Merge "irq-chip: gic-v3: Initialize mpm for GIC monitored interrupts" 2016-07-15 14:34:34 -07:00
Linux Build Service Account
b6102f3c1f Merge "spmi: spmi-pmic-arb: enable the SPMI interrupt as a wakeup source" 2016-07-15 14:34:21 -07:00
Linux Build Service Account
ea475748ca Merge "USB: gadget: serial: Fix debugfs crash" 2016-07-15 08:15:20 -07:00
Linux Build Service Account
e766bceaab Merge "msm: ADSPRPC: Handle fastrpc glink channel open on timeout" 2016-07-15 03:44:36 -07:00
Linux Build Service Account
c1a59856b2 Merge "msm: kgsl: Disable GPU software clockgating on A540" 2016-07-15 03:44:33 -07:00
Linux Build Service Account
90ef75e99a Merge "ARM: dts: msmcobalt: Add control for GPU software clockgating" 2016-07-15 03:44:33 -07:00
Linux Build Service Account
a2236a02a7 Merge "scsi: ufshcd: Fix race between clk scaling and ungate work" 2016-07-15 03:44:32 -07:00
Linux Build Service Account
6149cd536b Merge "ARM: dts: msm: add 2k truly panel for msmcobalt" 2016-07-15 03:44:31 -07:00
Linux Build Service Account
ce7b3b1705 Merge "qcom-charger: show correct battery status while charging via wireless" 2016-07-15 03:44:30 -07:00
Linux Build Service Account
a356bbf034 Merge "msm: ipa3: don't check offset_entry when using DDR address" 2016-07-15 03:44:29 -07:00
Linux Build Service Account
c5b0fe8f95 Merge "msm: kgsl: Disable GPU isense clock below nominal power level" 2016-07-15 03:44:28 -07:00
Linux Build Service Account
d487ef9aa9 Merge "Merge remote-tracking branch 'origin/tmp-917a9a9133a6' into lsk" 2016-07-15 03:44:27 -07:00
Linux Build Service Account
429d29225e Merge "ARM: dts: msm: disable L1 and L1ss for PCIe on msmcobalt" 2016-07-15 03:44:27 -07:00
Linux Build Service Account
cbd856e4bd Merge "qcom-charger: qpnp-smb2: enable some irqs as a wakeup source" 2016-07-15 03:44:26 -07:00
Linux Build Service Account
427ac22e77 Merge "usb: dwc3: Fix bug in ep disable operation" 2016-07-15 03:44:25 -07:00
Linux Build Service Account
5c73b07b81 Merge "icnss: Setup hypervisor permissions for MSA0" 2016-07-15 03:44:24 -07:00
Linux Build Service Account
e0addbd952 Merge "msm: vidc: Fix buffer overflow issue in driver" 2016-07-15 03:44:24 -07:00
Linux Build Service Account
0c666a3278 Merge "spmi-pmic-arb: change mode callback/ops for v3" 2016-07-15 03:44:23 -07:00
Linux Build Service Account
2f032882e7 Merge "msm: kgsl: Remove ISENSE control code" 2016-07-15 03:44:22 -07:00
Linux Build Service Account
7368ff9eae Merge "ARM: dts: msmcobalt: Enable GPU Turbo on A540" 2016-07-15 03:44:22 -07:00
Linux Build Service Account
57cfb76cee Merge "msm: ipa: exit when hdr proc ctx table is full" 2016-07-15 03:44:18 -07:00
Arumuga Durai A
9ac1785393 USB: gadget: serial: Fix debugfs crash
Serial function driver creates debugfs files even though ports
are not allocated. Fetching/reading those files without allocation
of ports leads to crash. Check port allocation before creating
the files.

Change-Id: I85b050a261cca6f961d5d9058efb8b7facf242ce
Signed-off-by: Arumuga Durai A <cadurai@codeaurora.org>
2016-07-15 02:36:33 -07:00
Sathish Ambley
55d06ad8fb msm: ADSPRPC: Handle fastrpc glink channel open on timeout
Added channel state and checks to avoid glink channel opening twice
during timeout of previous call. Clean up and added more checks.

Change-Id: Ibf5343a86d3aeaf67acfbae381f103428c98ea73
Acked-by: Viswanatham Paduchuri <vpaduchu@qti.qualcomm.com>
Signed-off-by: Sathish Ambley <sathishambley@codeaurora.org>
2016-07-14 14:08:50 -07:00
Venkat Gopalakrishnan
631771d3a0 scsi: ufshcd: Fix race between clk scaling and ungate work
The ungate work turns on the clock before it exits hibern8,
if the link was put in hibern8 during clock gating work.
There occurs a race condition when clock scaling work calls
ufshcd_hold() to make sure low power states cannot be entered,
but that returns by checking only whether the clocks are on.
This causes the clock scaling work to issue UIC commands when
the link is in hibern8 causing failures. Make sure we exit
hibern8 state before returning from ufshcd_hold().

Callstacks for race condition:

ufshcd_scale_gear+0x120/0x138
ufshcd_devfreq_scale+0x98/0x154
ufshcd_devfreq_target+0x14c/0x250
update_devfreq+0xc4/0x10c
devfreq_monitor+0x34/0x90
process_one_work+0x24c/0x430
worker_thread+0x2e0/0x408
kthread+0x100/0x108
ret_from_fork+0x10/0x40

ufshcd_uic_hibern8_exit+0x128/0x1f0
ufshcd_ungate_work+0xec/0x148
process_one_work+0x24c/0x430
worker_thread+0x2e0/0x408
kthread+0x100/0x108
ret_from_fork+0x10/0x40

CRs-Fixed: 1036530
Change-Id: I7f430abfb2a545ac97dee488a696a89cd18214f1
Signed-off-by: Venkat Gopalakrishnan <venkatg@codeaurora.org>
2016-07-14 12:05:54 -07:00
Jack Pham
61c66d0fb0 usb: pd: pdphy: Assign __pdphy before usbpd_create()
As the PD PHY probes, assign the static __pdphy pointer with
the pdphy instance prior to calling usbpd_create(). This ensures
that if the policy engine state machine kicks off right away
and calls back into the PHY APIs that there is a valid instance
found.

As further safeguarding, also fix the open/close/signal/write APIs
in the case where the instance cannot be found by using pr_err
instead of dev_err which would lead to a NULL pointer dereference.

Change-Id: I59a01f2ac3b0c374eb3420f40054cc05a80226ba
Signed-off-by: Jack Pham <jackp@codeaurora.org>
2016-07-14 10:56:39 -07:00
Amir Levy
475735e7ac msm: ipa3: don't check offset_entry when using DDR address
Checking offset_entry is not necessary when using DDR addresses.
Check offset_entry only when using header tables.

CRs-fixed: 1041515
Change-Id: I4b3e44bda6ee05932a7de66e1e7cea300936f982
Signed-off-by: Amir Levy <alevy@codeaurora.org>
2016-07-14 09:29:20 +03:00
Tony Truong
c93b93ee87 ARM: dts: msm: disable L1 and L1ss for PCIe on msmcobalt
While NOC timeout feature is enabled, L1 and L1 substate
low power mode should be disabled. Thus, disable L1 and L1ss
for PCIe on msmcobalt.

Change-Id: If77f1850396d3e78cdcb774cdb6de148a2b4d14e
Signed-off-by: Tony Truong <truong@codeaurora.org>
2016-07-13 16:58:40 -07:00
Ingrid Gallardo
27565a5d5b ARM: dts: msm: add 2k truly panel for msmcobalt
Add required settings for command mode and video
mode 2k truly panel and include those settings in
msmcobalt for CDP and MTP.

Change-Id: I419af32ee73bd486258692eba3f699e6b987c288
Signed-off-by: Ingrid Gallardo <ingridg@codeaurora.org>
2016-07-13 16:46:52 -07:00
Harry Yang
57cd771117 qcom-charger: show correct battery status while charging via wireless
POWER_SUPPLY_STATUS shows 'Discharging' when DCIN is the only charging
input, because current input online report is solely based on USB.
DCIN is included to fix the issue.

CRs-Fixed: 1034899
Change-Id: I58b8ca712a7900caf37bf79f5281fb3b6dab80f2
Signed-off-by: Harry Yang <harryy@codeaurora.org>
2016-07-13 16:21:15 -07:00
Linux Build Service Account
aa958278d1 Merge "ASoC: wcd9335: Update decimator filter cutoff frequency" 2016-07-13 15:45:38 -07:00
Linux Build Service Account
559ef8a428 Merge "ASoC: msmcobalt: add channel configuration for proxy port" 2016-07-13 15:45:37 -07:00
Linux Build Service Account
6c4e0476e3 Merge "ASoC: msm: qdsp6v2: Add get for App Type mixer control" 2016-07-13 15:45:36 -07:00
Linux Build Service Account
a53e735b55 Merge "soc: qcom: glink_smd_xprt: Fix smd close ack for legacy channel" 2016-07-13 15:45:35 -07:00
Linux Build Service Account
2b8fc67b85 Merge "soc: qcom: glink_smd_xprt: Fix ssr sync during intent request" 2016-07-13 15:45:34 -07:00
Linux Build Service Account
a6a02749f0 Merge "ASoC: wcd-mbhc: enable micbias for special headset" 2016-07-13 15:45:33 -07:00
Linux Build Service Account
102a3b4bfa Merge "ASoC: wcd9330: Update driver for 12.288MHz clock support" 2016-07-13 15:45:32 -07:00
Linux Build Service Account
e78a398fb7 Merge "ASoC: wcd-mbhc: fix plug removal detection from extension cable" 2016-07-13 15:45:31 -07:00
Linux Build Service Account
d55264e2fc Merge "ASoC: msm8996: add support for packed 24 bit" 2016-07-13 15:45:30 -07:00
Linux Build Service Account
3d1c3acafb Merge "ARM: dts: msm: set rcu_expedited for msm chisets" 2016-07-13 15:45:29 -07:00
Linux Build Service Account
9e23575348 Merge "ARM: dts: msm: support full Gold cluster frequency plan for msmcobalt" 2016-07-13 15:45:28 -07:00
Linux Build Service Account
f3b676e818 Merge "ARM: dts: msm: Enabling ESD detection support for msmcobalt" 2016-07-13 15:45:27 -07:00
Linux Build Service Account
71d280d4b3 Merge "ARM: dts: msm: update VDD_GFX CPR voltage adjustments for msmcobalt" 2016-07-13 15:45:26 -07:00
Linux Build Service Account
2a8092a9c2 Merge "msm: mdss: fix QSEED3 bypass mode and lut cfg issues" 2016-07-13 15:45:25 -07:00
Linux Build Service Account
dd6f2cf39a Merge "qcom-charger: smb-lib: fix battery health status" 2016-07-13 15:45:24 -07:00
Linux Build Service Account
2197cb0f60 Merge "ARM: dts: msm: update VDD_APC1 CPR margin adjustments for msmcobalt" 2016-07-13 15:45:22 -07:00
Linux Build Service Account
c50c09ee13 Merge "ARM: dts: msm: enable qcom,no-smr-check for mmss smmu for msmcobalt" 2016-07-13 15:45:20 -07:00
Linux Build Service Account
da3d93c35c Merge "icnss: Add support for suspend/resume" 2016-07-13 15:45:20 -07:00
Linux Build Service Account
5551ac503f Merge "msm: mdss: Fix AD backlight configuration" 2016-07-13 15:45:18 -07:00
Linux Build Service Account
ba76bbcfcb Merge "defconfig: msmcortex: Enable USB audio QMI service driver" 2016-07-13 15:45:18 -07:00