Linux Build Service Account
b767c07574
Merge "[DPM-init_script]:Create dpm sockets via init.qcom.rc" into qcom-devices.lnx.1.9-rel
2017-07-21 16:54:33 -07:00
Soumil Shah
55b30d2fa7
Disable CX PC by dummy regulator vote
...
Change-Id: I045a77780249b78dd3dffae8f537a985739561c0
2017-07-20 21:08:58 -07:00
Archana Sathyakumar
d5ed310649
device: qcom: common: Enable LPM by default for sdm845
...
Enable low power mode by default for sdm845.
Change-Id: I3484c1176d07379abd9ba9cf200c4646cf77ba76
2017-07-20 21:06:04 -07:00
Linux Build Service Account
a62b66e4bf
Merge "post_boot: msm8952: Set Memory Params"
2017-07-19 19:07:10 -07:00
Devi Sandeep Endluri V V
34f0bb6d25
[DPM-init_script]:Create dpm sockets via init.qcom.rc
...
-dpmwrapper and tcm unix domain sockets are created
from init.qcom.rc to enable socket communication in
system region.
CRs-Fixed: 2076621
Change-Id: I06dfe50f0547d6b9dc489dba5fbd9cf62c1b66b0
2017-07-19 00:00:09 -07:00
Linux Build Service Account
73d2ba28f5
Merge "IMS-VT: Enable downgrade to voice for some operator."
2017-07-17 11:44:06 -07:00
Linux Build Service Account
6076d151f7
Merge "ueventd: Add system permission for smcinvoke device"
2017-07-17 11:44:02 -07:00
Linux Build Service Account
3155c4f7b1
Merge "init: enable vpp service"
2017-07-17 11:44:01 -07:00
Karthik Gopalan
58328c2224
post_boot: msm8952: Set Memory Params
...
In this patch, the following changes are
done for Target msm8952.
1. Configure memory parameters.
2. Set bw_hwmon governor correctly for cpubw
3. Set post-boot parsed prop.
Change-Id: I96cbe7ec1bfa1628ee0b8460fb6c77a3b449b510
2017-07-17 16:36:31 +05:30
Nivedita Sarkar
41dbb8724f
IMS-VT: Enable downgrade to voice for some operator.
...
- For some operators config flag "support_downgrade_vt_to_audio_bool"
is disabled by default. We do not want this flag to impact
not showing downgrade to voice for internal targets
- We are maintaining our existing behavior of showing the downgrade
to voice on UI for the operator
Change-Id: Ifa59f3c522f2873be2db982ab33c6c21620bbe4c
CRs-Fixed: 1104722
2017-07-15 02:19:37 -07:00
Linux Build Service Account
a83e1ca1c6
Merge "IMS: Add RTT downgrade configuration flag"
2017-07-13 20:04:49 -07:00
Linux Build Service Account
d750f84c66
Merge "msm8998: Disable sched_boost in post boot"
2017-07-13 20:04:46 -07:00
Linux Build Service Account
0ef91433a2
Merge "wfd : Removing entry for wfdservice"
2017-07-12 20:48:05 -07:00
Li Sun
d22e73cc0a
init: enable vpp service
...
Add vpp service in init.rc
Change-Id: I2f9d995be3de37e178d08aab412e40b43ebcb514
2017-07-12 15:52:34 -07:00
Dinesh K Garg
dca9d243f5
ueventd: Add system permission for smcinvoke device
...
SMCInvoke daemon facilitates communication with TZ using IOCTLs
exposed from SMCInvoke driver. Smcinvoke daemon runs as a
system process. SMCInvoke driver creates a device /dev/smcinvoke.
Creating /dev/smcinvoke device as 0660 (system, system) so that
SMCInvoke daemon can access it.
Change-Id: I1bf5a0d57216b55d4318b1a2431f90384bec4f82
2017-07-13 02:52:53 +05:30
Linux Build Service Account
068c312a32
Merge "init.qcom.rc: add qdmastatsd to radio and net_bw_stats group"
2017-07-12 01:58:10 -07:00
Linux Build Service Account
721cf5ef0b
Merge "init.qcom.sensors: add persist folder for slpi sensors configuration"
2017-07-12 01:57:58 -07:00
Deepak Kushwah
8d28d3422c
wfd : Removing entry for wfdservice
...
-- Removing entry for wfdservice as it
has its local rc file and entries are made there.
Change-Id: I1cbf558da6e70d18562e232b76f54f4d8a29f522
2017-07-12 01:09:49 -07:00
Benergy Meenan Ravuri
57197c3436
IMS: Add RTT downgrade configuration flag
...
Add RTT downgrade configuration flag for supported
operators
Change-Id: I4d301d65dd31ef4365b1bc76d857e8abca8eff1e
CRs-Fixed: 2040722
2017-07-12 00:40:02 +05:30
Ananda Kishore
cbf69d88c4
init.qcom.sensors: add persist folder for slpi sensors configuration
...
slpi is sensor low power island responsible for streaming of sensors
like accel, gyro etc. Add persist folder to hold configurations for
them.
Change-Id: I50b6b65972ec4dd62e80f082c8da08c28e4a2e15
2017-07-10 23:22:29 +05:30
Ananda Kishore
e7f0bc72cd
init.qcom.rc: add owners for /sys/kernel/boot_slpi/ssr
...
sub system restart has to be triggered from hal running
as system , change the ownership to system from root.
Change-Id: Icc07ebb15cd09b9460d0dc31b37f48203e99683d
2017-07-10 06:04:27 -07:00
Linux Build Service Account
6fa418fde7
Merge "common: Create dtbo directory to avoid error"
2017-07-08 10:23:39 -07:00
Linux Build Service Account
9947cacf01
Merge "Deprecate init.qcom.vendor.rc script file."
2017-07-08 10:23:29 -07:00
Linux Build Service Account
20bd6e7ac8
Merge "power: Turn on/off display"
2017-07-08 10:23:26 -07:00
padarshr
b013d4610b
Deprecate init.qcom.vendor.rc script file.
...
Removing init.qcom.vendor.rc script file as it is no longer
needed. Any init service definitions, triggers that need to go
into vendor can be placed in init.qcom.rc(which now resides on
vendor).
Also, move the content of init.qcom.vendor.rc content to init.qcom.rc
as it is removed.
Change-Id: I3e59b992adc962eec438001b565d6318b901bcfa
2017-07-07 04:47:43 -07:00
Linux Build Service Account
03bb851709
Merge "post_boot: set the default IRQ affinity for SDM660/SDM630/SDM845"
2017-07-06 22:31:33 -07:00
Linux Build Service Account
6d8b793d2a
Merge "IMS: Enable config flag for VoWiFi call quality"
2017-07-06 22:31:27 -07:00
Choong Lee
ab869d1c42
init.qcom.rc: add qdmastatsd to radio and net_bw_stats group
...
For reading other apps network stats and using QMI, add
qdmastatsd to net_bw_stats and radio group.
Change-Id: Ic607eb82d168a94e48c2add409869f6f75ae46f0
2017-07-06 11:25:03 -07:00
Linux Build Service Account
56663e4e43
Merge "post_boot: Enable LLCC Bus DCVS for SDM845"
2017-07-06 10:58:33 -07:00
Linux Build Service Account
f7c84aee65
Merge "uicc: Remove unused script"
2017-07-06 10:58:31 -07:00
Suresh Koleti
fddfa55cc4
IMS: Enable config flag for VoWiFi call quality
...
- Enable config flag for VoWiFi call quality feature
for required operators.
Change-Id: Ib531fe2be327ca1dce9fe8ae7b3b795854d9d322
CRs-Fixed: 999867
2017-07-06 16:44:39 +05:30
Linux Build Service Account
677ecf5ab5
Merge "Telephony: Move TARGET_USES_QCOM_BSP_ATEL definition to AOSP"
2017-07-06 03:18:09 -07:00
Ananth Raghavan Subramanian
b485341554
power: Turn on/off display
...
PowerHAL writes to a sysfs node when it gets display on/off
notification.
Change-Id: I1ec7c4afe3f4c071cc1f6dee52314137590b31b3
2017-07-05 09:59:47 -07:00
Linux Build Service Account
1b855f8ad7
Merge "cryptfs_hw: Fix compilation error"
2017-07-04 22:04:33 -07:00
Linux Build Service Account
9ee995fd9b
Merge "sdm845: Modify cpusets for bg and system-bg"
2017-07-03 21:13:52 -07:00
Linux Build Service Account
c09c09daa3
Merge "RB: Disable Vulkan for 8909"
2017-07-03 13:38:17 -07:00
AnilKumar Chimata
90ab6c4947
cryptfs_hw: Fix compilation error
...
Fix compilation error for qseecom.h which encountered while
creating the clean build.
Change-Id: I1271866d453f0f3d60bfc23ac12819b1cd0cabea
2017-07-03 06:09:32 -07:00
Pavankumar Kondeti
5ad872c8b2
post_boot: set the default IRQ affinity for SDM660/SDM630/SDM845
...
Set the default IRQ affinity to the primary cluster for SDM660,
SDM630 and SDM845. When a CPU is isolated/hotplugged, the IRQ
affinity is adjusted to one of the CPUs from the default IRQ
affinity mask.
Change-Id: I1f33fdf2a06e1cb086904dabaaa0414aafcf07c5
2017-07-03 15:02:42 +05:30
Ayishwarya Narasimhan
f2abab9918
Explicitly specify uid, gid and groups
...
needed for cnd
Change-Id: I1b38a2c1296a7524442dcccbbe96219d6ec28f0f
CRs-Fixed: 2063571
2017-07-02 10:49:55 -07:00
Linux Build Service Account
599b9ec78a
Merge "post_boot: lower down migration threshold to 85%"
2017-07-01 06:31:08 -07:00
Linux Build Service Account
6aed73f9a9
Merge "QMI-FWK: Copy sec_config file correctly for combined images."
2017-06-30 23:38:48 -07:00
Linux Build Service Account
87bfcc6a91
Merge "Allow wifi service to access wlan dev node"
2017-06-30 23:38:45 -07:00
Linux Build Service Account
591c96d2ee
Merge "[DPM-init_script]:Start dpmQmiMgr via init.qcom.rc"
2017-06-30 23:38:41 -07:00
Linux Build Service Account
6053e91649
Merge "init.rc: update wifi config location /data/vendor/wifi"
2017-06-30 13:12:33 -07:00
Omprakash Dhyade
425e1ac60c
sdm845: Modify cpusets for bg and system-bg
...
Modify cpuset cpus for background and system-background
to 0-3
Change-Id: I2944b2bb33ff930244ed739845fda24a668690d2
2017-06-29 12:23:35 -07:00
Arif Hussain
16597c655b
init.rc: update wifi config location /data/vendor/wifi
...
Update wifi configurations location to /data/vendor/wifi
Change-Id: I900e1f7640ce3cb32ce8a7621b63b9e69892c8a2
CRs-Fixed: 2069282
2017-06-29 09:30:12 -07:00
Linux Build Service Account
a29f3196b1
Merge "improveTouch: enable improvetouch hbtp service for sdm450"
2017-06-29 05:04:13 -07:00
Linux Build Service Account
7015418aa1
Merge "power: KW warning fix in power hal for sdm660"
2017-06-29 05:04:12 -07:00
Gopal G Goberu
5776575601
Revert "post_boot: Enable CPU Low power modes for SDM 845".
...
This reverts commit 3f2373c55e
.
Change-Id: I0ead6dc72fc63b4cbde6ad53ecc5393fbba525a1
2017-06-29 16:35:40 +05:30
Linux Build Service Account
27132c8ca5
Merge "cryptfs_hw: Add new APIs for key management"
2017-06-28 19:48:59 -07:00