Re: [OS-BUILD PATCH 0/0] redhat: scripts: An automation script for disabling unused driver for x86

2023-12-07 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2832#note_1684863927 > recommend that we move all of this to `redhat/scripts/fedora` though as it is pretty fedora specific That sounds good to me. Although I would like to point out that with this

Re: [OS-BUILD PATCH 0/0] redhat: scripts: An automation script for disabling unused driver for x86

2023-12-07 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2832#note_1684802550 > I am scratching my head how do we audit @hpa1 's list? One thing you can audit is if the removed i2c/spi drivers have an acpi_match_table. Without that they are basically not

Re: [OS-BUILD PATCH 0/0] redhat: scripts: An automation script for disabling unused driver for x86

2023-12-07 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2832#note_1684783523 So @hpa1 created this script at my request. Looking at the discussions here it seems there are 2 separate discussion points: 1. Why use a script 2. Why disable these drivers I've

Re: [OS-BUILD PATCH 0/0] redhat: scripts: An automation script for disabling unused driver for x86

2023-12-07 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2832#note_1684724074 So @hpa1 created this script at my request. Looking at the discussions above it seems there are 2 separate discussion points: 1. Why disable these drivers 2. Why use a script Let

Re: [OS-BUILD PATCH] usb: enable Design Ware Drivers on x86

2023-03-01 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1297542976 As discussed in bugzilla I'm fine with moving forward with this as is. ___ kernel mailing list -- kernel@lists.fedoraproject.org To

Re: [OS-BUILD PATCH] usb: enable Design Ware Drivers on x86

2023-03-01 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1296748955 Interesting I actually have enabling dwc3 gadget mode support in Fedora: CONFIG_USB_DWC3=m CONFIG_USB_DWC3_ULPI=y # CONFIG_USB_DWC3_HOST is not set CONFIG_USB_DWC3_GADGET=y On my

Re: [OS-BUILD PATCH] redhat/configs enable CONFIG_INTEL_IFS

2022-08-10 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1981#note_1057712710 No objections from me, but do note that IFS has been disabled upstream by marking it broken, pending sorting out some userspace API issues which came up late during the 5.19 cycle

[OS-BUILD PATCHv2 1/4] ALSA: hda: intel-dsp-config: Add SND_INTEL_BYT_PREFER_SOF Kconfig option

2021-02-10 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede ALSA: hda: intel-dsp-config: Add SND_INTEL_BYT_PREFER_SOF Kconfig option The kernel has 2 drivers for the Low Power Engine audio-block on Bay- and Cherry-Trail SoCs. The old SST driver and the new SOF driver. If both drivers are enabled then the kernel will default to using

[OS-BUILD PATCHv2 3/4] Turn on SND_INTEL_BYT_PREFER_SOF for Fedora

2021-02-10 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede Turn on SND_INTEL_BYT_PREFER_SOF for Fedora For Fedora 34 and newer we want to use the SOF driver as the preferred driver for Intel LPE audio, see: https://fedoraproject.org/w/index.php?title=Changes/SofDefaultForIntelLpe Signed-off-by: Hans de Goede diff

[OS-BUILD PATCHv2 4/4] Add a redhat/rebase-notes.txt file

2021-02-10 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede Add a redhat/rebase-notes.txt file As discussed on the Fedora kernel list add a redhat/rebase-notes.txt file with notes about things to keep in mind when rebasing the Fedora kernel packages to a new upstream release. And populate this file with a note about disabling

[OS-BUILD PATCHv2 2/4] [redhat] AUTOMATIC: New configs

2021-02-10 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede [redhat] AUTOMATIC: New configs diff a/redhat/configs/pending-common/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF b/redhat/configs/pending-common/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF --- /dev/null +++ b/redhat/configs/pending-common/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF @@

[OS-BUILD PATCHv2 0/4] Patch + Kconfig changes to prefer the SOF driver on Intel LPE audio hardware

2021-02-10 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/889 This merge-req implements: https://fedoraproject.org/w/index.php?title=Changes/SofDefaultForIntelLp e It consists of 4 patches: 1. A patch making the preferred driver selectable in

[OS-BUILD PATCH 3/4] Turn on SND_INTEL_BYT_PREFER_SOF for Fedora

2021-02-09 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede Turn on SND_INTEL_BYT_PREFER_SOF for Fedora For Fedora 34 and newer we want to use the SOF driver as the preferred driver for Intel LPE audio, see: https://fedoraproject.org/w/index.php?title=Changes/SofDefaultForIntelLpe Signed-off-by: Hans de Goede diff

[OS-BUILD PATCH 4/4] Add a redhat/rebase-notes.txt file

2021-02-09 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede Add a redhat/rebase-notes.txt file As discussed on the Fedora kernel list add a redhat/rebase-notes.txt file with notes about things to keep in mind when rebasing the Fedora kernel packages to a new upstream release. And populate this file with a note about disabling

[OS-BUILD PATCH 1/4] ALSA: hda: intel-dsp-config: Add SND_INTEL_BYT_PREFER_SOF Kconfig option

2021-02-09 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede ALSA: hda: intel-dsp-config: Add SND_INTEL_BYT_PREFER_SOF Kconfig option The kernel has 2 drivers for the Low Power Engine audio-block on Bay- and Cherry-Trail SoCs. The old SST driver and the new SOF driver. If both drivers are enabled then the kernel will default to using

[OS-BUILD PATCH 2/4] [redhat] AUTOMATIC: New configs

2021-02-09 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede [redhat] AUTOMATIC: New configs diff a/redhat/configs/pending-common/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF b/redhat/configs/pending-common/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF --- /dev/null +++ b/redhat/configs/pending-common/generic/CONFIG_SND_INTEL_BYT_PREFER_SOF @@

[OS-BUILD PATCH 0/4] Patch + Kconfig changes to prefer the SOF driver on Intel LPE audio hardware

2021-02-09 Thread Hans de Goede (via Email Bridge)
From: Hans de Goede on gitlab.com Merge Request: https://gitlab.com/cki-project/kernel-ark/-/merge_requests/889 This merge-req implements: https://fedoraproject.org/w/index.php?title=Changes/SofDefaultForIntelLp e It consists of 4 patches: 1. A patch making the preferred driver selectable in