]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
platform/x86: toshiba_bluetooth: Register ACPI notify handler directly
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 24 Mar 2026 20:00:50 +0000 (21:00 +0100)
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Tue, 31 Mar 2026 16:14:29 +0000 (19:14 +0300)
commit4315abf338301090eec70c68117afa854fddb264
treec494052159fdd00b2e115d2cc9fe83c7c99e14b3
parent246d6cefe525f3fc760017e717bd77a3e751a260
platform/x86: toshiba_bluetooth: Register ACPI notify handler directly

To facilitate subsequent conversion of the driver to a platform one,
make it install an ACPI notify handler directly instead of using
a .notify() callback in struct acpi_driver.

No intentional functional impact.

Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Link: https://patch.msgid.link/3048289.e9J7NaK4W3@rafael.j.wysocki
Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
drivers/platform/x86/toshiba_bluetooth.c