Re: [PATCH] ipmi: add SET_SENSOR_READING command

2019-11-22 Thread Cédric Le Goater
On 22/11/2019 15:28, Corey Minyard wrote: > On Mon, Nov 18, 2019 at 10:24:29AM +0100, Cédric Le Goater wrote: >> SET_SENSOR_READING is a complex IPMI command (see IPMI spec 35.17) >> which enables the host software to set the reading value and the event >> status of sensors supporting it. >> >> Bel

Re: [PATCH] ipmi: add SET_SENSOR_READING command

2019-11-22 Thread Corey Minyard
On Mon, Nov 18, 2019 at 10:24:29AM +0100, Cédric Le Goater wrote: > SET_SENSOR_READING is a complex IPMI command (see IPMI spec 35.17) > which enables the host software to set the reading value and the event > status of sensors supporting it. > > Below is a proposal for all the operations (reading

[PATCH] ipmi: add SET_SENSOR_READING command

2019-11-18 Thread Cédric Le Goater
SET_SENSOR_READING is a complex IPMI command (see IPMI spec 35.17) which enables the host software to set the reading value and the event status of sensors supporting it. Below is a proposal for all the operations (reading, assert, deassert, event data) with the following limitations : - No even