Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-15 Thread Darren Hart
On Mon, Jan 15, 2018 at 10:21:33PM +0200, Andy Shevchenko wrote: > On Mon, Jan 15, 2018 at 10:15 PM, Darren Hart wrote: > > On Wed, Jan 10, 2018 at 03:12:48PM +0800, kbuild test robot wrote: > > >>ERROR: "ia64_delay_loop" [drivers/spi/spi-thunderx.ko] undefined! > >> >>

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-15 Thread Darren Hart
On Mon, Jan 15, 2018 at 10:21:33PM +0200, Andy Shevchenko wrote: > On Mon, Jan 15, 2018 at 10:15 PM, Darren Hart wrote: > > On Wed, Jan 10, 2018 at 03:12:48PM +0800, kbuild test robot wrote: > > >>ERROR: "ia64_delay_loop" [drivers/spi/spi-thunderx.ko] undefined! > >> >> ERROR:

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-15 Thread Andy Shevchenko
On Mon, Jan 15, 2018 at 10:15 PM, Darren Hart wrote: > On Wed, Jan 10, 2018 at 03:12:48PM +0800, kbuild test robot wrote: >>ERROR: "ia64_delay_loop" [drivers/spi/spi-thunderx.ko] undefined! >> >> ERROR: "of_update_property" [drivers/platform/mellanox/mlxreg-hotplug.ko]

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-15 Thread Andy Shevchenko
On Mon, Jan 15, 2018 at 10:15 PM, Darren Hart wrote: > On Wed, Jan 10, 2018 at 03:12:48PM +0800, kbuild test robot wrote: >>ERROR: "ia64_delay_loop" [drivers/spi/spi-thunderx.ko] undefined! >> >> ERROR: "of_update_property" [drivers/platform/mellanox/mlxreg-hotplug.ko] >> >> undefined! >>

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-15 Thread Darren Hart
On Wed, Jan 10, 2018 at 03:12:48PM +0800, kbuild test robot wrote: > Hi Vadim, > > I love your patch! Yet something to improve: > > [auto build test ERROR on platform-drivers-x86/for-next] > [cannot apply to linus/master] > [if your patch is applied to the wrong git tree, please drop us a note

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-15 Thread Darren Hart
On Wed, Jan 10, 2018 at 03:12:48PM +0800, kbuild test robot wrote: > Hi Vadim, > > I love your patch! Yet something to improve: > > [auto build test ERROR on platform-drivers-x86/for-next] > [cannot apply to linus/master] > [if your patch is applied to the wrong git tree, please drop us a note

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-09 Thread kbuild test robot
Hi Vadim, I love your patch! Yet something to improve: [auto build test ERROR on platform-drivers-x86/for-next] [cannot apply to linus/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-09 Thread kbuild test robot
Hi Vadim, I love your patch! Yet something to improve: [auto build test ERROR on platform-drivers-x86/for-next] [cannot apply to linus/master] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-08 Thread Vadim Pasternak
It includes: - restructuring of mlxreg header file for unification of hotplug items definition; - unification of hotplug items to allow any kind of item (power controller, fan eeprom, psu eeprom, asic health in common way); - utilization of regmap interface to allow independency of underlying

[patch v7 3/3] platform/mellanox: mlxreg-hotplug: modify to use regmap intreface

2018-01-08 Thread Vadim Pasternak
It includes: - restructuring of mlxreg header file for unification of hotplug items definition; - unification of hotplug items to allow any kind of item (power controller, fan eeprom, psu eeprom, asic health in common way); - utilization of regmap interface to allow independency of underlying