Skip to content

Commit

Permalink
i2c: move acpi code back into the core
Browse files Browse the repository at this point in the history
Commit 5d98e61 ("I2C/ACPI: Add i2c ACPI operation region support")
renamed the i2c-core module. This may cause regressions for
distributions, so put the ACPI code back into the core.

Reported-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
Tested-by: Lan Tianyu <tianyu.lan@intel.com>
Tested-by: Mika Westerberg <mika.westerberg@linux.intel.com>
  • Loading branch information
Wolfram Sang committed Sep 25, 2014
1 parent b4a7bd7 commit 17f4a5c
Show file tree
Hide file tree
Showing 5 changed files with 355 additions and 385 deletions.
1 change: 0 additions & 1 deletion MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -4477,7 +4477,6 @@ M: Mika Westerberg <mika.westerberg@linux.intel.com>
L: linux-i2c@vger.kernel.org
L: linux-acpi@vger.kernel.org
S: Maintained
F: drivers/i2c/i2c-acpi.c

I2C-TAOS-EVM DRIVER
M: Jean Delvare <jdelvare@suse.de>
Expand Down
5 changes: 1 addition & 4 deletions drivers/i2c/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@
# Makefile for the i2c core.
#

i2ccore-y := i2c-core.o
i2ccore-$(CONFIG_ACPI) += i2c-acpi.o

obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
obj-$(CONFIG_I2C) += i2ccore.o
obj-$(CONFIG_I2C) += i2c-core.o
obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o
obj-$(CONFIG_I2C_MUX) += i2c-mux.o
Expand Down
364 changes: 0 additions & 364 deletions drivers/i2c/i2c-acpi.c

This file was deleted.

Loading

0 comments on commit 17f4a5c

Please sign in to comment.