Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-05 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1197010548 Thanks, Justin. I just wanted to be sure I understood. And yes, ```make dist-fedora-configs``` fails if I remove the entry in arm (the arm7hl configs are missing the entry). So, the

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-12-03 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1195334512 Right -- istr that the configs weren't processing correctly if I skipped the arm dir, but I'll double check that. @jmflinuxtx : so are you suggesting I should fix this or it's fine as is

[OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-11-30 Thread Al Stone (via Email Bridge)
From: Al Stone Clean up the config for the Tegra186 timer This device is used by NVIDIA Orin and needs to be enabled for arm64. However, the default is to be not set so we can move this to common and simplify. Signed-off-by: Al Stone diff --git

Re: [OS-BUILD PATCHv2] Clean up the config for the Tegra186 timer

2022-11-30 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2166#note_1191921020 TIL: 'make dist-configs' != 'make dist-rhel-configs && make dist-fedora- configs' Sorry about that -- bad testing on my part; this version of the patch is a tad simpler. Default

[OS-BUILD PATCH] Clean up the config for the Tegra186 timer

2022-11-28 Thread Al Stone (via Email Bridge)
From: Al Stone Clean up the config for the Tegra186 timer This device is used by NVIDIA Orin and needs to be enabled for arm64. However, the default is to be not set so we can move this to common and simplify. Signed-off-by: Al Stone diff --git

[OS-BUILD PATCHv6] Enable configs for imx8m PHYs

2022-10-18 Thread Al Stone (via Email Bridge)
From: Al Stone Enable configs for imx8m PHYs Enable the kernel config items so that imx8m PHYs can be set up. Clean up some of the settings at the same time (common vs ark, e.g.) Signed-off-by: Al Stone diff --git a/redhat/configs/ark/generic/CONFIG_PCS_XPCS

Re: [OS-BUILD PATCHv5] Enable configs for imx8m PHYs

2022-10-18 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2040#note_1139992661 Bah. Silly mistake. I got carried away moving Fedora LVDS configs to common and should not have moved this one. Thanks for catching that. Fixed and re-pushed.

Re: [OS-BUILD PATCH 0/3] [redhat] enable some key Tegra SoC features

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2083#note_1138823586 ACK. Then let's wait for the next merge window. I think I will replace the BZ, just the same, and add the CONFIG changes to the other BZs for enabling the specific driver. This should

Re: [OS-BUILD PATCH 0/3] [redhat] enable some key Tegra SoC features

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2083#note_1138715294 These were entered as a specific BZ for NVIDIA per their request; that being said, what would make more sense? Leaving this BZ as is, or moving the config items to enablement of the

[OS-BUILD PATCHv6] enable imx8xm I2C configs properly

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone enable imx8xm I2C configs properly Signed-off-by: Al Stone diff --git a/redhat/configs/fedora/generic/arm/CONFIG_I2C_IMX b/redhat/configs/common/generic/arm/CONFIG_I2C_IMX rename from redhat/configs/fedora/generic/arm/CONFIG_I2C_IMX rename to

Re: [OS-BUILD PATCHv5] enable im8xm I2C configs properly

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2042#note_1138706956 Would you believe a '2' looks a lot like an 'S'? Sorry about that -- massive thinko. There is no such thing as CONFIG_ISC_IMX* anywhere (at least, not yet, I suppose). Removed those,

Re: [OS-BUILD PATCHv5] enable im8xm I2C configs properly

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2042#note_1138705145 Done. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code

[OS-BUILD PATCHv5] enable im8xm I2C configs properly

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone enable im8xm I2C configs properly Signed-off-by: Al Stone diff --git a/redhat/configs/fedora/generic/arm/CONFIG_I2C_IMX b/redhat/configs/common/generic/arm/CONFIG_I2C_IMX rename from redhat/configs/fedora/generic/arm/CONFIG_I2C_IMX rename to

Re: [OS-BUILD PATCHv5] Enable configs for imx8m PHYs

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2040#note_1138395055 Done. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org Fedora Code

[OS-BUILD PATCHv5] Enable configs for imx8m PHYs

2022-10-17 Thread Al Stone (via Email Bridge)
From: Al Stone Enable configs for imx8m PHYs Enable the kernel config items so that imx8m PHYs can be set up. Clean up some of the settings at the same time (common vs ark, e.g.) Signed-off-by: Al Stone diff --git a/redhat/configs/ark/generic/CONFIG_PCS_XPCS

[OS-BUILD PATCH 2/3] Enable Tegra audio graph card driver

2022-10-10 Thread Al Stone (via Email Bridge)
From: Al Stone Enable Tegra audio graph card driver Signed-off-by: Al Stone diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD b/redhat/configs/common/generic/arm/aarch64/CONFIG_SND_SOC_TEGRA_AUDIO_GRAPH_CARD new file mode 100644 index

[OS-BUILD PATCH 3/3] Enable Tegra MGBE driver

2022-10-10 Thread Al Stone (via Email Bridge)
From: Al Stone Enable Tegra MGBE driver Signed-off-by: Al Stone diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_DWMAC_TEGRA b/redhat/configs/common/generic/arm/aarch64/CONFIG_DWMAC_TEGRA new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++

[OS-BUILD PATCH 0/3] [redhat] enable some key Tegra SoC features

2022-10-10 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2083 Signed-off-by: Al Stone --- redhat/configs/common/generic/arm/aarch64/CONFIG_DWMAC_TEGRA | 1 +

[OS-BUILD PATCH 1/3] Enable Tegra SoC thermal driver

2022-10-10 Thread Al Stone (via Email Bridge)
From: Al Stone Enable Tegra SoC thermal driver Signed-off-by: Al Stone diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_TEGRA_SOCTHERM b/redhat/configs/common/generic/arm/aarch64/CONFIG_TEGRA_SOCTHERM new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++

[OS-BUILD PATCHv4 0/0] [redhat] enable imx8m I2C configs properly

2022-10-03 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2042 NOTE: Truncated patchset since you are most likely targeting the wrong branch in GitLab. Open the merge request URL in your web browser, click the Edit button at the top of the

[OS-BUILD PATCHv4 0/0] Enable configs for imx8m PHYs

2022-10-03 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2040 NOTE: Truncated patchset since you are most likely targeting the wrong branch in GitLab. Open the merge request URL in your web browser, click the Edit button at the top of the

[OS-BUILD PATCHv3 0/0] [redhat] enable imx8m I2C configs properly

2022-10-03 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2042 NOTE: Truncated patchset since you are most likely targeting the wrong branch in GitLab. Open the merge request URL in your web browser, click the Edit button at the top of the

[OS-BUILD PATCHv2] Enable configs for imx8m PHYs

2022-10-03 Thread Al Stone (via Email Bridge)
From: Al Stone Enable configs for imx8m PHYs Enable the kernel config items so that imx8m PHYs can be set up. Clean up some of the settings at the same time (common vs ark, e.g.) Signed-off-by: Al Stone diff --git a/redhat/configs/ark/generic/CONFIG_PCS_XPCS

Re: [OS-BUILD PATCH] Enable configs for imx8m PHYs

2022-10-03 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2040#note_1122869372 CONFIG_PHY_FSL_IMX8M_PCIE has been set to 'y' now. Good point -- cleaned up CONFIG_PCS_XPCS, too. I've thought about it some more and think that maybe it's premature for LVDS; I see

[OS-BUILD PATCH] [redhat] enable imx8m I2C configs properly

2022-09-30 Thread Al Stone (via Email Bridge)
From: Al Stone [redhat] enable imx8m I2C configs properly Signed-off-by: Al Stone diff --git a/redhat/configs/common/generic/CONFIG_ISC_IMX b/redhat/configs/common/generic/CONFIG_ISC_IMX new file mode 100644 index blahblah..blahblah 100644 --- /dev/null +++

[OS-BUILD PATCH] Enable configs for imx8m PHYs

2022-09-30 Thread Al Stone (via Email Bridge)
From: Al Stone Enable configs for imx8m PHYs Enable the kernel config items so that imx8m PHYs can be set up. Signed-off-by: Al Stone diff --git a/redhat/configs/common/generic/CONFIG_PCS_XPCS b/redhat/configs/common/generic/CONFIG_PCS_XPCS index blahblah..blahblah 100644 ---

Re: [OS-BUILD PATCH 0/0] [redhat] Enable configs for imx8m PHYs

2022-09-29 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2037#note_1119843390 This MR is really just a single commit of config items; why gitlab seems to think it's 4750 commits is not at all clear to me. This was rebased on top of the latest tree in kernel-ark so

[OS-BUILD PATCHv3] [redhat] Enable Simple Frame Buffer support

2022-08-11 Thread Al Stone (via Email Bridge)
From: Al Stone [redhat] Enable Simple Frame Buffer support Enable the sysfb simple frame buffer. v3: -- simplify properly, and enable this in general, not just for aarch64 v2: -- fix typo (CONFIG_SYSFB_SIMPLEFB, not CONFIG_SYSFB_SIMPLE) -- simplify fedora and common config usage,

[OS-BUILD PATCHv2] [redhat] Enable aarch64 Simple Frame Buffer support

2022-08-10 Thread Al Stone (via Email Bridge)
From: Al Stone [redhat] Enable aarch64 Simple Frame Buffer support Enable the sysfb simple frame buffer for use in Arm SystemReady IR platforms. v2: -- fix typo (CONFIG_SYSFB_SIMPLEFB, not CONFIG_SYSFB_SIMPLE) -- simplify fedora and common config usage, enabling for aarch64 only

[OS-BUILD PATCH 2/2] [redhat] Configure ARM SCMI SMC transport AtomicEnable

2022-08-10 Thread Al Stone (via Email Bridge)
From: Al Stone [redhat] Configure ARM SCMI SMC transport AtomicEnable Set up the config for this attribute of the ARM SCMI transport mechanism. Signed-off-by: Al Stone diff --git a/redhat/configs/common/debug/CONFIG_ARM_SCMI_TRANSPORT_SMC_ATOMIC_ENABLE

[OS-BUILD PATCH 1/2] [redhat] Correct enablement of ARM SCMI transport mechanisms

2022-08-10 Thread Al Stone (via Email Bridge)
From: Al Stone [redhat] Correct enablement of ARM SCMI transport mechanisms Generically, none of the config items should be set since these are architecture specific, yet two were; corrected that. Added in enablement of the config items specifically for aarch64. Signed-off-by: Al Stone diff

[OS-BUILD PATCH 0/2] [redhat] Correct enablement of ARM SCMI transport mechanisms

2022-08-10 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1982 Generically, none of the config items should be set since these are architecture specific, yet two were; corrected that. Added in enablement of the config items specifically for aarch64.

Re: [OS-BUILD PATCH] [redhat] Enable aarch64 Simple Frame Buffer support

2022-08-10 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1978#note_1057799519 My apologies -- stupid thinko on my part. Will resubmit with the proper name. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

[OS-BUILD PATCH] [redhat] Enable aarch64 Simple Frame Buffer support

2022-08-10 Thread Al Stone (via Email Bridge)
From: Al Stone [redhat] Enable aarch64 Simple Frame Buffer support Enable the sysfb simple frame buffer for use in Arm SystemReady IR platforms. Signed-off-by: Al Stone diff --git a/redhat/configs/common/generic/arm/aarch64/CONFIG_SYSFB_SIMPLE

Re: [OS-BUILD PATCH] Turn CONFIG_DEVMEM back on for aarch64

2021-11-15 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1408#note_733728574 The problem as I understand it is that areas within /dev/mem may not actually have a current mapping to memory so the kernel can segfault, and that this can be SoC dependent; this is why

Re: [OS-BUILD PATCH] arm64: switch ark kernel to 4K pagesize

2021-07-12 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1255#note_624437652 Acked-by: Al Stone (via approve button) ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to

Re: [OS-BUILD PATCH 0/2] Enable BPF LSM on Fedora and ARK

2021-03-10 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/922#note_526418916 No real concerns. Follow Rule 4096: do what Peter says -- move the lockdown to generic and enable it. ___ kernel mailing list --

Re: [OS-BUILD PATCH] efi: The EFI_VARS is legacy and now x86 only

2021-03-10 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/825#note_526405715 Acked-by: Al Stone ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org

Re: [OS-BUILD PATCHv2] generic: arm: enable SCMI for all options

2021-03-10 Thread Al Stone (via Email Bridge)
From: Al Stone on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/856#note_526397125 Acked-by: Al Stone ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fedoraproject.org