NPU driver snapshot from msm-5.15 branch
commit f5053f87777d ("msm: npu: Fix OOB issue in
IPC between driver and firmware").
Change-Id: Iea68b912dd7efd9a979969a91fb38d3611e3ff8c
Signed-off-by: Priyanka G Pai <quic_pgpai@quicinc.com>
There are cases where the device receives an inbuf msg type related to
an ack and hold on to the buffer without it being reclaimed by the
driver. Add a new msg type, MSG_INBUF_RECLAIM, so the driver can reclaim
inbuf that the device no longer needs.
Change-Id: Id92371f06134569031ee3ea4454104f83f790561
Signed-off-by: Tony Truong <quic_truong@quicinc.com>
Incorrect use of spin lock leads to unexpected behavior when trying to
lock between SSR callback and main workqueue. Both SSR callback and main
workqueue calls functions which potentially can sleep within the spin
lock. Switch over to mutex as that is the proper locking mechanism for
these scenario.
Change-Id: I7637a42b3928b9e9f03789238aac275332c764bb
Signed-off-by: Tony Truong <quic_truong@quicinc.com>
Add snapshot of support of Debug Clock controller for clock
measurement on NEO from msm-5.10 branch
commit 372d104af18c ("clk: qcom: debugcc-neo: Add support for DEBUGCC
for NEO").
Change-Id: I9c1e41f5e37be08538aa4e1981512905994a5424
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add snapshot of support of Video Clock Controller for video clients to
be able to request for the clocks on NEO from msm-5.10 branch
commit 088fac3b0656 ("clk: qcom: videocc-neo: Add support for
VIDEOCC on NEO").
Change-Id: Ic24b7f1a47b32fa8ad3d94cf62e006dc52ef57aa
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add snapshot of support for display clock controller, for display clients
to be able to request for clocks on NEO platform from msm-5.10 branch
commit eaf8cad86891 ("clk: qcom: dispcc-neo: Add support for
DISPCC on NEO").
Change-Id: Id4652573afb68ea2b9727fc6c430efec775721ac
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add snapshot of support of camera clock controller for camera clients
to be able to request for the clocks on NEO from msm-5.10 branch
commit 1265980b9a01 ("clk: qcom: camcc-neo: Add support for
CAMCC on NEO").
Change-Id: I409cacf7d7dc6691cdccbc505ba805529111b3c9
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add snapshot of support of Graphics clock controller for clients
to be able to request for the clocks on NEO from msm-5.10 branch
commit df5992009e3c ("clk: qcom: gpucc-neo: Add support for GPUCC
clock driver").
Change-Id: I5dc73e4d29534e9996c3e87b92ee9a684f72ad90
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add snapshot of support of Global Clock Controller for peripheral
clock clients to be able to request for the clocks on NEO from
msm-5.10 branch
commit 65ec2ca93cf8 ("clk: qcom: gcc-neo: Add support
for GCC clock driver").
Change-Id: I2a77b55708376d5dda3d3137127267952002a718
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add the PMIC clocks required to be requested from
clients via RPMH clock driver.
Change-Id: I862816903386043579203ee2a255945ba5b260d2
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Add qcom_smem_bust_hwspin_lock_by_host to enable remoteproc to bust the
hwspin_lock owned by smem. In the event the remoteproc crashes
unexpectedly, the remoteproc driver can invoke this API to try and bust
the hwspin_lock and release the lock if still held by the remoteproc
device.
Change-Id: Ia9b3169586a75908f8f6e7e831b6a42ee585f9f7
Signed-off-by: Chris Lew <quic_clew@quicinc.com>
Reviewed-by: Bjorn Andersson <quic_bjorande@quicinc.com>
Link: https://lore.kernel.org/r/20240529-hwspinlock-bust-v3-3-c8b924ffa5a2@quicinc.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Git-commit: 2e3f0d693875db698891ffe89a18121bda5b95b8
Git-repo: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
[quic_deesin@quicinc.com: Bust function in core hwspinlock module is not
available downstream due to KMI freeze, directly use bust function
exported by qcom hwspinlock module]
Signed-off-by: Deepak Kumar Singh <quic_deesin@quicinc.com>
Add gcc_pwm0_xo512_div_clk_src as parent of gcc_pwm0_xo512_clk
to support the pdm_pwm functionality on NIOBE platform.
Change-Id: I719ac8405dcc9460d5d3346a1ee52ad4555aba11
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
In the cpuidle-psci case, runtime PM in combination with the generic
PM domain (genpd), may be used when entering/exiting a shared idle
state. More precisely, genpd relies on runtime PM to be enabled for
the attached device (in this case it belongs to a CPU), to properly
manage the reference counting of its PM domain.
This works fine most of the time, but during system suspend in
dpm_suspend_late(), the PM core disables runtime PM for all devices.
Beyond this point, calls to pm_runtime_get_sync() to runtime resume
a device may fail and therefore it could also mess up the reference
counting in genpd.
To fix this problem, let's call wake_up_all_idle_cpus() prior to
disabling runtime PM. In this way a device that belongs to a CPU,
becomes runtime resumed through cpuidle-psci and stays like that
because idle governor will stop selecting deeper idle state when
suspend is started.
Change-Id: I8e046aa9b904ada09c0138499766d6362a9795be
Signed-off-by: Maulik Shah <quic_mkshah@quicinc.com>
Usecases where branch clock will be enabled pre-HLOS and
expectation from the clock provider is to poll on the clock
to ensure it is indeed enabled and not HW gated, thus add
the BRANCH_HALT_POLL flag.
Change-Id: If41a65c64755d062721266ca7ea97822102115a1
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
interconnects for Neo
Add master and slave ID constants for all Qualcomm Technologies, Inc.
Neo interconnect providers which consumers can use to set bandwidth
constraints and find paths in the NoC (Network-On-Chip) topology.
This is a snapshot taken from 5.10 kernel.
commit c1275fdbd5e2 ("icc: dt-bindings: add endpoint IDs for
interconnects for Neo").
Change-Id: I2c0e62f96ba6288b6903f0dd13a2d68aa7b3ec49
Signed-off-by: Odelu Kukatla <quic_okukatla@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
Vote for interconnect when in D0, unvote when in D3.
Change-Id: I52f6170b1651b3d6bf508482d4ab35165fd395ca
Signed-off-by: Kamati Srinivas <quic_kamasrin@quicinc.com>
Add support for Deep sleep in ethernet driver.
Change-Id: I6255580b909088c0908674e446ca9d7599051498
Signed-off-by: Shashank Shekhar <quic_sshe@quicinc.com>
sysmon_smem_power_stats_extended pointer will be NULL
in case of invalid dsp_id.
Add NULL check for invalid dsp_id cases.
Change-Id: If4fe03051ff6388307ff137b55d4e15b2e0f88f1
Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
In function tmc_enable_etf_sink_sysfs, the local variable buf
was allocated and assigned to drvdata->buffer, and buf will be
freed because etf can't be enabled, but drvdata->buffer
still point to the address.
So in function tmc_read_unprepare_etb, beacause drvdata->mode
is CS_MODE_DISABLED, local variable buf was assigned by
drvdata->buf and free again.
Change-Id: I7d25e7db0a983fc134e8d8dfb954936233f0d167
Signed-off-by: yingdeng <quic_yingdeng@quicinc.com>
Add macro to check for __scm pointer before accessing.
Also add check for device pointer.
Change-Id: Ib3ef303fd9574bedd87077dcd62a480066d7a7d8
Signed-off-by: Wasim Nazir <quic_wasimn@quicinc.com>
Add support for SREG branch ops as sreg register operations
are needed as part of ASSERT/DEASSERT sequence.
Change-Id: Ic0cc76d5160cd34130afc460b07d5ec4e9ed85eb
Signed-off-by: Kalpak Kawadkar <quic_kkawadka@quicinc.com>
Signed-off-by: Chintan Kothari <quic_ckothari@quicinc.com>
In some HQX targets (where Linux is running as guest OS),
when S2R is triggered from host OS, the GVM is sent to
Deep Sleep state.
Since Deep Sleep is getting triggered from Guest point of view,
ufs spm level is set to 5, Power OFF SSU command is sent to the
ufs device and all regulators are turned off from ufs. But since
it is actually an S2R event from Host PoV, the regulators are
not turned off by the PMIC. This is causing power leakage.
To fix this issue, create a sysfs node "ufs_pm_mode". The Host OS
will write to this node which the event (S2R or Deep Sleep) is
getting triggered at the Host. UFS will set the correct spm level
accordingly. For S2R case, the default spm level is retained while
for Deep Sleep it is set to 5.
The default value for this node is 0( which is set during ufs init).
This means it will not set anything unless "S2R" or "DEEPSLEEP" is
explicitly written to the node.
ufs_pm_mode can have three values: "NONE","S2R","DEEPSLEEP":
1. When "NONE" is written to sysfs node: the spm level
is set to 5 for deep sleep and existing spm value
left unchanged for s2idle case.
2. When "S2R" is written to the node: the default spm level
value is retained.
3. When "DEEPSLEEP" is written to the node: the spm level
is set to 5.
Change-Id: I232449cf93a3b37652897e74a621bf219302b76b
Signed-off-by: Ram Kumar Dwivedi <quic_rdwivedi@quicinc.com>
Add Neo-LA msm-id to the list of soc-ids supported.
Change-Id: I9601135db35026067fc15116879950ece40d9fbe
Signed-off-by: Asit Shah <quic_asitshah@quicinc.com>