diff options
author | Hans de Goede <hdegoede@redhat.com> | 2018-06-08 23:45:58 +0200 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2018-07-02 15:00:30 +0300 |
commit | 74421786f0bcdc3599983137de4b39b8ff0ff9a2 (patch) | |
tree | 7a5bf28d1e5ffc729f490ebe76b287b2894c9756 /MAINTAINERS | |
parent | b4c86811ce955ebf1909b5b5e531d33d667a8613 (diff) | |
download | linux-74421786f0bcdc3599983137de4b39b8ff0ff9a2.tar.gz linux-74421786f0bcdc3599983137de4b39b8ff0ff9a2.tar.bz2 linux-74421786f0bcdc3599983137de4b39b8ff0ff9a2.zip |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9d5eeff51b5f..df2337389cdf 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -12951,7 +12951,7 @@ L: linux-input@vger.kernel.org L: platform-driver-x86@vger.kernel.org S: Maintained F: drivers/input/touchscreen/silead.c -F: drivers/platform/x86/silead_dmi.c +F: drivers/platform/x86/touchscreen_dmi.c SILICON MOTION SM712 FRAME BUFFER DRIVER M: Sudip Mukherjee <sudipm.mukherjee@gmail.com> |