search for: slave_addrs

Displaying 5 results from an estimated 5 matches for "slave_addrs".

2010 Mar 10
3
An odd IPMI problem
...ed.net/kernel/Documentation/IPMI.txt>, and gave it, among other things, the slave_attrs. Then I look at dmesg and /var/log/messages... and it seems to be utterly ignoring that parm. That is, I say (and get) $ insmod /lib/modules/2.6.18-164.11.1.el5/kernel/drivers/char/ipmi/ipmi_si.ko ports=0xca2 slave_addrs=0x10 insmod: error inserting '/lib/modules/2.6.18-164.11.1.el5/kernel/drivers/char/ipmi/ipmi_si.ko': -1 No such device and in the log Mar 10 11:24:36 south kernel: IPMI System Interface driver. Mar 10 11:24:36 south kernel: ipmi_si: Trying hardcoded-specified kcs state machine at i/o addre...
2012 Nov 19
0
[PATCH 222/493] char: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p at virginia.edu> Cc: Geoff Levand <geoff at infradead.org> Cc: Mattia Dongili <malattia at linux.it> Cc: Amit Shah <amit.shah at redhat.com> Cc: openipmi-developer at lists.sourceforge.net Cc: linuxppc-dev at lists.ozlabs.org Cc: cbe-oss-dev at
2012 Nov 19
0
[PATCH 222/493] char: remove use of __devinit
CONFIG_HOTPLUG is going away as an option so __devinit is no longer needed. Signed-off-by: Bill Pemberton <wfp5p at virginia.edu> Cc: Geoff Levand <geoff at infradead.org> Cc: Mattia Dongili <malattia at linux.it> Cc: Amit Shah <amit.shah at redhat.com> Cc: openipmi-developer at lists.sourceforge.net Cc: linuxppc-dev at lists.ozlabs.org Cc: cbe-oss-dev at
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in
2020 Mar 05
55
[PATCH 00/22] drm: Convert drivers to drm_simple_encoder_init()
A call to drm_simple_encoder_init() initializes an encoder without further functionality. It only provides the destroy callback to cleanup the encoder's state. Only few drivers implement more sophisticated encoders than that. Most drivers implement such a simple encoder and can use drm_simple_encoder_init() instead. The patchset converts drivers where the encoder's instance is embedded in