All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Qualcomm ARM64 defconfig updates for v5.19
@ 2022-05-09 17:01 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-05-09 17:01 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Dmitry Baryshkov,
	Aníbal Limón, Bryan O'Donoghue, Vinod Koul

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-5.19

for you to fetch changes up to ad1661b0c91d55f1c194fa4bb059056e48937adb:

  arm64: defconfig: Enable Qualcomm GPI DMA Driver (2022-04-12 16:51:24 -0500)

----------------------------------------------------------------
Qualcomm ARM64 defconfig updates for v5.19

This enables the GPI DMA driver, providing access to I2C and SPI
controllers that are setup for shared ownership. The PCIe Gen2 PHY
provides PCI support on the QCS405 platform, among others. The PMIC
watchdog, concell and ADC5 ThermalMonitor drivers provides housekeeping
services on a range of different platforms.

The Display and Video clock controllers for SM8250 are enabled, as is
the audio RX/TX macros and the WCD9335 audio codec driver.

Lastly the Ath11k driver, used on a variety of modern boards and the
FastRPC driver, which provides an interface for computational offloading
on the Hexagon cores, are enabled.

All drivers, except the SM8250 Display and Video clock controller
drivers are enabled as modules. The two clock controllers provides
power-domains and must be builtin to reduce the risk of probe deferral
happening (and being ignored) after late initcall.

----------------------------------------------------------------
Aníbal Limón (1):
      arm64: defconfig: Enable PM8916 watchdog driver

Bjorn Andersson (1):
      arm64: defconfig: Enable Qualcomm PCIe Gen2 PHY

Bryan O'Donoghue (1):
      arm64: defconfig: Enable SM8250 video clock controller

Dmitry Baryshkov (5):
      arm64: defconfig: enable Qualcomm RX and TX macro for SM8250 audio
      arm64: defconfig: enable wcd9335 codec as module
      arm64: defconfig: reenable SM_DISPCC_8250
      arm64: defconfig: Enable some Qualcomm drivers
      arm64: defconfig: enable ath11k driver

Vinod Koul (1):
      arm64: defconfig: Enable Qualcomm GPI DMA Driver

 arch/arm64/configs/defconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

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

* [GIT PULL] Qualcomm ARM64 defconfig updates for v5.19
@ 2022-05-09 17:01 ` Bjorn Andersson
  0 siblings, 0 replies; 4+ messages in thread
From: Bjorn Andersson @ 2022-05-09 17:01 UTC (permalink / raw)
  To: arm, soc
  Cc: linux-arm-msm, linux-arm-kernel, Andy Gross, Arnd Bergmann,
	Olof Johansson, Kevin Hilman, Dmitry Baryshkov,
	Aníbal Limón, Bryan O'Donoghue, Vinod Koul

The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-5.19

for you to fetch changes up to ad1661b0c91d55f1c194fa4bb059056e48937adb:

  arm64: defconfig: Enable Qualcomm GPI DMA Driver (2022-04-12 16:51:24 -0500)

----------------------------------------------------------------
Qualcomm ARM64 defconfig updates for v5.19

This enables the GPI DMA driver, providing access to I2C and SPI
controllers that are setup for shared ownership. The PCIe Gen2 PHY
provides PCI support on the QCS405 platform, among others. The PMIC
watchdog, concell and ADC5 ThermalMonitor drivers provides housekeeping
services on a range of different platforms.

The Display and Video clock controllers for SM8250 are enabled, as is
the audio RX/TX macros and the WCD9335 audio codec driver.

Lastly the Ath11k driver, used on a variety of modern boards and the
FastRPC driver, which provides an interface for computational offloading
on the Hexagon cores, are enabled.

All drivers, except the SM8250 Display and Video clock controller
drivers are enabled as modules. The two clock controllers provides
power-domains and must be builtin to reduce the risk of probe deferral
happening (and being ignored) after late initcall.

----------------------------------------------------------------
Aníbal Limón (1):
      arm64: defconfig: Enable PM8916 watchdog driver

Bjorn Andersson (1):
      arm64: defconfig: Enable Qualcomm PCIe Gen2 PHY

Bryan O'Donoghue (1):
      arm64: defconfig: Enable SM8250 video clock controller

Dmitry Baryshkov (5):
      arm64: defconfig: enable Qualcomm RX and TX macro for SM8250 audio
      arm64: defconfig: enable wcd9335 codec as module
      arm64: defconfig: reenable SM_DISPCC_8250
      arm64: defconfig: Enable some Qualcomm drivers
      arm64: defconfig: enable ath11k driver

Vinod Koul (1):
      arm64: defconfig: Enable Qualcomm GPI DMA Driver

 arch/arm64/configs/defconfig | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [GIT PULL] Qualcomm ARM64 defconfig updates for v5.19
  2022-05-09 17:01 ` Bjorn Andersson
@ 2022-05-13 11:48   ` Arnd Bergmann
  -1 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-05-13 11:48 UTC (permalink / raw)
  To: Bjorn Andersson, arm, soc
  Cc: Arnd Bergmann, Dmitry Baryshkov, linux-arm-kernel, Kevin Hilman,
	Bryan O'Donoghue, Aníbal Limón, Andy Gross,
	Olof Johansson, Vinod Koul, linux-arm-msm

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 May 2022 12:01:58 -0500, Bjorn Andersson wrote:
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-5.19
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 0e33a258413e515702fa42081a728da336cb145a

       Arnd

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

* Re: [GIT PULL] Qualcomm ARM64 defconfig updates for v5.19
@ 2022-05-13 11:48   ` Arnd Bergmann
  0 siblings, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2022-05-13 11:48 UTC (permalink / raw)
  To: Bjorn Andersson, arm, soc
  Cc: Arnd Bergmann, Dmitry Baryshkov, linux-arm-kernel, Kevin Hilman,
	Bryan O'Donoghue, Aníbal Limón, Andy Gross,
	Olof Johansson, Vinod Koul, linux-arm-msm

From: Arnd Bergmann <arnd@arndb.de>

On Mon, 9 May 2022 12:01:58 -0500, Bjorn Andersson wrote:
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-arm64-defconfig-for-5.19
> 
> [...]

Merged into arm/defconfig, thanks!

merge commit: 0e33a258413e515702fa42081a728da336cb145a

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2022-05-13 11:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-09 17:01 [GIT PULL] Qualcomm ARM64 defconfig updates for v5.19 Bjorn Andersson
2022-05-09 17:01 ` Bjorn Andersson
2022-05-13 11:48 ` Arnd Bergmann
2022-05-13 11:48   ` Arnd Bergmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.