Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-22 Thread Huang Rui
On Sun, Nov 22, 2015 at 10:54:08AM +0200, Denis Turischev wrote: > Hi Rui, > > On 11/20/2015 04:33 AM, Huang Rui wrote: > > Hi Denis, > > > > On Thu, Nov 19, 2015 at 05:56:00PM +0800, Denis Turischev wrote: > >> AMD Mullins watchdog is fully compatible to the previous Hudson chipset, > >> reuse

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-22 Thread Denis Turischev
Hi Rui, On 11/20/2015 04:33 AM, Huang Rui wrote: > Hi Denis, > > On Thu, Nov 19, 2015 at 05:56:00PM +0800, Denis Turischev wrote: >> AMD Mullins watchdog is fully compatible to the previous Hudson chipset, >> reuse the existent sp5100_tco driver. >> > > Thank you to add this support! >

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-22 Thread Huang Rui
On Sun, Nov 22, 2015 at 10:54:08AM +0200, Denis Turischev wrote: > Hi Rui, > > On 11/20/2015 04:33 AM, Huang Rui wrote: > > Hi Denis, > > > > On Thu, Nov 19, 2015 at 05:56:00PM +0800, Denis Turischev wrote: > >> AMD Mullins watchdog is fully compatible to the previous Hudson chipset, > >> reuse

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-22 Thread Denis Turischev
Hi Rui, On 11/20/2015 04:33 AM, Huang Rui wrote: > Hi Denis, > > On Thu, Nov 19, 2015 at 05:56:00PM +0800, Denis Turischev wrote: >> AMD Mullins watchdog is fully compatible to the previous Hudson chipset, >> reuse the existent sp5100_tco driver. >> > > Thank you to add this support! >

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-19 Thread Huang Rui
Hi Denis, On Thu, Nov 19, 2015 at 05:56:00PM +0800, Denis Turischev wrote: > AMD Mullins watchdog is fully compatible to the previous Hudson chipset, > reuse the existent sp5100_tco driver. > Thank you to add this support! Actually, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS is only the SMBus device id on

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-19 Thread Guenter Roeck
On 11/19/2015 01:56 AM, Denis Turischev wrote: AMD Mullins watchdog is fully compatible to the previous Hudson chipset, reuse the existent sp5100_tco driver. Signed-off-by: Denis Turischev diff -Nru linux-4.3.orig/drivers/watchdog/sp5100_tco.c linux-4.3/drivers/watchdog/sp5100_tco.c ---

[PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-19 Thread Denis Turischev
AMD Mullins watchdog is fully compatible to the previous Hudson chipset, reuse the existent sp5100_tco driver. Signed-off-by: Denis Turischev diff -Nru linux-4.3.orig/drivers/watchdog/sp5100_tco.c linux-4.3/drivers/watchdog/sp5100_tco.c --- linux-4.3.orig/drivers/watchdog/sp5100_tco.c

[PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-19 Thread Denis Turischev
AMD Mullins watchdog is fully compatible to the previous Hudson chipset, reuse the existent sp5100_tco driver. Signed-off-by: Denis Turischev diff -Nru linux-4.3.orig/drivers/watchdog/sp5100_tco.c linux-4.3/drivers/watchdog/sp5100_tco.c ---

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-19 Thread Huang Rui
Hi Denis, On Thu, Nov 19, 2015 at 05:56:00PM +0800, Denis Turischev wrote: > AMD Mullins watchdog is fully compatible to the previous Hudson chipset, > reuse the existent sp5100_tco driver. > Thank you to add this support! Actually, PCI_DEVICE_ID_AMD_HUDSON2_SMBUS is only the SMBus device id on

Re: [PATCH] sp5100_tco: Add AMD Mullins platform support

2015-11-19 Thread Guenter Roeck
On 11/19/2015 01:56 AM, Denis Turischev wrote: AMD Mullins watchdog is fully compatible to the previous Hudson chipset, reuse the existent sp5100_tco driver. Signed-off-by: Denis Turischev diff -Nru linux-4.3.orig/drivers/watchdog/sp5100_tco.c