Re: [PATCH v5 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

2016-06-13 Thread Pali Rohár
On Wednesday 06 April 2016 16:17:46 Juergen Gross wrote: > Use the smp_call_on_cpu() function to call system management > mode on cpu 0. > Make call secure by adding get_online_cpus() to avoid e.g. suspend > resume cycles in between. > > Signed-off-by: Juergen Gross > --- > V4:

Re: [PATCH v5 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

2016-06-13 Thread Pali Rohár
On Wednesday 06 April 2016 16:17:46 Juergen Gross wrote: > Use the smp_call_on_cpu() function to call system management > mode on cpu 0. > Make call secure by adding get_online_cpus() to avoid e.g. suspend > resume cycles in between. > > Signed-off-by: Juergen Gross > --- > V4: add call to

[PATCH v5 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

2016-04-06 Thread Juergen Gross
Use the smp_call_on_cpu() function to call system management mode on cpu 0. Make call secure by adding get_online_cpus() to avoid e.g. suspend resume cycles in between. Signed-off-by: Juergen Gross --- V4: add call to get_online_cpus() --- drivers/hwmon/dell-smm-hwmon.c | 35

[PATCH v5 6/6] hwmon: use smp_call_on_cpu() for dell-smm i8k

2016-04-06 Thread Juergen Gross
Use the smp_call_on_cpu() function to call system management mode on cpu 0. Make call secure by adding get_online_cpus() to avoid e.g. suspend resume cycles in between. Signed-off-by: Juergen Gross --- V4: add call to get_online_cpus() --- drivers/hwmon/dell-smm-hwmon.c | 35