Commit graph

590244 commits

Author SHA1 Message Date
Linux Build Service Account
6d91eba63e Merge "ASoC: msm: Enable use of noirq playback and capture" 2017-06-01 01:53:16 -07:00
Linux Build Service Account
8cbd998688 Merge "pinctrl: lpi: Avoid null pointer access in dbg_show" 2017-06-01 01:53:15 -07:00
Linux Build Service Account
36d10a3882 Merge "ASoC: audio_notifier : Change logic for initial boot" 2017-06-01 01:53:14 -07:00
Linux Build Service Account
4383ba69ae Merge "ASoC: wcd934x: Add support to restore IIR coefficients after power collapse" 2017-06-01 01:53:13 -07:00
Linux Build Service Account
d06a7d01d4 Merge "iommu: iommu-debug: cleanup iommu debug" 2017-06-01 01:53:11 -07:00
Linux Build Service Account
d4caef59c0 Merge "mhi: core: Only allow registration if channel is supported by endpoint." 2017-06-01 01:53:10 -07:00
Linux Build Service Account
b5c7db0743 Merge "mhi: core: Fix memory leak in MHI DE_INIT" 2017-06-01 01:53:09 -07:00
Linux Build Service Account
0934299196 Merge "mhi: core: Create dummy MHI APIs to fix compile errors" 2017-06-01 01:53:09 -07:00
Linux Build Service Account
e5e25bbebf Merge "drivers: firmware: psci: Set ARM32 cpuidle ops" 2017-06-01 01:53:08 -07:00
Linux Build Service Account
864fd17d93 Merge "diag: Synchronize command registration table access" 2017-06-01 01:53:07 -07:00
Linux Build Service Account
9037b7483c Merge "ASoC: msm: add support for RTIC events" 2017-06-01 01:53:05 -07:00
Linux Build Service Account
28192a79e3 Merge "ASoC: msm: Add support for 192KHz sampling rate" 2017-06-01 01:53:04 -07:00
Linux Build Service Account
bccca4c896 Merge "msm: camera: Align smmu mapping len to 128M." 2017-06-01 01:53:03 -07:00
Linux Build Service Account
d5430d098c Merge "msm: ais: Add regulator enable and disable independent of CSID" 2017-06-01 01:53:02 -07:00
Linux Build Service Account
c183209691 Merge "msm: camera: cpp: Issue CPP HALT on page fault" 2017-06-01 01:53:00 -07:00
Linux Build Service Account
15f0386b00 Merge "msm: camera: sensor: Change REFGEN for DPHY CLK/DATA to internal bias" 2017-06-01 01:52:59 -07:00
Linux Build Service Account
9d0b778206 Merge "ARM: dts: msm: change gpio mode on msm8998" 2017-06-01 01:52:58 -07:00
Linux Build Service Account
d7c721d345 Merge "qcdev: Check the digest length during the SHA operations" 2017-06-01 01:52:57 -07:00
Linux Build Service Account
50b42d62de Merge "coresight: fix the unbalanced qdss_clock count" 2017-06-01 01:52:57 -07:00
Linux Build Service Account
9fbc608307 Merge "diag: dci: Validate dci client entries prior to access" 2017-06-01 01:52:56 -07:00
Linux Build Service Account
4bb39679c0 Merge "diag: Add PD buffering mode configuration support" 2017-06-01 01:52:55 -07:00
Linux Build Service Account
bc9a6a81f4 Merge "usb: pd: policy_engine: Handle Get_Source_Cap properly from PE_SRC_Ready" 2017-05-31 17:58:04 -07:00
Linux Build Service Account
b467a68d13 Merge "usb: pd: Rerun usbpd_sm if RX queue is not empty" 2017-05-31 17:58:03 -07:00
Linux Build Service Account
abaf8c7a85 Merge "defconfig: msm: Enable CONFIG_CORESIGHT_SINK_TPIU for msmauto" 2017-05-31 17:58:02 -07:00
Linux Build Service Account
cc45aeb579 Merge "ARM: dts: msm: Modify coresight device node for msm8996" 2017-05-31 17:58:01 -07:00
Linux Build Service Account
aab7f04733 Merge "power: supply: qcom: use typec mode instead of debounce done" 2017-05-31 17:58:01 -07:00
Linux Build Service Account
1c8f9586b1 Merge "ais: enable ais build for automotive" 2017-05-31 17:58:00 -07:00
Linux Build Service Account
f691be0486 Merge "clk: mdss: fix bugs when parsing mdss regulators" 2017-05-31 17:57:59 -07:00
Linux Build Service Account
13e35bf17d Merge "msm: mdss: declare function used only within the file as static" 2017-05-31 17:57:58 -07:00
Linux Build Service Account
1d64abeedd Merge "drm/msm: Fix potential buffer overflow issue" 2017-05-31 17:57:57 -07:00
Linux Build Service Account
31069443cb Merge "msm: sde: Reset the iommu_attached flag after detach" 2017-05-31 17:57:56 -07:00
Linux Build Service Account
92526da423 Merge "msm: ais: cpp fix to check zero length ioctl" 2017-05-31 17:57:55 -07:00
Linux Build Service Account
35ca83d6a7 Merge "msm: camera: clean up buffers before detach" 2017-05-31 17:57:55 -07:00
Sujeev Dias
66551f19b5 mhi: core: Only allow registration if channel is supported by endpoint.
Not all endpoints support all channels supported by MHI host. Only allow
clients to register if requested channel is supported by endpoint.

CRs-Fixed: 2053250
Change-Id: Ib4bd8d21b8f43d693da30b8fafe2cb9d2e128a17
Signed-off-by: Sujeev Dias <sdias@codeaurora.org>
2017-05-31 14:07:31 -07:00
Sujeev Dias
6491d72c2a mhi: core: Fix memory leak in MHI DE_INIT
During MHI INIT, memory is allocated for firmware and
rddm vector table. This memory is not freed when DE_INIT
is called.

CRs-Fixed: 2053206
Change-Id: I85b2644189915dd25d8ac31190f16799f86cbd12
Signed-off-by: Sujeev Dias <sdias@codeaurora.org>
2017-05-31 14:07:31 -07:00
Sujeev Dias
fb7523d08f mhi: core: Create dummy MHI APIs to fix compile errors
MHI is not supported by all targets, however many MHI client drivers
have a common driver that include MHI APIs. Create dummy APIs such
that even if MHI not present, does not cause any compile errors.

CRs-Fixed: 2053159
Change-Id: I427d925a658518d230a1d14df0cf27a7b19f207e
Signed-off-by: Sujeev Dias <sdias@codeaurora.org>
2017-05-31 14:07:14 -07:00
Nicholas Troast
841a455179 power: supply: qcom: use typec mode instead of debounce done
When the CC state change IRQ fires on USB removal the debounce done
status may still be high, and the removal cleanup will not be called.
Use the UFP/DFP status bits to determine whether the CC lines are
present or not instead.

While at it cache the CC state so it doesn't have to be derived
everywhere it is needed. The status bits are already cached, so there
should be no functional difference.

Change-Id: Ifb89c78a032ae9d38fbc8c281518698941e131c2
Signed-off-by: Nicholas Troast <ntroast@codeaurora.org>
2017-05-31 10:43:22 -07:00
Jack Pham
ae024ed4f7 usb: pd: Rerun usbpd_sm if RX queue is not empty
Upon receiving a PD message the state machine is queued to
act on it. However, if another message is received quickly
before usbpd_sm is scheduled, it will only process the first
message. Add a check if the RX queue is not empty in order
to drain the messages properly.

Change-Id: Ie9e079a51a5740024c9a1be5ba27b3edacf9b2df
Signed-off-by: Jack Pham <jackp@codeaurora.org>
2017-05-31 10:42:56 -07:00
Ray Zhang
05d7bcef3f clk: mdss: fix bugs when parsing mdss regulators
There are two definitions of struct dss_vreg in mdss driver.
One is used during parsing regulators from device tree file,
the other is used when operating regulators. This introduces
different understanding of dss_vreg data in these two places.
Future plan is to have only one definition for these shared
data structure. Currently only make dss_vreg in sync to fix
this issue.

CRs-Fixed: 2054371
Change-Id: I4f16e1409c832432fa1df73b0ae030176b664e58
Signed-off-by: Ray Zhang <rayz@codeaurora.org>
2017-05-31 17:57:54 +08:00
Wei Li
8e38b06eb0 defconfig: msm: Enable CONFIG_CORESIGHT_SINK_TPIU for msmauto
Enable CONFIG_CORESIGHT_SINK_TPIU for msm-auto defconfig

Change-Id: I719071391df7871ce37d8d262f9dfa363c368027
Signed-off-by: Wei Li <weili@codeaurora.org>
2017-05-31 01:35:17 -07:00
Wei Li
704a40cab4 ARM: dts: msm: Modify coresight device node for msm8996
Modify coresight device node in dts to comply with the
new implementation of coresight driver for msm8996.

Change-Id: I10b236208a1f9e76b4d27a623c024b1f9f6a50ca
Signed-off-by: Wei Li <weili@codeaurora.org>
2017-05-31 16:28:11 +08:00
Linux Build Service Account
a5706c4fda Merge "usb: pd: Re-check for disconnect after PR swap" 2017-05-30 23:09:25 -07:00
Linux Build Service Account
7961b23656 Merge "sched: Remove debug WARN_ONCE messages" 2017-05-30 23:09:24 -07:00
Linux Build Service Account
ff3536c439 Merge "msm: ais: Fix kernel overwrite GET_BUF_BY_IDX ioctl" 2017-05-30 23:09:23 -07:00
Linux Build Service Account
472776516b Merge "ARM: dts: msm : Add neutrino DDR bandwidth voting on 8996 auto platforms" 2017-05-30 23:09:22 -07:00
Linux Build Service Account
467586f025 Merge "soc: qcom: sleepstate: Increase notifier priority" 2017-05-30 23:09:21 -07:00
Terence Ho
76e56268ee msm: ais: cpp fix to check zero length ioctl
Port of ioctl validation for zero length ioctl
from camera_v2.

Change-Id: I635522f331d1e18641196ee3101c64ccc285636a
CRs-fixed: 2025367
Signed-off-by: Terence Ho <terenceh@codeaurora.org>
2017-05-31 11:34:34 +08:00
Kasin Li
a61bcfad32 drm/msm: Fix potential buffer overflow issue
In function submit_create, if nr_cmds or nr_bos is assigned with
negative value, the allocated buffer may be small than intended.
Using this buffer will lead to buffer overflow issue.

Change-Id: I0b61cccffd836e2dd3c859446470af4b6451b9ed
Signed-off-by: Kasin Li <donglil@codeaurora.org>
2017-05-31 10:58:19 +08:00
Linux Build Service Account
6cec3ff5eb Merge "ais: always do clock set_rate after get_rate" 2017-05-30 16:04:33 -07:00
Linux Build Service Account
1ad752ad89 Merge "Perf: ARM: Support 32bit armv8-pmuv3 driver" 2017-05-30 16:04:32 -07:00