<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/char/ipmi, branch v2.6.26</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.26</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.26'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-07-11T20:31:05Z</updated>
<entry>
<title>[PATCH] IPMI: return correct value from ipmi_write</title>
<updated>2008-07-11T20:31:05Z</updated>
<author>
<name>Mark Rustad</name>
<email>Rustad@gmail.com</email>
</author>
<published>2008-07-10T19:27:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3976df9b04c113ab19dc0268e49c6cec6baf28f7'/>
<id>urn:sha1:3976df9b04c113ab19dc0268e49c6cec6baf28f7</id>
<content type='text'>
This patch corrects the handling of write operations to the IPMI watchdog
to work as intended by returning the number of characters actually
processed. Without this patch, an "echo V &gt;/dev/watchdog" enables the
watchdog if IPMI is providing the watchdog function.

Signed-off-by: Mark Rustad &lt;MRustad@gmail.com&gt;
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Wim Van Sebroeck &lt;wim@iguana.be&gt;

</content>
</entry>
<entry>
<title>ipmi: support I/O resources in OF driver</title>
<updated>2008-05-15T02:11:14Z</updated>
<author>
<name>Nate Case</name>
<email>ncase@xes-inc.com</email>
</author>
<published>2008-05-14T23:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=3b7ec117bf6c98f5a845311c4ca5ca020a3d7689'/>
<id>urn:sha1:3b7ec117bf6c98f5a845311c4ca5ca020a3d7689</id>
<content type='text'>
The current OF probing assumes that the resource is IORESOURCE_MEM.  This
checks for the IORESOURCE_IO flag and behaves appropriately.  An I/O resource
can exist with an ipmi device node on a legacy ISA bus.

Signed-off-by: Nate Case &lt;ncase@xes-inc.com&gt;
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ipmi: fix return from atca_oem_poweroff_hook</title>
<updated>2008-04-29T15:06:16Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-04-29T08:01:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=adf535eeaca9e3963698df7bc5b4634d6d07f809'/>
<id>urn:sha1:adf535eeaca9e3963698df7bc5b4634d6d07f809</id>
<content type='text'>
A void returning function returned the return value of another void
returning function...

Spotted by sparse.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ipmi: make alloc_recv_msg static</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@kernel.org</email>
</author>
<published>2008-04-29T08:01:14Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=74006309c7f09c893c18cbb6f0e19137edd04239'/>
<id>urn:sha1:74006309c7f09c893c18cbb6f0e19137edd04239</id>
<content type='text'>
Make the needlessly global ipmi_alloc_recv_msg() static.

Signed-off-by: Adrian Bunk &lt;bunk@kernel.org&gt;
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ipmi: remove -&gt;write_proc code</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Alexey Dobriyan</name>
<email>adobriyan@gmail.com</email>
</author>
<published>2008-04-29T08:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=fa68be0def375c78f723a7d49221f8f6c8194f29'/>
<id>urn:sha1:fa68be0def375c78f723a7d49221f8f6c8194f29</id>
<content type='text'>
IPMI code theoretically allows -&gt;write_proc users, but nobody uses this thus
far.

Signed-off-by: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;
Acked-by: Corey Minyard &lt;minyard@acm.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ipmi: remove unused target and action in Makefile</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Denis Cheng</name>
<email>crquan@gmail.com</email>
</author>
<published>2008-04-29T08:01:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=95c0ba892470a8f95b3dd3938a722ff64229aed1'/>
<id>urn:sha1:95c0ba892470a8f95b3dd3938a722ff64229aed1</id>
<content type='text'>
Kbuild system handles this automatically.

Signed-off-by: Denis Cheng &lt;crquan@gmail.com&gt;
Cc: Corey Minyard &lt;minyard@acm.org&gt;
Cc: Sam Ravnborg &lt;sam@ravnborg.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>IPMI: Style fixes in the misc code</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Corey Minyard</name>
<email>cminyard@mvista.com</email>
</author>
<published>2008-04-29T08:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=36c7dc44409ecc4631de25a66f13d67873cfd563'/>
<id>urn:sha1:36c7dc44409ecc4631de25a66f13d67873cfd563</id>
<content type='text'>
Lots of style fixes for the miscellaneous IPMI files.  No functional
changes.  Basically fixes everything reported by checkpatch and fixes the
comment style.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>IPMI: Style fixes in the system interface code</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Corey Minyard</name>
<email>cminyard@mvista.com</email>
</author>
<published>2008-04-29T08:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c305e3d38e5f54a48a4618496cdc1ada970ebf68'/>
<id>urn:sha1:c305e3d38e5f54a48a4618496cdc1ada970ebf68</id>
<content type='text'>
Lots of style fixes for the IPMI system interface driver.  No functional
changes.  Basically fixes everything reported by checkpatch and fixes the
comment style.

[akpm@linux-foundation.org: coding-style fixes]
Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Cc: Rocky Craig &lt;rocky.craig@hp.com&gt;
Cc: Hannes Schulz &lt;schulz@schwaar.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>ipmi: style fixes in the base code</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Corey Minyard</name>
<email>cminyard@mvista.com</email>
</author>
<published>2008-04-29T08:01:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c70d749986f6f1d4e2bb008bfc0c5fc22ec3fc64'/>
<id>urn:sha1:c70d749986f6f1d4e2bb008bfc0c5fc22ec3fc64</id>
<content type='text'>
Lots of style fixes for the base IPMI driver.  No functional changes.
Basically fixes everything reported by checkpatch and fixes the comment
style.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>IPMI: Convert system interface defines to an enum</title>
<updated>2008-04-29T15:06:15Z</updated>
<author>
<name>Corey Minyard</name>
<email>cminyard@mvista.com</email>
</author>
<published>2008-04-29T08:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=ba8ff1c61eb119e687b06ca35f7f4ab041bf0422'/>
<id>urn:sha1:ba8ff1c61eb119e687b06ca35f7f4ab041bf0422</id>
<content type='text'>
Convert the #defines for statistics into an enum in the IPMI system interface
and remove the unused timeout_restart statistic.  And comment what these
statistics mean.

Signed-off-by: Corey Minyard &lt;cminyard@mvista.com&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
</feed>
