[v5,0/2] nvmem: sec-qfprom: Add Qualcomm secure QFPROM support

Message ID 20230724083849.8277-1-quic_kbajaj@quicinc.com
Headers
Series nvmem: sec-qfprom: Add Qualcomm secure QFPROM support |

Message

Komal Bajaj July 24, 2023, 8:38 a.m. UTC
  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/20230623141806.13388-1-quic_kbajaj@quicinc.com/


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.40.1
  

Comments

Conor Dooley July 24, 2023, 4:53 p.m. UTC | #1
On Mon, Jul 24, 2023 at 02:08:47PM +0530, Komal Bajaj wrote:
> 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/20230623141806.13388-1-quic_kbajaj@quicinc.com/

Why does this series have two v5s?
  
Conor Dooley July 24, 2023, 4:54 p.m. UTC | #2
On Mon, Jul 24, 2023 at 05:53:36PM +0100, Conor Dooley wrote:
> On Mon, Jul 24, 2023 at 02:08:47PM +0530, Komal Bajaj wrote:
> > 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/20230623141806.13388-1-quic_kbajaj@quicinc.com/
> 
> Why does this series have two v5s?

Never mind, I missed the reply Komal. Apologies!