]> git.baikalelectronics.ru Git - kernel.git/commit
i2c-i801: Move device ID definitions to driver
authorJean Delvare <khali@linux-fr.org>
Sun, 1 May 2011 16:18:49 +0000 (18:18 +0200)
committerJean Delvare <khali@endymion.delvare>
Sun, 1 May 2011 16:18:49 +0000 (18:18 +0200)
commitccb1f7a90672242a1f8b7a108cc40613b6bbea9e
tree256bc5f315449dbd1f31e6a973860178eaeaf06f
parente83a3b05637b52f14e610b184ad01a88b01e973f
i2c-i801: Move device ID definitions to driver

Move the SMBus device ID definitions of recent devices from pci_ids.h
to the i2c-i801.c driver file. They don't have to be shared, as they
are clearly identified and only used in this driver. In the future,
such IDs will go to i2c-i801 directly. This will make adding support
for new devices much faster and easier, as it will avoid cross-
subsystem patch sets and merge conflicts.

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Cc: Seth Heasley <seth.heasley@intel.com>
Acked-by: Jesse Barnes <jbarnes@virtuousgeek.org>
drivers/i2c/busses/i2c-i801.c
include/linux/pci_ids.h