Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-18 Thread Daniel Lezcano
On 18/12/2020 11:16, Adam Thomson wrote: > On 16 December 2020 22:04, Daniel Lezcano wrote: > >> The code does no longer use the ms unit based fields to set the >> delays as they are replaced by the jiffies. >> >> Remove them and replace their user to use the jiffies version instead. >> >> Cc: Tha

RE: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-18 Thread Adam Thomson
On 16 December 2020 22:04, Daniel Lezcano wrote: > The code does no longer use the ms unit based fields to set the > delays as they are replaced by the jiffies. > > Remove them and replace their user to use the jiffies version instead. > > Cc: Thara Gopinath > Signed-off-by: Daniel Lezcano > R

Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-17 Thread Daniel Lezcano
On 17/12/2020 19:32, Hans de Goede wrote: > Hi Daniel, > > On 12/16/20 11:03 PM, Daniel Lezcano wrote: >> The code does no longer use the ms unit based fields to set the >> delays as they are replaced by the jiffies. >> >> Remove them and replace their user to use the jiffies version instead. >> >

Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-17 Thread Hans de Goede
Hi Daniel, On 12/16/20 11:03 PM, Daniel Lezcano wrote: > The code does no longer use the ms unit based fields to set the > delays as they are replaced by the jiffies. > > Remove them and replace their user to use the jiffies version instead. > > Cc: Thara Gopinath > Signed-off-by: Daniel Lezcan

Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-16 Thread Daniel Lezcano
On 16/12/2020 23:35, Peter Kästle wrote: > 16. Dezember 2020 23:04, "Daniel Lezcano" schrieb: > >> The code does no longer use the ms unit based fields to set the >> delays as they are replaced by the jiffies. >> >> Remove them and replace their user to use the jiffies version instead. >> >> Cc:

Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-16 Thread kernel test robot
Hi Daniel, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on next-20201215] [cannot apply to linux/master thermal/next v5.10] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-16 Thread kernel test robot
Hi Daniel, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on next-20201215] [cannot apply to linux/master thermal/next v5.10] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest

Re: [PATCH v2 3/3] thermal/core: Remove ms based delay fields

2020-12-16 Thread Peter Kästle
16. Dezember 2020 23:04, "Daniel Lezcano" schrieb: > The code does no longer use the ms unit based fields to set the > delays as they are replaced by the jiffies. > > Remove them and replace their user to use the jiffies version instead. > > Cc: Thara Gopinath > Signed-off-by: Daniel Lezcano