Re: [OS-BUILD PATCH] redhat/configs: usb: chipidea: update configs

2023-07-17 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2462#note_1472298950 Greetings @jmflinuxtx I see EXPERT is now set on RT, as well as CHIPIDEA flags set to module on arm. Hence, I believe this MR can be closed now. Thanks for help on this,

[OS-BUILD PATCH] redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64

2023-07-17 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes redhat: configs: Enable CONFIG_TYPEC_STUSB160X for rhel on aarch64 Enabling the stusb160x driver for aarch64 in order to support devices that use STUSB160X USB Type-C controller Signed-off-by: Desnes Nunes diff --git a/redhat/configs/rhel/generic/arm/aarch64/CONFIG_TYPEC_ST

[OS-BUILD PATCH] redhat/configs: usb: chipidea: update configs

2023-05-02 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes redhat/configs: usb: chipidea: update configs With the inclusion of commit ("usb: chipidea: make configs for glue drivers visible with EXPERT"), the if changes of CONFIG_EMBEDDED to CONFIG_EXPERT must be followed by arm CONFIG_USB_CHIPIDEA config changes for future releases.

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

2023-03-03 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1300671363 As per discussion on https://bugzilla.redhat.com/show_bug.cgi?id=2110796#c11 , closing the MR. Thanks for all observations @jwrdegoede ___ k

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

2023-03-02 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1299624944 Thanks for all observations Hans! ___ kernel mailing list -- kernel@lists.fedoraproject.org To unsubscribe send an email to kernel-le...@list

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

2023-03-01 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/2334#note_1297387871 Hello Hans, Thanks for the heads up and just replied at: https://bugzilla.redhat.com/show_bug.cgi?id=2110796#c6 Please let me know if you have furthers questions Best Regards, __

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

2023-02-27 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes usb: enable Design Ware Drivers on x86 Upstream Status: RHEL-only RHEL only: driver is used and updated by Intel. Signed-off-by: Desnes Nunes diff --git a/redhat/configs/rhel/generic/x86/CONFIG_PHY_SAMSUNG_USB2 b/redhat/configs/rhel/generic/x86/CONFIG_PHY_SAMSUNG_USB2 new

[OS-BUILD PATCH] redhat/configs: Make merge.py portable for older python

2023-02-09 Thread Desnes Nunes (via Email Bridge)
From: Desnes Nunes redhat/configs: Make merge.py portable for older python Since the operand := was only introduced on python-38, the merge.py script breaks when `make rh-configs` is run on systems with older python versions Signed-off-by: Desnes Nunes diff --git a/redhat/configs/merge.py b/r