Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-08 Thread Corey Minyard
On 03/08/2018 12:18 PM, Jiandi An wrote: On 03/08/2018 08:10 AM, Corey Minyard wrote: On 03/07/2018 05:59 PM, Jiandi An wrote: On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-08 Thread Corey Minyard
On 03/08/2018 12:18 PM, Jiandi An wrote: On 03/08/2018 08:10 AM, Corey Minyard wrote: On 03/07/2018 05:59 PM, Jiandi An wrote: On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-08 Thread Jiandi An
On 03/08/2018 08:10 AM, Corey Minyard wrote: On 03/07/2018 05:59 PM, Jiandi An wrote: On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The addition of IPMI DMI driver to create

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-08 Thread Jiandi An
On 03/08/2018 08:10 AM, Corey Minyard wrote: On 03/07/2018 05:59 PM, Jiandi An wrote: On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The addition of IPMI DMI driver to create

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-08 Thread Corey Minyard
On 03/07/2018 05:59 PM, Jiandi An wrote: On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-08 Thread Corey Minyard
On 03/07/2018 05:59 PM, Jiandi An wrote: On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-07 Thread Jiandi An
On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF probe to be done twice on the same SMB I2C

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-07 Thread Jiandi An
On 03/07/2018 07:34 AM, Corey Minyard wrote: On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true.  The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF probe to be done twice on the same SMB I2C

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-07 Thread Corey Minyard
On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true. The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF probe to be done twice on the same SMB I2C address for BMC. Fix is to not call trydmi if

Re: [PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-07 Thread Corey Minyard
On 03/06/2018 11:49 PM, Jiandi An wrote: IPMI SSIF driver's parameter tryacpi and trydmi both are set to true. The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF probe to be done twice on the same SMB I2C address for BMC. Fix is to not call trydmi if

[PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-06 Thread Jiandi An
IPMI SSIF driver's parameter tryacpi and trydmi both are set to true. The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF probe to be done twice on the same SMB I2C address for BMC. Fix is to not call trydmi if tryacpi is able to find I2C address for BMC

[PATCH] ipmi:ssif: Fix double probe from tryacpi and trydmi

2018-03-06 Thread Jiandi An
IPMI SSIF driver's parameter tryacpi and trydmi both are set to true. The addition of IPMI DMI driver to create platform device for each IPMI device causes SSIF probe to be done twice on the same SMB I2C address for BMC. Fix is to not call trydmi if tryacpi is able to find I2C address for BMC