Re: [PATCH 2/3] soc: qcom: rpmh and cmd-db drivers

2024-07-08 Thread Sumit Garg
Hi Caleb, On Mon, 8 Jul 2024 at 16:13, Caleb Connolly wrote: > > Hi Sumit, > > Sorry for the late response. > > In general, I'd rather keep this port closer to the Linux original, so > that future cherry-picking of new features and fixes is easier. This is > quite standard practice in U-Boot (and

Re: [PATCH 2/3] soc: qcom: rpmh and cmd-db drivers

2024-07-08 Thread Caleb Connolly
Hi Sumit, Sorry for the late response. In general, I'd rather keep this port closer to the Linux original, so that future cherry-picking of new features and fixes is easier. This is quite standard practice in U-Boot (and why the compatibility macro's are included in the first place). Otherw

Re: [PATCH 2/3] soc: qcom: rpmh and cmd-db drivers

2024-06-28 Thread Neil Armstrong
Hi Caleb, On 17/06/2024 10:32, Caleb Connolly wrote: Introduce two Qualcomm SoC drivers, the RPMh and cmd-db. RPMh is a the name for the second generation Resource Power Management hub on Qualcomm SoCs. Most core regulators have to be controlled via this hub. The cmd-db is a region of memory wh

Re: [PATCH 2/3] soc: qcom: rpmh and cmd-db drivers

2024-06-21 Thread Sumit Garg
Hi Caleb, On Mon, 17 Jun 2024 at 14:02, Caleb Connolly wrote: > > Introduce two Qualcomm SoC drivers, the RPMh and cmd-db. RPMh is a the > name for the second generation Resource Power Management hub on Qualcomm > SoCs. Most core regulators have to be controlled via this hub. > > The cmd-db is a

Re: [PATCH 2/3] soc: qcom: rpmh and cmd-db drivers

2024-06-17 Thread Neil Armstrong
On 17/06/2024 10:32, Caleb Connolly wrote: Introduce two Qualcomm SoC drivers, the RPMh and cmd-db. RPMh is a the name for the second generation Resource Power Management hub on Qualcomm SoCs. Most core regulators have to be controlled via this hub. The cmd-db is a region of memory which contain

[PATCH 2/3] soc: qcom: rpmh and cmd-db drivers

2024-06-17 Thread Caleb Connolly
Introduce two Qualcomm SoC drivers, the RPMh and cmd-db. RPMh is a the name for the second generation Resource Power Management hub on Qualcomm SoCs. Most core regulators have to be controlled via this hub. The cmd-db is a region of memory which contains offsets and data about how to communicate w