All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/13] arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper
@ 2022-11-08 23:22 ` Nícolas F. R. A. Prado
  0 siblings, 0 replies; 36+ messages in thread
From: Nícolas F. R. A. Prado @ 2022-11-08 23:22 UTC (permalink / raw)
  To: Matthias Brugger
  Cc: kernel, AngeloGioacchino Del Regno, Nícolas F. R. A. Prado,
	Arnd Bergmann, Bjorn Andersson, Catalin Marinas,
	Dmitry Baryshkov, Krzysztof Kozlowski, Marcel Ziswiler,
	Mark Brown, Shawn Guo, Vinod Koul, Will Deacon, linux-arm-kernel,
	linux-kernel


mt8183-kukui-jacuzzi-juniper is one of the devices set up to run tests
on KernelCI, but several of its drivers are currently disabled in the
defconfig. This series enables all the missing kconfigs on the defconfig
to get everything probing on that machine so that it can be fully tested
by KernelCI.

Given that all kconfigs added in the series are to enable support for a
MediaTek platform, it seems reasonable for it to be applied through the
MediaTek tree, but the commits themselves are independent (apart from
MTK_CMDQ and MTK_SVS) and could be applied separately.

[1] https://github.com/kernelci/kernelci-core/pull/1352
[2] https://github.com/kernelci/bootrr/pull/22


Nícolas F. R. A. Prado (13):
  arm64: defconfig: Enable SPI_MT65XX
  arm64: defconfig: Enable ATH10K_SDIO
  arm64: defconfig: Enable TOUCHSCREEN_ELAN
  arm64: defconfig: Enable sound support for MT8183 based machines
  arm64: defconfig: Enable DRM_ANALOGIX_ANX7625
  arm64: defconfig: Enable MTK_CMDQ
  arm64: defconfig: Enable MTK_SVS
  arm64: defconfig: Enable CR50 TPMs
  arm64: defconfig: Enable MTK_SCP
  arm64: defconfig: Enable VIDEO_MEDIATEK_JPEG
  arm64: defconfig: Enable ARM_MEDIATEK_CCI_DEVFREQ
  arm64: defconfig: Enable GENERIC_ADC_THERMAL
  arm64: defconfig: Enable MEDIATEK_MT6577_AUXADC

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

-- 
2.38.1


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

end of thread, other threads:[~2022-11-09 14:55 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 23:22 [PATCH 00/13] arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper Nícolas F. R. A. Prado
2022-11-08 23:22 ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 01/13] arm64: defconfig: Enable SPI_MT65XX Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 02/13] arm64: defconfig: Enable ATH10K_SDIO Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-09  9:06   ` Krzysztof Kozlowski
2022-11-09  9:06     ` Krzysztof Kozlowski
2022-11-08 23:22 ` [PATCH 03/13] arm64: defconfig: Enable TOUCHSCREEN_ELAN Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 04/13] arm64: defconfig: Enable sound support for MT8183 based machines Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 05/13] arm64: defconfig: Enable DRM_ANALOGIX_ANX7625 Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 06/13] arm64: defconfig: Enable MTK_CMDQ Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 07/13] arm64: defconfig: Enable MTK_SVS Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 08/13] arm64: defconfig: Enable CR50 TPMs Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 09/13] arm64: defconfig: Enable MTK_SCP Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 10/13] arm64: defconfig: Enable VIDEO_MEDIATEK_JPEG Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 11/13] arm64: defconfig: Enable ARM_MEDIATEK_CCI_DEVFREQ Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 12/13] arm64: defconfig: Enable GENERIC_ADC_THERMAL Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-08 23:22 ` [PATCH 13/13] arm64: defconfig: Enable MEDIATEK_MT6577_AUXADC Nícolas F. R. A. Prado
2022-11-08 23:22   ` Nícolas F. R. A. Prado
2022-11-09  7:28 ` [PATCH 00/13] arm64: defconfig: Enable missing kconfigs for mt8183-kukui-jacuzzi-juniper Arnd Bergmann
2022-11-09  7:28   ` Arnd Bergmann
2022-11-09  9:08   ` Krzysztof Kozlowski
2022-11-09  9:08     ` Krzysztof Kozlowski
2022-11-09 14:53     ` Nícolas F. R. A. Prado
2022-11-09 14:53       ` Nícolas F. R. A. Prado

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.