* [d-kernel] [PATCH 1/4] config-aarch64: fix outdated configs with new ones
2023-01-20 15:41 [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 antohami
@ 2023-01-20 15:41 ` antohami
2023-01-20 15:41 ` [d-kernel] [PATCH 2/4] config-aarch64: update config for Rockchip rk3566|rk3568 SoC support antohami
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: antohami @ 2023-01-20 15:41 UTC (permalink / raw)
To: devel-kernel
From: Anton Midyukov <antohami@altlinux.org>
These configs have been renamed since 6.0
Signed-off-by: Anton Midyukov <antohami@altlinux.org>
---
config-aarch64 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/config-aarch64 b/config-aarch64
index 7d70fcff9fa6f..8053b401c60a5 100644
--- a/config-aarch64
+++ b/config-aarch64
@@ -1476,9 +1476,10 @@ CONFIG_XGENE_PMU=y
CONFIG_OF_PMEM=m
# CONFIG_MTK_EFUSE is not set
# CONFIG_QCOM_QFPROM is not set
-CONFIG_ROCKCHIP_EFUSE=m
+CONFIG_NVMEM_ROCKCHIP_OTP=m
+CONFIG_NVMEM_ROCKCHIP_EFUSE=m
CONFIG_NVMEM_SUNXI_SID=m
-CONFIG_MESON_EFUSE=m
+CONFIG_NVMEM_MESON_EFUSE=m
# CONFIG_MESON_MX_EFUSE is not set
# CONFIG_FSI is not set
# CONFIG_TEE is not set
@@ -1541,7 +1542,6 @@ CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
CONFIG_VIDEO_ROCKCHIP_ISP1=m
CONFIG_ROCKCHIP_MBOX=y
CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
-CONFIG_ROCKCHIP_OTP=m
CONFIG_PCIE_ROCKCHIP_EP=y
CONFIG_PCIE_BRCMSTB=y
CONFIG_PCIE_DW_PLAT_HOST=y
--
2.33.5
^ permalink raw reply [flat|nested] 6+ messages in thread
* [d-kernel] [PATCH 2/4] config-aarch64: update config for Rockchip rk3566|rk3568 SoC support
2023-01-20 15:41 [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 antohami
2023-01-20 15:41 ` [d-kernel] [PATCH 1/4] config-aarch64: fix outdated configs with new ones antohami
@ 2023-01-20 15:41 ` antohami
2023-01-20 15:41 ` [d-kernel] [PATCH 3/4] config-aarch64: fix for enable CONFIG_VIDEO_HANTRO=m antohami
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: antohami @ 2023-01-20 15:41 UTC (permalink / raw)
To: devel-kernel
From: Anton Midyukov <antohami@altlinux.org>
Signed-off-by: Anton Midyukov <antohami@altlinux.org>
---
config-aarch64 | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/config-aarch64 b/config-aarch64
index 8053b401c60a5..8d57dfe3b8e11 100644
--- a/config-aarch64
+++ b/config-aarch64
@@ -716,6 +716,8 @@ CONFIG_DRM_MALI_DISPLAY=m
CONFIG_NOUVEAU_PLATFORM_DRIVER=y
# CONFIG_DRM_EXYNOS is not set
CONFIG_DRM_ROCKCHIP=m
+CONFIG_ROCKCHIP_VOP=y
+CONFIG_ROCKCHIP_VOP2=y
CONFIG_ROCKCHIP_ANALOGIX_DP=y
CONFIG_ROCKCHIP_CDN_DP=y
CONFIG_ROCKCHIP_DW_HDMI=y
@@ -840,6 +842,7 @@ CONFIG_SND_DESIGNWARE_PCM=y
# CONFIG_SND_SOC_QCOM is not set
CONFIG_SND_SOC_ROCKCHIP=m
CONFIG_SND_SOC_ROCKCHIP_I2S=m
+CONFIG_SND_SOC_ROCKCHIP_I2S_TDM=m
CONFIG_SND_SOC_ROCKCHIP_PDM=m
CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
CONFIG_SND_SOC_ROCKCHIP_MAX98090=m
@@ -1007,7 +1010,7 @@ CONFIG_MMC_STM32_SDMMC=y
CONFIG_MMC_SDHCI_OF_ARASAN=m
# CONFIG_MMC_SDHCI_OF_ASPEED is not set
# CONFIG_MMC_SDHCI_OF_AT91 is not set
-# CONFIG_MMC_SDHCI_OF_DWCMSHC is not set
+CONFIG_MMC_SDHCI_OF_DWCMSHC=m
CONFIG_MMC_SDHCI_CADENCE=m
CONFIG_MMC_SDHCI_TEGRA=m
# CONFIG_MMC_SDHCI_PXAV3 is not set
@@ -1541,7 +1544,10 @@ CONFIG_VIDEO_TEGRA=m
CONFIG_PHY_ROCKCHIP_DPHY_RX0=m
CONFIG_VIDEO_ROCKCHIP_ISP1=m
CONFIG_ROCKCHIP_MBOX=y
+CONFIG_PHY_ROCKCHIP_INNO_CSIDPHY=m
CONFIG_PHY_ROCKCHIP_INNO_DSIDPHY=m
+CONFIG_PHY_ROCKCHIP_NANENG_COMBO_PHY=m
+CONFIG_PHY_ROCKCHIP_SNPS_PCIE3=m
CONFIG_PCIE_ROCKCHIP_EP=y
CONFIG_PCIE_BRCMSTB=y
CONFIG_PCIE_DW_PLAT_HOST=y
--
2.33.5
^ permalink raw reply [flat|nested] 6+ messages in thread
* [d-kernel] [PATCH 3/4] config-aarch64: fix for enable CONFIG_VIDEO_HANTRO=m
2023-01-20 15:41 [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 antohami
2023-01-20 15:41 ` [d-kernel] [PATCH 1/4] config-aarch64: fix outdated configs with new ones antohami
2023-01-20 15:41 ` [d-kernel] [PATCH 2/4] config-aarch64: update config for Rockchip rk3566|rk3568 SoC support antohami
@ 2023-01-20 15:41 ` antohami
2023-01-20 15:41 ` [d-kernel] [PATCH 4/4] config-aarch64: enable camera interface on Raspberry Pi antohami
2023-01-20 17:05 ` [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 Vitaly Chikunov
4 siblings, 0 replies; 6+ messages in thread
From: antohami @ 2023-01-20 15:41 UTC (permalink / raw)
To: devel-kernel
From: Anton Midyukov <antohami@altlinux.org>
Signed-off-by: Anton Midyukov <antohami@altlinux.org>
---
config-aarch64 | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/config-aarch64 b/config-aarch64
index 8d57dfe3b8e11..43d0fb8157293 100644
--- a/config-aarch64
+++ b/config-aarch64
@@ -1102,6 +1102,10 @@ CONFIG_DW_DMAC_PCI=m
# CONFIG_HT16K33 is not set
# CONFIG_VFIO_PLATFORM is not set
# CONFIG_MFD_NVEC is not set
+CONFIG_MEDIA_PLATFORM_SUPPORT=y
+CONFIG_MEDIA_PLATFORM_DRIVERS=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_V4L_MEM2MEM_DRIVERS=y
CONFIG_VIDEO_HANTRO=m
CONFIG_VIDEO_HANTRO_ROCKCHIP=y
CONFIG_VIDEO_MESON_VDEC=m
--
2.33.5
^ permalink raw reply [flat|nested] 6+ messages in thread
* [d-kernel] [PATCH 4/4] config-aarch64: enable camera interface on Raspberry Pi
2023-01-20 15:41 [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 antohami
` (2 preceding siblings ...)
2023-01-20 15:41 ` [d-kernel] [PATCH 3/4] config-aarch64: fix for enable CONFIG_VIDEO_HANTRO=m antohami
@ 2023-01-20 15:41 ` antohami
2023-01-20 17:05 ` [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 Vitaly Chikunov
4 siblings, 0 replies; 6+ messages in thread
From: antohami @ 2023-01-20 15:41 UTC (permalink / raw)
To: devel-kernel
From: Anton Midyukov <antohami@altlinux.org>
Signed-off-by: Anton Midyukov <antohami@altlinux.org>
---
config-aarch64 | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/config-aarch64 b/config-aarch64
index 43d0fb8157293..1875cd0920c24 100644
--- a/config-aarch64
+++ b/config-aarch64
@@ -1112,10 +1112,11 @@ CONFIG_VIDEO_MESON_VDEC=m
# CONFIG_STAGING_BOARD is not set
# CONFIG_COMMON_CLK_XLNX_CLKWZRD is not set
# CONFIG_FB_TFT is not set
-CONFIG_BCM_VIDEOCORE=y
-CONFIG_BCM2835_VCHIQ=y
+CONFIG_BCM_VIDEOCORE=m
+CONFIG_BCM2835_VCHIQ=m
CONFIG_SND_BCM2835=m
-# CONFIG_VIDEO_BCM2835 is not set
+CONFIG_VIDEO_BCM2835=m
+CONFIG_BCM2835_VCHIQ_MMAL=m
# CONFIG_XIL_AXIS_FIFO is not set
# CONFIG_HMS_ANYBUSS_BUS is not set
# CONFIG_CROS_EC_RPMSG is not set
--
2.33.5
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64
2023-01-20 15:41 [d-kernel] [PATCH 0/4] un-def/6.1: update config-aarch64 antohami
` (3 preceding siblings ...)
2023-01-20 15:41 ` [d-kernel] [PATCH 4/4] config-aarch64: enable camera interface on Raspberry Pi antohami
@ 2023-01-20 17:05 ` Vitaly Chikunov
4 siblings, 0 replies; 6+ messages in thread
From: Vitaly Chikunov @ 2023-01-20 17:05 UTC (permalink / raw)
To: ALT Linux kernel packages development
On Fri, Jan 20, 2023 at 10:41:41PM +0700, antohami@basealt.ru wrote:
> From: Anton Midyukov <antohami@altlinux.org>
>
> Anton Midyukov (4):
> config-aarch64: fix outdated configs with new ones
> config-aarch64: update config for Rockchip rk3566|rk3568 SoC support
> config-aarch64: fix for enable CONFIG_VIDEO_HANTRO=m
> config-aarch64: enable camera interface on Raspberry Pi
Applied, thanks.
https://git.altlinux.org/people/kernelbot/packages/?p=kernel-image.git;a=shortlog;h=refs/heads/un-def/sisyphus
>
> config-aarch64 | 25 ++++++++++++++++++-------
> 1 file changed, 18 insertions(+), 7 deletions(-)
>
> --
> 2.33.5
>
> _______________________________________________
> devel-kernel mailing list
> devel-kernel@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/devel-kernel
^ permalink raw reply [flat|nested] 6+ messages in thread