avb signing was done in the dist target with commit (9a13ebd43a
"ANDROID: build: msm_kernel_le: Make boot image a chained partition").
Move this from the dist target so that the signing is done correct.
Change-Id: I51a48baaa3ad07773f6a696e75ee4899f9c10277
Signed-off-by: Gokul krishna Krishnakumar <quic_gokukris@quicinc.com>
Fix compilation warning in function print_client_classes()
'buf' array elements are used uninitialized in this function.
Change-Id: I4fd48e44ddf6fec03b5a12e2af69b27fd6f7dd31
Signed-off-by: Rakesh Kundaram <quic_krakeshk@quicinc.com>
The VMAX headroom setting is used to compensate the IR losses from
haptics boost output to the LRA, and it needs to be adjusted based
on the LRA impedance and the desired VMAX settings. Add VMAX headroom
adjustment logic as per the hardware recommendation.
Change-Id: If12a6a804de71b65e4c3a8b37683c3ee5efd7129
Signed-off-by: Fenglin Wu <quic_fenglinw@quicinc.com>
Remove wallpower_charger driver and its related changes from here.
Change-Id: Iaed9cce2693b60fff9edd1f58178d10b86b104bd
Signed-off-by: Abdul Salam <quic_asalam@quicinc.com>
Moving wallpower_charger driver out of kernel. So remove compilation
of wallpower_charger for sdmsteppe from here.
Change-Id: I96b8f64857e631b4c496fef70d40f0a6a5dd2fb7
Signed-off-by: Abdul Salam <quic_asalam@quicinc.com>
Add measury_only support for silver post acd clock. Also update the
mux_sels and src_sel_mask for gold and goldplus on monaco_auto platform.
Change-Id: Iee589f9ade99aa75d814ec0a9afc58f2a61d3b54
Signed-off-by: Khushal Bawankar <quic_kbawanka@quicinc.com>
Add Waipio UFS phy driver snapshot from msm-5.10 'commit acc26f639df1
("drivers: phy: ufs: Add ufs phy for Waipio SoC")'.
Add phy-qcom-ufs-qmp-v4-waipio.ko for other targets as it is
compiled under a generic config CONFIG_PHY_QCOM_UFS_V4.
Change-Id: If6e00b290eecb7d6f8db51a126ed82d071d08b4d
Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com>
Add ability to vote for a second qcom_dcvs hw from a
single bwmon. The voting can either be done via a
mapping table or using the bus width from the second
dcvs hw.
Change-Id: I6877e05ee474dbeb2da8505d71b9a9b9bbc629f1
Signed-off-by: Amir Vajid <quic_avajid@quicinc.com>
Remove socinfo_dt driver and its supporting changes from here.
Change-Id: I725f279fc164a1b579abd3c8d35fe6a308187816
Signed-off-by: Abdul Salam <quic_asalam@quicinc.com>
With the latest updates to the firmware, WAITQ_WAKE is currently
supported. Remove this warning.
Change-Id: I2510551bd35bc40e688525532c4e79baaf27bb28
Signed-off-by: Guru Das Srinagesh <quic_gurus@quicinc.com>
In the event where there is only one candidate CPU and the previous CPU
is overutilized, the candidate CPU is necessarily going to be selected.
Therefore, skip calculating its energy, as it is anyways not going to be
used.
Change-Id: I7a41f5e5773ed582f2452c2bb5a816b1ac3a2b25
Signed-off-by: Shaleen Agrawal <quic_shalagra@quicinc.com>
Currently, bwmon nodes are added to hwmon_list during probe but are
not removed in cases where probe fails. This can lead to a NULL
pointer dereference in the jiffies callback when iterating through the
list. Update err_sysfs to remove the node from hwmon_list after
stop_monitor() to ensure hwmon_list is updated if start_monitor()
fails during probe.
Change-Id: Icc0591e586fdd56711bc949b03f893aca08cb71b
Signed-off-by: Gurbir Arora <quic_gurbaror@quicinc.com>
Destroy page tables for secure context banks during hibernation
freeze and allocate new page tables during restore operation.
Change-Id: I1498df18d8555b69bb159fc14205b5c905b57bdc
Signed-off-by: Vivek Kumar <quic_vivekuma@quicinc.com>
Signed-off-by: Shreyas K K <quic_shrekk@quicinc.com>
Signed-off-by: Darshankumar Jagdishchandra Thakkar <quic_djagdish@quicinc.com>