Changes in v6 -
- Removed '|' from description in binding.
- Removed the header inclusion under the example in the binding.
- Removed devm_pm_runtime_enable() api as there is no pm runtime handlers or users
in this driver as of now.
- Not keeping Bjorn's reviewed tag as removing the above mentioned api.
Changes in v5 -
- Separating this from original series [1].
- Added description of driver to secure qfprom binding.
- Replaced pm_runtime_enable() withh devm_pm_runtime_enable().
- Changed module license to GPL instead of GPL v2.
This series introduces a new driver for reading secure fuse region and adding
dt-bindings for same.
[1] https://lore.kernel.org/linux-arm-msm/[email protected]
Komal Bajaj (2):
dt-bindings: nvmem: sec-qfprom: Add bindings for secure qfprom
nvmem: sec-qfprom: Add Qualcomm secure QFPROM support
.../bindings/nvmem/qcom,sec-qfprom.yaml | 58 ++++++++++
drivers/nvmem/Kconfig | 13 +++
drivers/nvmem/Makefile | 2 +
drivers/nvmem/sec-qfprom.c | 101 ++++++++++++++++++
4 files changed, 174 insertions(+)
create mode 100644 Documentation/devicetree/bindings/nvmem/qcom,sec-qfprom.yaml
create mode 100644 drivers/nvmem/sec-qfprom.c
--
2.41.0
On Tue, 01 Aug 2023 12:10:23 +0530, Komal Bajaj wrote:
> Changes in v6 -
> - Removed '|' from description in binding.
> - Removed the header inclusion under the example in the binding.
> - Removed devm_pm_runtime_enable() api as there is no pm runtime handlers or users
> in this driver as of now.
> - Not keeping Bjorn's reviewed tag as removing the above mentioned api.
>
> [...]
Applied, thanks!
[1/2] dt-bindings: nvmem: sec-qfprom: Add bindings for secure qfprom
commit: 050cd7f49580f2710a11edbc11be5a7ec5b4d8ab
[2/2] nvmem: sec-qfprom: Add Qualcomm secure QFPROM support
commit: 9c7f2bce8a0e26d162ba8de6706b2c0557bb63cd
Best regards,
--
Srinivas Kandagatla <[email protected]>