Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-06-24 Thread Bartlomiej Zolnierkiewicz
On 5/28/20 9:20 PM, Andrzej Pietrasiewicz wrote: > Prepare for eliminating get_mode(). > > Signed-off-by: Andrzej Pietrasiewicz Reviewed-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics > --- > drivers/acpi/thermal.c

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-06-02 Thread Guenter Roeck
On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote: > Prepare for eliminating get_mode(). > > Signed-off-by: Andrzej Pietrasiewicz Reviewed-by: Guenter Roeck > --- > drivers/acpi/thermal.c| 18 ++-- > .../ethernet/mellanox/mlxsw/core_ther

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-06-01 Thread Peter Kästle
28. Mai 2020 21:21, "Andrzej Pietrasiewicz" schrieb: > Prepare for eliminating get_mode(). > > Signed-off-by: Andrzej Pietrasiewicz > --- [...] > drivers/platform/x86/acerhdf.c | 15 ++--- Acked-by: Peter Kaestle

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-05-29 Thread Guenter Roeck
On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote: > Prepare for eliminating get_mode(). > > Signed-off-by: Andrzej Pietrasiewicz Based on discussion: Reviewed-by: Guenter Roeck Guenter > --- > drivers/acpi/thermal.c| 18 ++-- > .../et

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-05-29 Thread Guenter Roeck
On 5/29/20 10:21 AM, Andrzej Pietrasiewicz wrote: > Hi again, > > W dniu 29.05.2020 o 18:08, Andrzej Pietrasiewicz pisze: >> Hi Guenter, >> >> W dniu 29.05.2020 o 17:42, Guenter Roeck pisze: >>> On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote: Prepare for eliminating get

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-05-29 Thread Andrzej Pietrasiewicz
Hi again, W dniu 29.05.2020 o 18:08, Andrzej Pietrasiewicz pisze: Hi Guenter, W dniu 29.05.2020 o 17:42, Guenter Roeck pisze: On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote: Prepare for eliminating get_mode(). Might be worthwhile to explain (not only in the subject) w

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-05-29 Thread Andrzej Pietrasiewicz
Hi Guenter, W dniu 29.05.2020 o 17:42, Guenter Roeck pisze: On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote: Prepare for eliminating get_mode(). Might be worthwhile to explain (not only in the subject) what you are doing here. Signed-off-by: Andrzej Pietrasiewicz ---

Re: [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-05-29 Thread Guenter Roeck
On Thu, May 28, 2020 at 09:20:44PM +0200, Andrzej Pietrasiewicz wrote: > Prepare for eliminating get_mode(). > Might be worthwhile to explain (not only in the subject) what you are doing here. > Signed-off-by: Andrzej Pietrasiewicz > --- > drivers/acpi/thermal.c| 18

[PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device

2020-05-28 Thread Andrzej Pietrasiewicz
Prepare for eliminating get_mode(). Signed-off-by: Andrzej Pietrasiewicz --- drivers/acpi/thermal.c| 18 ++-- .../ethernet/mellanox/mlxsw/core_thermal.c| 21 +++ drivers/platform/x86/acerhdf.c| 15 ++--- drivers/ther