]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
platform/x86: Rename silead_dmi to touchscreen_dmi
authorHans de Goede <hdegoede@redhat.com>
Fri, 8 Jun 2018 21:45:58 +0000 (23:45 +0200)
committerAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Jul 2018 12:00:30 +0000 (15:00 +0300)
commit74421786f0bcdc3599983137de4b39b8ff0ff9a2
tree7a5bf28d1e5ffc729f490ebe76b287b2894c9756
parentb4c86811ce955ebf1909b5b5e531d33d667a8613
platform/x86: Rename silead_dmi to touchscreen_dmi

Not only silead touchscreens need some extra info not available in the
ACPI tables to work properly. X86 devices with a Chipone ICN8505 chip also
need some DMI based extra configuration.

There is no reason to have separate dmi config code per touchscreen
controller vendor. This commit renames silead_dmi to a more generic
touchscreen_dmi name (and Kconfig option) in preparation of adding
info for tablets with an ICN8505 based touchscreen.

Note there are no functional changes all code changes are limited to
removing references to silead where these are no longer applicable.

Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Acked-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
MAINTAINERS
drivers/platform/x86/Kconfig
drivers/platform/x86/Makefile
drivers/platform/x86/touchscreen_dmi.c [moved from drivers/platform/x86/silead_dmi.c with 88% similarity]