Re: [Openipmi-developer] [PATCH] ipmi: kcs_bmc: don't change device name

2018-07-19 Thread Benjamin Fair via Openipmi-developer
On Thu, Jul 19, 2018 at 5:52 PM Corey Minyard wrote: > > On 07/06/2018 01:16 PM, Benjamin Fair wrote: > > kcs_bmc_alloc(...) calls dev_set_name(...) which is incorrect as most > > bus driver frameworks, platform_driver in particular, assume that they > > are able to set the device name themselves.

Re: [Openipmi-developer] [PATCH] ipmi: initialize platform driver even when using passed-in config

2018-07-19 Thread Corey Minyard
On 07/06/2018 01:43 PM, Olof Johansson wrote: On platforms where manual values are passed in when the module is loaded (or through kernel command line), the device is instantiated with a reference to the platform driver, but the platform driver never gets initialized and loaded. Sorry, I've bee

Re: [Openipmi-developer] [PATCH] ipmi: kcs_bmc: don't change device name

2018-07-19 Thread Corey Minyard
On 07/06/2018 01:16 PM, Benjamin Fair wrote: kcs_bmc_alloc(...) calls dev_set_name(...) which is incorrect as most bus driver frameworks, platform_driver in particular, assume that they are able to set the device name themselves. Sorry for the delay, I've been busy and on vacation. This is que

Re: [Openipmi-developer] [PATCH v2] ipmi: update ssif max_xmit_msg_size limit for multi-part messages

2018-07-19 Thread Corey Minyard
On 07/16/2018 05:46 AM, Kamlakant Patel wrote: Currently, by setting the xmit_msg_size to 63, the ssif driver never does a SSIF_MULTI_n_PART, it falls back to only SSIF_MULTI_2_PART. Due to this all IPMI commands with request size more than 63 bytes will not work. As per IPMI spec, SSIF supports

Re: [Openipmi-developer] using openipmi_mc_send_command

2018-07-19 Thread Corey Minyard
On 07/05/2018 02:29 PM, Udaya Puvvadi wrote: Hi, I want to poll the Fans data from HP G7 servers, and since HP configured these servers as discrete sensors, compared to threshold sensors. I wasn't able to get the data using ipmi_sensor_id_get_reading() function. I was thinkingĀ of polling the