Re: [OS-BUILD PATCH 0/0] all: cleanup MEDIA_CONTROLLER options

2024-07-18 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/3263#note_2006499445 Looks good to me. -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lis

Re: [OS-BUILD PATCH 0/0] fb device cleanup

2024-01-04 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2848#note_1714148026 Looks good to me! -- ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists

[OS-BUILD PATCH] fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in

2023-09-29 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: Switch TI_SCI_CLK and TI_SCI_PM_DOMAINS symbols to built-in These two are currently built as a module, but this prevents the K3 AM6xx boards to boot. For example, an AM625 BeaglePlay hangs on boot after this: ## Flattened Device Tree blob at ffb0e8e0

Re: [OS-BUILD PATCH 0/2] redhat/configs: enable CONFIG_MEDIA_SUPPORT for RHEL on aarch64

2023-07-20 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2604#note_1479100113 Looks good to me as well. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@

Re: [OS-BUILD PATCH 0/0] common: properly disable PCCARD subsystem

2023-06-09 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2505#note_1424968440 Looks good to me! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@lists.fe

Re: [OS-BUILD PATCH 0/2] redhat/configs: Enable some missing Qualcomm drivers

2023-06-06 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2499#note_1420181300 The MR looks good to me! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@l

[OS-BUILD PATCHv2] fedora: arm: Enable DRM_PANEL_HIMAX_HX8394

2023-03-05 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 This panel is used by the rk3399 SoC based PinePhone pro device. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/fedora/generic/CONFIG_DRM_PANEL_HIMAX_HX8394 b/redhat/configs/fedora/generic/CONFIG_D

[OS-BUILD PATCH] fedora: arm: Enable DRM_PANEL_HIMAX_HX8394

2023-03-05 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: arm: Enable DRM_PANEL_HIMAX_HX8394 This panel is used by the rk3399 SoC based PinePhone pro device. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/fedora/generic/arm/CONFIG_DRM_PANEL_HIMAX_HX8394 b/redhat/configs/fedora/generic/arm/

Re: [OS-BUILD PATCHv5] configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-11-05 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2118#note_1161238595 @bmasney I've opened https://gitlab.com/cki-project/kernel- ark/-/merge_requests/2131, please take a look. ___ kernel mailing lis

[OS-BUILD PATCH] configs/fedora: Build some SC7180 clock controllers as modules

2022-11-05 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas configs/fedora: Build some SC7180 clock controllers as modules The clock controllers for the Camera, Display, GPU and Video {en,de}coder don't need to be built-in and can be built as a module instead. Do that, which is also aligned with how the clock controller dri

Re: [OS-BUILD PATCHv5] configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-11-02 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2118#note_1158017460 Yes, everything else was already enabled. I just needed these to get most of the peripherals working. ___ kernel mailing list --

Re: [OS-BUILD PATCHv5] configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-11-02 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2118#note_1158016685 I will try tomorrow to build them as a module. I didn't notice that the SC7280 clock drivers were not built-in. ___ kernel mailin

[OS-BUILD PATCHv5] configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas configs/fedora: Enable a few more drivers needed by the HP X2 Chromebook This machine has a QC SC7180 SoC, some of the needed drivers were missing. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM b/red

[OS-BUILD PATCHv4] fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: Enable a few more drivers needed by the HP X2 Chromebook This machine has a QC SC7180 SoC, some of the needed drivers were missing. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM b/redhat/conf

[OS-BUILD PATCHv3] fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: Enable a few more drivers needed by the HP X2 Chromebook This machine has a QC SC7180 SoC, some of the needed drivers are missing. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM b/redhat/confi

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1148580469 @Lyude right. I've reworded the commit message now and removed the "headless" adjective and instead say: ``` The only exception is s390x since that arch doesn't have a

[OS-BUILD PATCHv5] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas redhat/configs: Disable fbdev drivers and use simpledrm everywhere Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1986223 Replace the fbdev drivers with the latest simpledrm driver and the DRM fbdev emulation layer. This change has been in Fedora for some

[OS-BUILD PATCHv2] fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: Enable a few more drivers needed by the HP X2 Chromebook This machine has a QC SC7180 SoC, some of the needed drivers are missing. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM b/redhat/confi

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-25 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1147358303 What do you mean? We still have DRM in the unlikely case that there is some graphics needs for s390x. But simpledrm is only useful if the firmware setups a framebuffer for L

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1147146431 @thuth let me know if there's anything else that you want to address on this MR. ___ kernel mailing list -- kernel@lists.fedorapr

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1147145928 I've left `CONFIG_DRM=m` for `s390x` and just disabled `CONFIG_DRM_SIMPLEDRM` on that arch, since as mentioned is headless. I left `CONFIG_DRM=y` for `ppc64le` since others

[OS-BUILD PATCHv4] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas redhat/configs: Disable fbdev drivers and use simpledrm everywhere Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1986223 Replace the fbdev drivers with the latest simpledrm driver and the DRM fbdev emulation layer. This change has been in Fedora for some

[OS-BUILD PATCH] fedora: Enable a few more drivers needed by the HP X2 Chromebook

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas fedora: Enable a few more drivers needed by the HP X2 Chromebook This machine has a QC SC7180 SoC, some of the needed drivers are missing. Signed-off-by: Javier Martinez Canillas diff --git a/redhat/configs/common/generic/CONFIG_NVMEM_QCOM_QFPROM b/redhat/confi

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146750685 > AFAIK graphic cards are a little bit more common on ppc64le, so I think you can keep it enabled there The question I think is not whether there are graphics cards / works

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146677400 @thuth sure, I can set it as a module for s390x. I guess also for ppc64le or should I keep it built-in for that arch? ___ kernel

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-24 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1146654543 @thuth it's true that s390x is normally headless and I considered keeping it as a module (and also for ppc64le) but then decided to just have it built-in everywhere to simpl

Re: [OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-06 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1533#note_1127008455 Rebased again to latest `osb-build branch`. ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an emai

[OS-BUILD PATCHv3] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-10-06 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas redhat/configs: Disable fbdev drivers and use simpledrm everywhere Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1986223 Replace the fbdev drivers with the latest simpledrm driver and the DRM fbdev emulation layer. This change has been in Fedora for some

[OS-BUILD PATCHv2] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-09-30 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas redhat/configs: Disable fbdev drivers and use simpledrm everywhere Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1986223 Replace the fbdev drivers with the latest simpledrm driver and the DRM fbdev emulation layer. This change has been in Fedora for some

[OS-BUILD PATCH] redhat/configs: Disable fbdev drivers and use simpledrm everywhere

2022-09-30 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas redhat/configs: Disable fbdev drivers and use simpledrm everywhere Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1986223 Replace the fbdev drivers with the latest simpledrm driver and the DRM fbdev emulation layer. This change has been in Fedora for some

Re: [OS-BUILD PATCH] drm/aperture: Run fbdev removal before internal helpers

2022-07-05 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1904#note_1016920114 @jmflinuxtx looks good to me. Thanks a lot for doing this! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscri

Re: [OS-BUILD PATCHv2 0/0] Improve generation of boot loader specification files

2021-05-07 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1042#note_570159244 @dzickusrh yes, it should be safe to merge that for Fedora since as mentioned in my previous comment the BLS snippets generated on build time are not used anymore since F33.

Re: [OS-BUILD PATCHv2 0/0] Improve generation of boot loader specification files

2021-04-27 Thread Javier Martinez Canillas (via Email Bridge)
From: Javier Martinez Canillas on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1042#note_561684136 Thanks @dpward for the merge-request. But the BLS snippet shipped by the kernel package turned out being not flexible enough and since Fedora 33 the BLS are generated by `ker