View Issue Details

IDProjectCategoryView StatusLast Update
0000840channel: kernel/el7kernel-mlpublic2018-04-29 15:07
Reportermarcjero Assigned Toburakkucat  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Summary0000840: please add MISC_RTSX_PCI and MISC_RTSX_USB to ml kernel
DescriptionHello,

The support for Realtek car readers seems to be disabled in ml kernel. It's enabled in lt kernel. Looks like these modules just moved into the misc section. Previously they were named MFD_RTSX_PCI and MFD_RTSX_USB

hanks

Additional Informationhttps://github.com/torvalds/linux/tree/master/drivers/misc/cardreader
TagsNo tags attached.

Activities

burakkucat

2018-04-24 16:01

administrator   ~0005777

Acknowledged, thank you. The following lines clearly show what is required.

[SOURCES]$ ls -1 config-*
config-4.16.4-x86_64
config-4.17.0-x86_64
config-4.4.129-x86_64
[SOURCES]$ grep '_RTSX_' config-*
config-4.16.4-x86_64:# CONFIG_MISC_RTSX_PCI is not set
config-4.16.4-x86_64:# CONFIG_MISC_RTSX_USB is not set
config-4.17.0-x86_64:# CONFIG_MISC_RTSX_PCI is not set
config-4.17.0-x86_64:# CONFIG_MISC_RTSX_USB is not set
config-4.4.129-x86_64:CONFIG_MFD_RTSX_PCI=m
config-4.4.129-x86_64:CONFIG_MFD_RTSX_USB=m
[SOURCES]$

I have queued the configuration adjustment for the next build of the kernel-ml package set.

burakkucat

2018-04-24 16:50

administrator   ~0005778

For consistency, both kernel-lt and the next build of kernel-ml will now have the following options enabled --

[SOURCES]$ grep -E '_REALTEK_|_RTSX_' config* | sort
config-4.16.5-x86_64:CONFIG_MEMSTICK_REALTEK_PCI=m
config-4.16.5-x86_64:CONFIG_MEMSTICK_REALTEK_USB=m
config-4.16.5-x86_64:CONFIG_MISC_RTSX_PCI=m
config-4.16.5-x86_64:CONFIG_MISC_RTSX_USB=m
config-4.16.5-x86_64:CONFIG_MMC_REALTEK_PCI=m
config-4.16.5-x86_64:CONFIG_MMC_REALTEK_USB=m
config-4.16.5-x86_64:CONFIG_REALTEK_AUTOPM=y
config-4.16.5-x86_64:CONFIG_REALTEK_PHY=m
config-4.17.0-x86_64:CONFIG_MEMSTICK_REALTEK_PCI=m
config-4.17.0-x86_64:CONFIG_MEMSTICK_REALTEK_USB=m
config-4.17.0-x86_64:CONFIG_MISC_RTSX_PCI=m
config-4.17.0-x86_64:CONFIG_MISC_RTSX_USB=m
config-4.17.0-x86_64:CONFIG_MMC_REALTEK_PCI=m
config-4.17.0-x86_64:CONFIG_MMC_REALTEK_USB=m
config-4.17.0-x86_64:CONFIG_REALTEK_AUTOPM=y
config-4.17.0-x86_64:CONFIG_REALTEK_PHY=m
config-4.4.129-x86_64:CONFIG_MEMSTICK_REALTEK_PCI=m
config-4.4.129-x86_64:CONFIG_MEMSTICK_REALTEK_USB=m
config-4.4.129-x86_64:CONFIG_MFD_RTSX_PCI=m
config-4.4.129-x86_64:CONFIG_MFD_RTSX_USB=m
config-4.4.129-x86_64:CONFIG_MMC_REALTEK_PCI=m
config-4.4.129-x86_64:CONFIG_MMC_REALTEK_USB=m
config-4.4.129-x86_64:CONFIG_REALTEK_AUTOPM=y
config-4.4.129-x86_64:CONFIG_REALTEK_PHY=m
[SOURCES]$

burakkucat

2018-04-24 17:35

administrator   ~0005779

For documentation purposes, the identical configuration options have been enabled for the EL6 versions of kernel-ml --

[SOURCES]$ grep -E '_REALTEK_|_RTSX_' config* | sort
config-4.16.5-x86_64:CONFIG_MEMSTICK_REALTEK_PCI=m
config-4.16.5-x86_64:CONFIG_MEMSTICK_REALTEK_USB=m
config-4.16.5-x86_64:CONFIG_MISC_RTSX_PCI=m
config-4.16.5-x86_64:CONFIG_MISC_RTSX_USB=m
config-4.16.5-x86_64:CONFIG_MMC_REALTEK_PCI=m
config-4.16.5-x86_64:CONFIG_MMC_REALTEK_USB=m
config-4.16.5-x86_64:CONFIG_REALTEK_AUTOPM=y
config-4.16.5-x86_64:CONFIG_REALTEK_PHY=m
config-4.17.0-x86_64:CONFIG_MEMSTICK_REALTEK_PCI=m
config-4.17.0-x86_64:CONFIG_MEMSTICK_REALTEK_USB=m
config-4.17.0-x86_64:CONFIG_MISC_RTSX_PCI=m
config-4.17.0-x86_64:CONFIG_MISC_RTSX_USB=m
config-4.17.0-x86_64:CONFIG_MMC_REALTEK_PCI=m
config-4.17.0-x86_64:CONFIG_MMC_REALTEK_USB=m
config-4.17.0-x86_64:CONFIG_REALTEK_AUTOPM=y
config-4.17.0-x86_64:CONFIG_REALTEK_PHY=m
config-4.4.129-x86_64:CONFIG_MEMSTICK_REALTEK_PCI=m
config-4.4.129-x86_64:CONFIG_MEMSTICK_REALTEK_USB=m
config-4.4.129-x86_64:CONFIG_MFD_RTSX_PCI=m
config-4.4.129-x86_64:CONFIG_MFD_RTSX_USB=m
config-4.4.129-x86_64:CONFIG_MMC_REALTEK_PCI=m
config-4.4.129-x86_64:CONFIG_MMC_REALTEK_USB=m
config-4.4.129-x86_64:CONFIG_REALTEK_AUTOPM=y
config-4.4.129-x86_64:CONFIG_REALTEK_PHY=m
[SOURCES]$

burakkucat

2018-04-26 16:36

administrator   ~0005793

With the recent release of the kernel-ml-4.16.5-1.el7.elrepo package set [1] this configuration modification request has now been fulfilled.

The kernel-ml-4.16.5-1.el6.elrepo package set, also released today [2], has had a similar configuration modification applied.

Once both kernel-lt package sets for EL6 & EL7 have been built, with similar configuration modifications applied, then this request will be closed.

[1] http://lists.elrepo.org/pipermail/elrepo/2018-April/004233.html
[2] http://lists.elrepo.org/pipermail/elrepo/2018-April/004232.html

marcjero

2018-04-27 03:25

reporter   ~0005794

Installed kernel-ml-4.16.5-1.el7.elrepo today and I confirm problem is solved. Thanks !

burakkucat

2018-04-29 15:07

administrator   ~0005803

Now closing as "resolved/fixed".

Issue History

Date Modified Username Field Change
2018-04-24 06:22 marcjero New Issue
2018-04-24 06:22 marcjero Status new => assigned
2018-04-24 06:22 marcjero Assigned To => burakkucat
2018-04-24 16:01 burakkucat Note Added: 0005777
2018-04-24 16:50 burakkucat Note Added: 0005778
2018-04-24 17:35 burakkucat Note Added: 0005779
2018-04-26 16:36 burakkucat Note Added: 0005793
2018-04-27 03:25 marcjero Note Added: 0005794
2018-04-29 15:07 burakkucat Note Added: 0005803
2018-04-29 15:07 burakkucat Status assigned => resolved
2018-04-29 15:07 burakkucat Resolution open => fixed