]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: core: Cleanup I2C ACPI namespace, take 2
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Fri, 12 Aug 2016 14:02:52 +0000 (17:02 +0300)
committerWolfram Sang <wsa@the-dreams.de>
Thu, 25 Aug 2016 22:42:09 +0000 (00:42 +0200)
commit122578f0ad196b3b62a911a11e96a7ad0b1d654d
tree806941e95d3324d026b003f472ba4576b0c74ef9
parent3474720a2bc2e6fb1b4ee442564663fcf3d09f2e
i2c: core: Cleanup I2C ACPI namespace, take 2

I2C ACPI enumeration was originally implemented in another module under
drivers/acpi/ but was later moved into i2c-core with added support for
I2C ACPI operation region.

Rename these acpi_i2c_ prefixed functions, structures and defines in
i2c-core to i2c_acpi_ in order to have more consistent name space.

This is updated version from commit 30ef4f83a8a9 ("i2c: core: Cleanup I2C
ACPI namespace") that got reverted due merge conflicts from
commit 0111252e38b8 ("i2c / ACPI: add support for ACPI reconfigure
notifications").

Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/i2c-core.c