From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Subject: [PATCH v3] sp5100_tco: Add AMD Mullins platform support To: Guenter Roeck , Wim Van Sebroeck References: <564D9CB0.1090209@compulab.co.il> <5652C765.8030302@compulab.co.il> <5653449C.5060909@roeck-us.net> Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org From: Denis Turischev Message-ID: <565423D4.5060509@compulab.co.il> Date: Tue, 24 Nov 2015 10:46:12 +0200 MIME-Version: 1.0 In-Reply-To: <5653449C.5060909@roeck-us.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit List-ID: AMD Mullins watchdog is fully compatible to the previous Hudson chipset, reuse the existent sp5100_tco driver. v2: rebased to v4.4-rc2 v3: fixed trailing whitespace Signed-off-by: Denis Turischev diff -Nru linux-4.4-rc2.orig/drivers/watchdog/sp5100_tco.c linux-4.4-rc2/drivers/watchdog/sp5100_tco.c --- linux-4.4-rc2.orig/drivers/watchdog/sp5100_tco.c 2015-11-23 02:45:59.000000000 +0200 +++ linux-4.4-rc2/drivers/watchdog/sp5100_tco.c 2015-11-23 09:51:48.701245853 +0200 @@ -306,6 +306,8 @@ static const struct pci_device_id sp5100_tco_pci_tbl[] = { { PCI_VENDOR_ID_ATI, PCI_DEVICE_ID_ATI_SBX00_SMBUS, PCI_ANY_ID, PCI_ANY_ID, }, + { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID, + PCI_ANY_ID, }, { 0, }, /* End of list */ }; MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl);