]> git.baikalelectronics.ru Git - kernel.git/commit
Revert "i2c: mux: pca954x: Add ACPI support for pca954x"
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Tue, 21 Mar 2017 19:13:09 +0000 (21:13 +0200)
committerPeter Rosin <peda@axentia.se>
Thu, 23 Mar 2017 21:12:22 +0000 (22:12 +0100)
commit0d8206738bab11977a81ae8d051d68c4e7df5883
tree0d72581bad34f94b731ec8855497ccd354729b98
parentb925dc0fa3cd58cb6756a936c80f94f655a27964
Revert "i2c: mux: pca954x: Add ACPI support for pca954x"

In ACPI world any ID should be carefully chosen and registered
officially. The commit a21d315219f2 seems did a wrong assumption because
PCA is the registered PNP ID for "PHILIPS BU ADD ON CARD". I'm pretty
sure this prefix has nothing to do with the driver in question.

Moreover, newer ACPI specification has a support of _DSD method and
special device IDs to allow drivers be enumerated via compatible string.
The slight change to support this kind of enumeration will be added in
sequential patch against pca954x.c.

Revert the commit a21d315219f2 for good.

Cc: Tin Huynh <tnhuynh@apm.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Peter Rosin <peda@axentia.se>
drivers/i2c/muxes/i2c-mux-pca954x.c