]> 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)
commitcc5ba97bd0c435c0e04b1361027d53bfead9c7f1
tree256bc5f315449dbd1f31e6a973860178eaeaf06f
parent3734fed8d51b10dcc29266fd87a11241327dbf89
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