platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] thinkpad_acpi: 1 bugfix + a bunch of cleanups
@ 2021-11-21 19:11 Hans de Goede
  2021-11-21 19:11 ` [PATCH 1/7] platform/x86: thinkpad_acpi: Accept ibm_init_struct.init() returning -ENODEV Hans de Goede
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: Hans de Goede @ 2021-11-21 19:11 UTC (permalink / raw)
  To: Mark Gross, Andy Shevchenko, Mark Pearson
  Cc: Hans de Goede, platform-driver-x86

Hi All,

Here is a patch-series for the thinkpad_acpi driver starting with one
important bugfix which fixes a bug introduced by commit 79f960e29cfc
("platform/x86: thinkpad_acpi: Convert platform driver to use dev_groups")
in platform-drivers-x86/for-next which is causing the driver to not load
at all on many devices.

Followed by a bunch of cleanup patches.

Please test and review.

Regards,

Hans


Hans de Goede (7):
  platform/x86: thinkpad_acpi: Accept ibm_init_struct.init() returning
    -ENODEV
  platform/x86: thinkpad_acpi: Make *_init() functions return -ENODEV
    instead of 1
  platform/x86: thinkpad_acpi: Simplify dytc_version handling
  platform/x86: thinkpad_acpi: Cleanup dytc_profile_available
  platform/x86: thinkpad_acpi: Properly indent code in
    tpacpi_dytc_profile_init()
  platform/x86: thinkpad_acpi: Remove "goto err_exit" from hotkey_init()
  platform/x86: thinkpad_acpi: Fix thermal_temp_input_attr sorting

 drivers/platform/x86/thinkpad_acpi.c | 221 ++++++++++-----------------
 1 file changed, 78 insertions(+), 143 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2021-11-24 18:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21 19:11 [PATCH 0/7] thinkpad_acpi: 1 bugfix + a bunch of cleanups Hans de Goede
2021-11-21 19:11 ` [PATCH 1/7] platform/x86: thinkpad_acpi: Accept ibm_init_struct.init() returning -ENODEV Hans de Goede
2021-11-21 19:11 ` [PATCH 2/7] platform/x86: thinkpad_acpi: Make *_init() functions return -ENODEV instead of 1 Hans de Goede
2021-11-21 19:11 ` [PATCH 3/7] platform/x86: thinkpad_acpi: Simplify dytc_version handling Hans de Goede
2021-11-21 19:11 ` [PATCH 4/7] platform/x86: thinkpad_acpi: Cleanup dytc_profile_available Hans de Goede
2021-11-21 19:11 ` [PATCH 5/7] platform/x86: thinkpad_acpi: Properly indent code in tpacpi_dytc_profile_init() Hans de Goede
2021-11-21 19:11 ` [PATCH 6/7] platform/x86: thinkpad_acpi: Remove "goto err_exit" from hotkey_init() Hans de Goede
2021-11-21 19:11 ` [PATCH 7/7] platform/x86: thinkpad_acpi: Fix thermal_temp_input_attr sorting Hans de Goede
2021-11-22 10:14 ` [PATCH 0/7] thinkpad_acpi: 1 bugfix + a bunch of cleanups Andy Shevchenko
2021-11-22 12:58   ` Hans de Goede
2021-11-24 18:54 ` [External] " Mark Pearson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).