platform/surface: Remove Surface 3 Button driver
authorHans de Goede <hdegoede@redhat.com>
Thu, 24 Feb 2022 11:02:41 +0000 (12:02 +0100)
committerHans de Goede <hdegoede@redhat.com>
Wed, 2 Mar 2022 11:33:00 +0000 (12:33 +0100)
commitfaabb26838f30b5a49178a50c8286e900928400f
tree916f4b489cc651f35cb9a7aeef2098c6a6a71370
parent60c7353c6b23537448c7b24498f7bbf8973a81ef
platform/surface: Remove Surface 3 Button driver

The Surface 3 buttons are now handled by the generic soc_button_array
driver. As part of adding support to soc_button_array the ACPI code
now instantiates a platform_device rather then an i2c_client so there
no longer is an i2c_client for this driver to bind to.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Maximilian Luz <luzmaximilian@gmail.com
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20220224110241.9613-3-hdegoede@redhat.com
drivers/platform/surface/Kconfig
drivers/platform/surface/Makefile
drivers/platform/surface/surface3_button.c [deleted file]