]> git.proxmox.com Git - mirror_ubuntu-artful-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)
commite88162f9dad426f3c83e23150b7f28b7d9486df8
tree0d72581bad34f94b731ec8855497ccd354729b98
parent4495c08e84729385774601b5146d51d9e5849f81
Revert "i2c: mux: pca954x: Add ACPI support for pca954x"

In ACPI world any ID should be carefully chosen and registered
officially. The commit bbf9d262a147 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 bbf9d262a147 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