soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm driver fixes for 6.4
@ 2023-06-01 14:10 Bjorn Andersson
  2023-06-05 15:50 ` patchwork-bot+linux-soc
  2023-06-05 15:50 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: Bjorn Andersson @ 2023-06-01 14:10 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Konrad Dybcio, Krzysztof Kozlowski,
	Manivannan Sadhasivam, Abel Vesa, Christophe JAILLET,
	Dan Carpenter


The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:

  Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-driver-fixes-for-6.4

for you to fetch changes up to cbd77119b6355872cd308a60e99f9ca678435d15:

  EDAC/qcom: Get rid of hardcoded register offsets (2023-05-26 20:56:55 -0700)

----------------------------------------------------------------
Qualcomm driver fixes for 6.4

Error paths is corrected across icc-bwmon, rpmh-rsc, ramp_controller and
rmtfs. The ice module is renamed qcom_ice, to avoid clashing with
existing "ice" driver.

SA8155P-specific RPMh power-domains are introduced to avoid the code
trying to access resources that exists on SM8150, but not on SA8155P.

Lastly, changes to the EDAC driver to fix an issue where the driver
performs mmio based on the wrong register map.

----------------------------------------------------------------
Abel Vesa (1):
      soc: qcom: Rename ice to qcom_ice to avoid module name conflict

Bjorn Andersson (1):
      Merge branch '20230411-topic-hanaau-v2-1-fd3d70844b31@linaro.org' into drivers-fixes-for-6.4

Christophe JAILLET (1):
      soc: qcom: ramp_controller: Fix an error handling path in qcom_ramp_controller_probe()

Dan Carpenter (1):
      soc: qcom: rmtfs: Fix error code in probe()

Konrad Dybcio (3):
      dt-bindings: power: qcom,rpmpd: Add SA8155P
      soc: qcom: rpmhpd: Add SA8155P power domains
      dt-bindings: cache: qcom,llcc: Fix SM8550 description

Krzysztof Kozlowski (2):
      soc: qcom: icc-bwmon: fix incorrect error code passed to dev_err_probe()
      soc: qcom: rpmh-rsc: drop redundant unsigned >=0 comparision

Manivannan Sadhasivam (2):
      EDAC/qcom: Remove superfluous return variable assignment in qcom_llcc_core_setup()
      EDAC/qcom: Get rid of hardcoded register offsets

 .../devicetree/bindings/cache/qcom,llcc.yaml       |   1 +
 .../devicetree/bindings/power/qcom,rpmpd.yaml      |   1 +
 drivers/edac/qcom_edac.c                           | 118 ++++++++++-----------
 drivers/soc/qcom/Makefile                          |   3 +-
 drivers/soc/qcom/icc-bwmon.c                       |   4 +-
 drivers/soc/qcom/ramp_controller.c                 |   2 +-
 drivers/soc/qcom/rmtfs_mem.c                       |   1 +
 drivers/soc/qcom/rpmh-rsc.c                        |   2 +-
 drivers/soc/qcom/rpmhpd.c                          |  16 +++
 include/dt-bindings/power/qcom-rpmpd.h             |   9 ++
 include/linux/soc/qcom/llcc-qcom.h                 |   6 --
 11 files changed, 93 insertions(+), 70 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Qualcomm driver fixes for 6.4
  2023-06-01 14:10 [GIT PULL] Qualcomm driver fixes for 6.4 Bjorn Andersson
@ 2023-06-05 15:50 ` patchwork-bot+linux-soc
  2023-06-05 15:50 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-05 15:50 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu,  1 Jun 2023 07:10:58 -0700 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-driver-fixes-for-6.4
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm driver fixes for 6.4
    https://git.kernel.org/soc/soc/c/be02e1fc71d2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] Qualcomm driver fixes for 6.4
  2023-06-01 14:10 [GIT PULL] Qualcomm driver fixes for 6.4 Bjorn Andersson
  2023-06-05 15:50 ` patchwork-bot+linux-soc
@ 2023-06-05 15:50 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-06-05 15:50 UTC (permalink / raw)
  To: Bjorn Andersson; +Cc: soc

Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Thu,  1 Jun 2023 07:10:58 -0700 you wrote:
> The following changes since commit ac9a78681b921877518763ba0e89202254349d1b:
> 
>   Linux 6.4-rc1 (2023-05-07 13:34:35 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-driver-fixes-for-6.4
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Qualcomm driver fixes for 6.4
    https://git.kernel.org/soc/soc/c/be02e1fc71d2

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-06-05 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-01 14:10 [GIT PULL] Qualcomm driver fixes for 6.4 Bjorn Andersson
2023-06-05 15:50 ` patchwork-bot+linux-soc
2023-06-05 15:50 ` patchwork-bot+linux-soc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).