Add support for PMIC clocks required to be requested
from clients via RPMH clock driver for ANORAK.
Change-Id: I7c335142f1b2529a7e1c6d43028c0e10b60b2353
Signed-off-by: Anaadi Mishra <quic_anaadim@quicinc.com>
Add definitions for ADC channels for PMIC5 GEN3 ADC driver.
Add virtual channel definitions for PM5100, to be used
by ADC clients for PMIC5 GEN3.
Change-Id: I1180553c3ee697f994324c60ebfb4e996221108e
Signed-off-by: Jishnu Prakash <jprakash@codeaurora.org>
Add support for pmxr2230 gpio in pinctrl-spmi-gpio driver.
Change-Id: I8f747c13cb6564ab1fe546aa97381f8c196bbe3f
Signed-off-by: Jishnu Prakash <quic_jprakash@quicinc.com>
Add all PMIC modules required to be loaded in first stage
for anorak.
Change-Id: I407afab9a7b13c6d7d3df88a07aae90ed633d179
Signed-off-by: Jishnu Prakash <quic_jprakash@quicinc.com>
extra reference is taken if the native fence is not signaled
before release. This change ensure handle is released and
ensures extra reference cleanup during release API.
Change-Id: I7fd2d8520b5528ebbe2c3fe72271b04aac108f6a
Signed-off-by: Ram Nagesh <quic_ramnages@quicinc.com>
Enable configs and add modules to first stage.
Change-Id: I629d3569307337b23708cb77a19e6a199e8e2375
Signed-off-by: Kamati Srinivas <quic_kamasrin@quicinc.com>
Use DTSI values to vote for clocks instead of using
fixed values. This enables to vote for crypto clocks
on a per target basis.
Change-Id: I12bd1c878332292797789e03b3518a0407f08d6c
Signed-off-by: Gaurav Kashyap <quic_gaurkash@quicinc.com>
Signed-off-by: Pranav Lavhate <quic_plavhate@quicinc.com>
Update pinctrl driver as per latest config in ipcat.
Change-Id: I023a21c810bcc640ff77d1d0b762297aa754a369
Signed-off-by: Kamati Srinivas <quic_kamasrin@quicinc.com>
Add cpufreq stats length check in the driver.
If length is zero, then return with error.
Add check for memory allocation failure.
Change-Id: I7361ac6055105d78ab15a55525cb45a2e7ef6731
Signed-off-by: Shivnandan Kumar <quic_kshivnan@quicinc.com>
Tick duration defines the tick duration (in microseconds) for the clock
that PPG uses, which is used to program the ramp step duration for the
pattern. It's currently read via "qcom,tick-period-us" property which is
not matching with DT binding "qcom,tick-duration-us". Fix it.
Change-Id: I92cf4b8acc0cb36ec970a8644126fd92652b0091
Signed-off-by: Anjelique Melendez <quic_amelende@quicinc.com>