mbox series

[GIT,PULL] cpufreq/arm updates for 6.7-part2

Message ID 20231102054551.rah3brlwv7457kzl@vireshk-i7 (mailing list archive)
State Mainlined, archived
Headers show
Series [GIT,PULL] cpufreq/arm updates for 6.7-part2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.7-part2

Message

Viresh Kumar Nov. 2, 2023, 5:45 a.m. UTC
Hi Rafael,

I was waiting for some dependency patches from ARM SoC to land in for this.

The following changes since commit 038ef0d990a0a5fbc2024084f51e8af7d9bc95a2:

  dt-bindings: cpufreq: qcom-hw: document SM8650 CPUFREQ Hardware (2023-10-25 15:51:22 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.7-part2

for you to fetch changes up to 5b5b5806f22390808b8e8fa180fe35b003a4a74d:

  cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xx (2023-11-02 11:04:53 +0530)

----------------------------------------------------------------
ARM cpufreq updates for 6.7

- Add support for several Qualcomm SoC versions (Robert Marko and
  Varadarajan Narayanan).

----------------------------------------------------------------
Robert Marko (1):
      cpufreq: qcom-nvmem: add support for IPQ8074

Varadarajan Narayanan (2):
      cpufreq: qcom-nvmem: Enable cpufreq for ipq53xx
      cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xx

Viresh Kumar (1):
      Merge branch 'cpufreq/arm/qcom-nvmem' into HEAD

 Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml |   2 +
 MAINTAINERS                                                  |  12 ++
 drivers/cpufreq/cpufreq-dt-platdev.c                         |   3 +
 drivers/cpufreq/qcom-cpufreq-nvmem.c                         |  60 ++++++++++
 drivers/firmware/Kconfig                                     |  32 ++++++
 drivers/firmware/Makefile                                    |   2 +
 drivers/firmware/qcom_qseecom.c                              | 120 ++++++++++++++++++++
 drivers/firmware/qcom_qseecom_uefisecapp.c                   | 871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/firmware/qcom_scm.c                                  | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/soc/qcom/socinfo.c                                   |  11 ++
 drivers/soc/qcom/wcnss_ctrl.c                                |   1 -
 include/dt-bindings/arm/qcom,ids.h                           |   5 +
 include/linux/firmware/qcom/qcom_qseecom.h                   |  46 ++++++++
 include/linux/firmware/qcom/qcom_scm.h                       |  22 ++++
 include/linux/ucs2_string.h                                  |   1 +
 lib/ucs2_string.c                                            |  52 +++++++++
 16 files changed, 1633 insertions(+), 1 deletion(-)
 create mode 100644 drivers/firmware/qcom_qseecom.c
 create mode 100644 drivers/firmware/qcom_qseecom_uefisecapp.c
 create mode 100644 include/linux/firmware/qcom/qcom_qseecom.h

Comments

Rafael J. Wysocki Nov. 3, 2023, 2:49 p.m. UTC | #1
Hi Viresh,

On Thu, Nov 2, 2023 at 6:45 AM Viresh Kumar <viresh.kumar@linaro.org> wrote:
>
> Hi Rafael,
>
> I was waiting for some dependency patches from ARM SoC to land in for this.
>
> The following changes since commit 038ef0d990a0a5fbc2024084f51e8af7d9bc95a2:
>
>   dt-bindings: cpufreq: qcom-hw: document SM8650 CPUFREQ Hardware (2023-10-25 15:51:22 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/vireshk/pm.git tags/cpufreq-arm-updates-6.7-part2
>
> for you to fetch changes up to 5b5b5806f22390808b8e8fa180fe35b003a4a74d:
>
>   cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xx (2023-11-02 11:04:53 +0530)
>
> ----------------------------------------------------------------
> ARM cpufreq updates for 6.7
>
> - Add support for several Qualcomm SoC versions (Robert Marko and
>   Varadarajan Narayanan).
>
> ----------------------------------------------------------------
> Robert Marko (1):
>       cpufreq: qcom-nvmem: add support for IPQ8074
>
> Varadarajan Narayanan (2):
>       cpufreq: qcom-nvmem: Enable cpufreq for ipq53xx
>       cpufreq: qcom-nvmem: Introduce cpufreq for ipq95xx
>
> Viresh Kumar (1):
>       Merge branch 'cpufreq/arm/qcom-nvmem' into HEAD
>
>  Documentation/devicetree/bindings/soc/qcom/qcom,geni-se.yaml |   2 +
>  MAINTAINERS                                                  |  12 ++
>  drivers/cpufreq/cpufreq-dt-platdev.c                         |   3 +
>  drivers/cpufreq/qcom-cpufreq-nvmem.c                         |  60 ++++++++++
>  drivers/firmware/Kconfig                                     |  32 ++++++
>  drivers/firmware/Makefile                                    |   2 +
>  drivers/firmware/qcom_qseecom.c                              | 120 ++++++++++++++++++++
>  drivers/firmware/qcom_qseecom_uefisecapp.c                   | 871 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/firmware/qcom_scm.c                                  | 394 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/soc/qcom/socinfo.c                                   |  11 ++
>  drivers/soc/qcom/wcnss_ctrl.c                                |   1 -
>  include/dt-bindings/arm/qcom,ids.h                           |   5 +
>  include/linux/firmware/qcom/qcom_qseecom.h                   |  46 ++++++++
>  include/linux/firmware/qcom/qcom_scm.h                       |  22 ++++
>  include/linux/ucs2_string.h                                  |   1 +
>  lib/ucs2_string.c                                            |  52 +++++++++
>  16 files changed, 1633 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/firmware/qcom_qseecom.c
>  create mode 100644 drivers/firmware/qcom_qseecom_uefisecapp.c
>  create mode 100644 include/linux/firmware/qcom/qcom_qseecom.h

Pulled and added to the linux-next branch in linux-pm.git, thanks!