Commit graph

586559 commits

Author SHA1 Message Date
Linux Build Service Account
ba00c87028 Merge "android: binder: use copy_from_user_preempt_disabled" 2017-03-21 13:28:23 -07:00
Linux Build Service Account
1d94db90db Merge "msm: camera: isp: fix for out of bound access array" 2017-03-21 13:28:22 -07:00
Linux Build Service Account
4d81cb77e9 Merge "soc: qcom: Define macro to indicate service identifier for scm call" 2017-03-21 13:28:22 -07:00
Linux Build Service Account
c37da11cca Merge "msm: camera: Add regulator enable and disable in csiphy" 2017-03-21 13:28:20 -07:00
Linux Build Service Account
96e7b02651 Merge "ARM: dts: msm: Update VFE SVS clock corner for SDM630" 2017-03-21 13:28:19 -07:00
Mahesh Sivasubramanian
28b53fbb72 drivers: soc: qcom: Remove prints from the idle path
The system runs into a "undefined instruction" error when first core waking
out of power collapse tries to wakeup a core by writing to a GIC register.
When waking out of reset, the GIC SRE bit is reset, and any accesses to the
GIC ICC registers would result in a "undefined instructions". When a first
waking out of reset writes to a console, the console task is now marked as
unnable by the scheduler. If the console task is running on a different
CPU, this would trigger a IRQ_WORK IPI to the target CPU. Since the core is
waking out of reset, its SRE bit is cleared and any access to the GIC ICC
registers results in an undefined instruction abort.

Fix by removing logging from the idle path.

Change-Id: I476d4a4d082bb115128e1f54c931558e79fec567
Signed-off-by: Mahesh Sivasubramanian <msivasub@codeaurora.org>
2017-03-21 13:45:22 -06:00
Zhen Kong
9f290f6e79 qseecom: check img_len and mdt_len against ion buf len
Variable "load_img_req.img_len" and "load_img_req.mdt_len" are
from user land, so check their values against ion buf length
to avoid buffer overread on QSEE side.

Change-Id: I9e8bfe32d3b0cd5b441ad724543c56467fa5e4da
Signed-off-by: Zhen Kong <zkong@codeaurora.org>
2017-03-21 09:55:54 -07:00
Utkarsh Saxena
79b8be3d36 ARM: dts: msm: Change ipa polling parameter in SDM660/630
Modify ipa poll parameter configuration to 1x40
to meet power and performance requirements of
SDM660/630.

Change-Id: I09cfa921ff61b38fe808f386e665ed9595c6e823
Acked-by: Mohammed Javid <mjavid@qti.qualcomm.com>
Signed-off-by: Utkarsh Saxena <usaxena@codeaurora.org>
2017-03-21 22:17:52 +05:30
Dedy Lansky
b9b54d7c10 wil6210: add sysfs for thermal throttling configuration
New sysfs entry "thermal_throttling" can be used to configure
boundaries of each thermal zone.
There are two sets of configurations, one for baseband and one for rf.
Each config contains 3 thermal zones: high, max, critical.
Each zone has high and low temperature set points (in Celsius).
The format for writing is a series of 12 unsigned bytes:
<bb_zone1_high> <bb_zone1_low> <bb_zone2_high> <bb_zone2_low> \
<bb_zone3_high> <bb_zone3_low> <rf_zone1_high> <rf_zone1_low> \
<rf_zone2_high> <rf_zone2_low> <rf_zone3_high> <rf_zone3_low>
To disable thermal throttling for baseband or for rf, use 0 for all
its six set points.

Change-Id: I6990cc0e8375905e4d95e2533d2188be785d9f4a
Signed-off-by: Dedy Lansky <dlansky@codeaurora.org>
2017-03-21 15:26:27 +02:00
Dedy Lansky
7f926b8fae wil6210: align to latest auto generated wmi.h
Align to latest version of the auto generated wmi file
describing the interface with FW.

Change-Id: I3baf6e72e72b97317e8e6bde8a70312d1c2e6aae
Signed-off-by: Dedy Lansky <dlansky@codeaurora.org>
2017-03-21 15:26:12 +02:00
Vijayavardhan Vennapusa
2c31cd8e8b USB: f_audio_source: Use different names for multi instances
Currently userspace creates two directories due to which
multi instances of audiosource dev created. But while creating
device, same name is being used due to which 2nd instance
allocation fails. Fix this by using different names for multi
instants of audio source device as expected by android framework.

Change-Id: Icabf6bf21cdf3f7d94eafda81fe51f3f95c2bbf4
Signed-off-by: Vijayavardhan Vennapusa <vvreddy@codeaurora.org>
2017-03-21 17:43:58 +05:30
Linux Build Service Account
25ed77f5bb Merge "USB: u_data_ipa: Fix the issue that may return uninitialized value" 2017-03-21 05:01:06 -07:00
Linux Build Service Account
2fd839d4e1 Merge "msm: mdss: handle ULPS clamp programming for sdm660" 2017-03-21 05:01:05 -07:00
Linux Build Service Account
a13a782e14 Merge "msm: mdss: read active line count before triggering BTA" 2017-03-21 05:01:04 -07:00
Linux Build Service Account
a51b73d50d Merge "ath10k: implement debugfs interface for sifs burst" 2017-03-21 05:01:03 -07:00
Linux Build Service Account
c9069144ef Merge "ARM: dts: msm: Update SDCC bus voting for SDM660" 2017-03-21 05:01:02 -07:00
Linux Build Service Account
80bb1675ab Merge "usb: phy: dual-role: update sysfs attrs when changed" 2017-03-21 05:01:01 -07:00
Linux Build Service Account
d90328cccb Merge "msm: mhi_rmnet: add support for dynamic interface name" 2017-03-21 05:00:59 -07:00
Linux Build Service Account
cbc7ceabd7 Merge "ARM: dts: msm: modify charging LED configuration for msm8998 MTP/QRD" 2017-03-21 05:00:58 -07:00
Linux Build Service Account
99837fe57d Merge "phy: qcom-ufs: set no runtime PM callbacks flag" 2017-03-21 05:00:57 -07:00
Linux Build Service Account
ce96e448b2 Merge "Merge tag 'lsk-v4.4-17.02-android' into branch 'msm-4.4'" 2017-03-21 05:00:55 -07:00
Linux Build Service Account
b23c3fca05 Merge "msm: mdss: add support for multiple DSI host escape clk frequencies" 2017-03-21 05:00:54 -07:00
Linux Build Service Account
5c25f22a6c Merge "msm: mdss: dp: restrict list of supported modes based on link parameters" 2017-03-21 05:00:53 -07:00
Linux Build Service Account
6133fded93 Merge "msm: mdss: Enable concurrent writeback feature" 2017-03-21 05:00:52 -07:00
Linux Build Service Account
065b85651a Merge "msm: gsi: add ipc logging" 2017-03-21 05:00:51 -07:00
Linux Build Service Account
45b6f3e024 Merge "ASoC: sdm660_cdc: Add 192k support for HPH Rx on internal codec" 2017-03-21 05:00:50 -07:00
Linux Build Service Account
ec87d193be Merge "msm: ipa: send filter notify req when client disconnects" 2017-03-21 05:00:49 -07:00
Linux Build Service Account
04faf39d38 Merge "msm: ADSPRPC: Null check for file session context" 2017-03-21 05:00:48 -07:00
Linux Build Service Account
365271c4d6 Merge "ARM: dts: msm: enable ESD feature for command mode on sdm630" 2017-03-21 05:00:47 -07:00
Linux Build Service Account
4232ab8b56 Merge "drivercore: Avoid adding devices without pm_ops to dpm list" 2017-03-21 05:00:47 -07:00
Linux Build Service Account
8da09d99e9 Merge "soc: qcom: glink_smem_native_xprt: Wakeup tx thread in deferred function" 2017-03-21 05:00:38 -07:00
Linux Build Service Account
124a4c86d1 Merge "btfm: Close 3990 FM tx ports first and keep overflow bit always set" 2017-03-21 05:00:37 -07:00
Linux Build Service Account
a117d5c5be Merge "ARM: dts: msm: Increase memory for diag client on sdm660" 2017-03-21 05:00:36 -07:00
Linux Build Service Account
d9c8e68872 Merge "drivers: msm_lmh_dcvs: Fix unsigned integer overflow error" 2017-03-21 05:00:35 -07:00
Linux Build Service Account
2fbbf07b80 Merge "ath10k: Get WCN3990 mem base from dt node" 2017-03-21 05:00:33 -07:00
Linux Build Service Account
a012178c17 Merge "core_ctl: remove "cpus" sysfs file that prints CPU online status" 2017-03-21 05:00:31 -07:00
Linux Build Service Account
378e65ea2b Merge "ion: blacklist %p kptr_restrict" 2017-03-21 05:00:30 -07:00
Linux Build Service Account
b17f241668 Merge "icnss: Map memory regions passed by firmware" 2017-03-21 05:00:29 -07:00
Linux Build Service Account
bca8938bc5 Merge "android: fiq_debugger: restrict access to critical commands." 2017-03-21 05:00:29 -07:00
Linux Build Service Account
5b00aa454d Merge "msm vidc: Initialise array elements" 2017-03-21 05:00:28 -07:00
Linux Build Service Account
2dd84150c7 Merge "msm vidc: Update flags for secure scaling control" 2017-03-21 05:00:27 -07:00
Linux Build Service Account
12d7eee021 Merge "ARM: dts: msm: Update JPEG bandwidth voting for sdm630 and sdm660" 2017-03-21 05:00:26 -07:00
Linux Build Service Account
25b39c2892 Merge "usb: dwc3: Increase polling interval for set transfer resource ep cmd" 2017-03-21 05:00:25 -07:00
Linux Build Service Account
d839862f49 Merge "msm: camera: isp: use NOMINAL clock for CX iPeak" 2017-03-21 05:00:24 -07:00
Linux Build Service Account
6d1f13e7dd Merge "diag: Update msg, log and event information" 2017-03-21 05:00:23 -07:00
Linux Build Service Account
fda3bc12e7 Merge "iommu/io-pgtable-arm: fix multibit shareability comparison" 2017-03-21 05:00:21 -07:00
Linux Build Service Account
52429e5532 Merge "soc: qcom: secure_buffer: add export symbol hyp_assign_phys" 2017-03-21 05:00:20 -07:00
Linux Build Service Account
6ce9cfcc4e Merge "ath10k: remove the unused code from ath10k snoc driver" 2017-03-21 05:00:19 -07:00
Linux Build Service Account
3892c7568b Merge "msm: gsi: Remove duplicate registers defines" 2017-03-21 05:00:18 -07:00
Linux Build Service Account
a25f36717b Merge "ARM: dts: msm: increase the common cma region on sdm660" 2017-03-21 05:00:17 -07:00