Re: [PATCH 11/11] thermal: Move thermal governor structure to internal header

2019-10-14 Thread Amit Kucheria
On Sat, Oct 12, 2019 at 12:23 PM Daniel Lezcano wrote: > > The thermal governor structure is a big structure where no > user should change value inside except via helper functions. > > Move the structure to the internal header thus preventing external > code to be tempted by hacking the structure'

Re: [PATCH 11/11] thermal: Move thermal governor structure to internal header

2019-10-14 Thread kbuild test robot
Hi Daniel, I love your patch! Perhaps something to improve: [auto build test WARNING on soc-thermal/next] [cannot apply to v5.4-rc3 next-20191011] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to spec

Re: [PATCH 11/11] thermal: Move thermal governor structure to internal header

2019-10-14 Thread kbuild test robot
Hi Daniel, I love your patch! Yet something to improve: [auto build test ERROR on soc-thermal/next] [cannot apply to v5.4-rc3 next-20191011] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' option to specify th

[PATCH 11/11] thermal: Move thermal governor structure to internal header

2019-10-11 Thread Daniel Lezcano
The thermal governor structure is a big structure where no user should change value inside except via helper functions. Move the structure to the internal header thus preventing external code to be tempted by hacking the structure's variables. Signed-off-by: Daniel Lezcano --- drivers/thermal/t