Hi all, On 11/23/21 22:04, Hans de Goede wrote: > Hi All, > > Here is a thinkpad_acpi series with 4 bug-fixes fixing various bugs > which I missed while merging the big patch to move to dev_groups + > 2 small cleanups on top. > > The first bug-fixes is 5.16-rc# material since one initial patch > to move the hotkeys stuff to using is_visible already landed in 5.16-rc1. I've added this series to my review-hans branch now. Regards, Hans > Hans de Goede (6): > platform/x86: thinkpad_acpi: Restore missing hotkey_tablet_mode and > hotkey_radio_sw sysfs-attr > platform/x86: thinkpad_acpi: Register tpacpi_pdriver after subdriver > init > platform/x86: thinkpad_acpi: tpacpi_attr_group contains driver > attributes not device attrs > platform/x86: thinkpad_acpi: Fix the hwmon sysfs-attr showing up in > the wrong place > platform/x86: thinkpad_acpi: Remove unused > sensors_pdev_attrs_registered flag > platform/x86: thinkpad_acpi: Move input_unregister_device() to the top > of thinkpad_acpi_module_exit() > > drivers/platform/x86/thinkpad_acpi.c | 113 ++++++++++++++++----------- > 1 file changed, 66 insertions(+), 47 deletions(-) >