Re: [PATCH v4 06/11] thermal: Add mode helpers

2020-06-24 Thread Bartlomiej Zolnierkiewicz
On 5/28/20 9:20 PM, Andrzej Pietrasiewicz wrote: > Prepare for making the drivers not access tzd's private members. > > Signed-off-by: Andrzej Pietrasiewicz Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > -

Re: [PATCH v4 06/11] thermal: Add mode helpers

2020-06-01 Thread Guenter Roeck
On 6/1/20 4:16 AM, Andrzej Pietrasiewicz wrote: > Hi Guenter, > > W dniu 29.05.2020 o 17:52, Guenter Roeck pisze: >> On Thu, May 28, 2020 at 09:20:46PM +0200, Andrzej Pietrasiewicz wrote: >>> Prepare for making the drivers not access tzd's private members. >>> >>> Signed-off-by: Andrzej Pietrasiew

Re: [PATCH v4 06/11] thermal: Add mode helpers

2020-06-01 Thread Andrzej Pietrasiewicz
Hi Guenter, W dniu 29.05.2020 o 17:52, Guenter Roeck pisze: On Thu, May 28, 2020 at 09:20:46PM +0200, Andrzej Pietrasiewicz wrote: Prepare for making the drivers not access tzd's private members. Signed-off-by: Andrzej Pietrasiewicz + Nit: unnecessary empty line. + retur

Re: [PATCH v4 06/11] thermal: Add mode helpers

2020-05-29 Thread Guenter Roeck
On Thu, May 28, 2020 at 09:20:46PM +0200, Andrzej Pietrasiewicz wrote: > Prepare for making the drivers not access tzd's private members. > > Signed-off-by: Andrzej Pietrasiewicz > --- > drivers/thermal/thermal_core.c | 53 ++ > include/linux/thermal.h| 13

[PATCH v4 06/11] thermal: Add mode helpers

2020-05-28 Thread Andrzej Pietrasiewicz
Prepare for making the drivers not access tzd's private members. Signed-off-by: Andrzej Pietrasiewicz --- drivers/thermal/thermal_core.c | 53 ++ include/linux/thermal.h| 13 + 2 files changed, 66 insertions(+) diff --git a/drivers/thermal/thermal