Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753828AbbKXOBH (ORCPT ); Tue, 24 Nov 2015 09:01:07 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:51311 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751946AbbKXOBF (ORCPT ); Tue, 24 Nov 2015 09:01:05 -0500 Subject: Re: [PATCH 2/2] sp5100_tco: Add AMD Carrizo platform support To: Huang Rui , Wim Van Sebroeck References: <1448273256-1793-1-git-send-email-ray.huang@amd.com> <1448273256-1793-2-git-send-email-ray.huang@amd.com> Cc: linux-watchdog@vger.kernel.org, linux-kernel@vger.kernel.org, Denis Turischev , Borislav Petkov , Vincent Wan , Tony Li From: Guenter Roeck Message-ID: <56546D9A.8060406@roeck-us.net> Date: Tue, 24 Nov 2015 06:00:58 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <1448273256-1793-2-git-send-email-ray.huang@amd.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated_sender: linux@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: linux@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1174 Lines: 33 On 11/23/2015 02:07 AM, Huang Rui wrote: > sp5100_tco watchdog is also supported on AMD KernCZ chipset of Carrizo > platform. > > Signed-off-by: Huang Rui > Cc: Denis Turischev Reviewed-by: Guenter Roeck > --- > drivers/watchdog/sp5100_tco.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/watchdog/sp5100_tco.c b/drivers/watchdog/sp5100_tco.c > index c9dd419..6467b91 100644 > --- a/drivers/watchdog/sp5100_tco.c > +++ b/drivers/watchdog/sp5100_tco.c > @@ -308,6 +308,8 @@ static const struct pci_device_id sp5100_tco_pci_tbl[] = { > PCI_ANY_ID, }, > { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS, PCI_ANY_ID, > PCI_ANY_ID, }, > + { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_KERNCZ_SMBUS, PCI_ANY_ID, > + PCI_ANY_ID, }, > { 0, }, /* End of list */ > }; > MODULE_DEVICE_TABLE(pci, sp5100_tco_pci_tbl); > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/