<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/comedi, branch v2.6.32</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.32</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v2.6.32'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2009-10-14T21:14:36+00:00</updated>
<entry>
<title>Staging: comedi: fix sched.h build breakage</title>
<updated>2009-10-14T21:14:36+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-10-12T21:58:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=4377a026500a3f59e9c41c23d03e55ff2e712379'/>
<id>urn:sha1:4377a026500a3f59e9c41c23d03e55ff2e712379</id>
<content type='text'>
commit d43c36dc removed sched.h from interrupt.h.  This broke some of
the comedi drivers.  This patch fixes this.

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: fix build on arches that don't want comedi drivers</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-10-08T17:26:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cad9e3c75bdddfb214fd2a5885f5cce3a38ba300'/>
<id>urn:sha1:cad9e3c75bdddfb214fd2a5885f5cce3a38ba300</id>
<content type='text'>
This should fix the problem of comedi drivers showing up on arches that
can not support the comedi subsystem (like s390).

Cc: Martin Schwidefsky &lt;schwidefsky@de.ibm.com&gt;
Cc: Kamalesh Babulal &lt;kamalesh@linux.vnet.ibm.com&gt;
Cc: Ian Abbott &lt;abbotti@mev.co.uk&gt;
Cc: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: pcmcia irq fixes</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Frank Mori Hess</name>
<email>fmhess@users.sourceforge.net</email>
</author>
<published>2009-09-22T20:32:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3d1c28848ea37bf117940e10826f7a485aa32337'/>
<id>urn:sha1:3d1c28848ea37bf117940e10826f7a485aa32337</id>
<content type='text'>
Replaced IRQ_TYPE_EXCLUSIVE with IRQ_TYPE_DYNAMIC_SHARING for pcmcia
drivers.

Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: ni_pcimio: Added device id for pxi-6225.</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Frank Mori Hess</name>
<email>fmhess@users.sourceforge.net</email>
</author>
<published>2009-09-21T20:10:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ecb8486da36c5359eb910674c15c324f0157e43f'/>
<id>urn:sha1:ecb8486da36c5359eb910674c15c324f0157e43f</id>
<content type='text'>
Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: ni_65xx.c: fix output inversion problem.</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2009-09-21T20:05:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=078a10df24ac87d18c2d52fb501ff652f481fb5b'/>
<id>urn:sha1:078a10df24ac87d18c2d52fb501ff652f481fb5b</id>
<content type='text'>
When reading DO subdevice with inverted outputs invert the values read
back from the ports to match the inversion of values written.

Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: ni_65xx.c: fix insn_bits shift calculation.</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2009-09-21T20:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2b49d7c40ec0806d93ced89ac6039ddcf223dea7'/>
<id>urn:sha1:2b49d7c40ec0806d93ced89ac6039ddcf223dea7</id>
<content type='text'>
Fix insn_bits bitshift calculation for subdevice with non-zero
base_port.

Thanks to cJ-comedi at zougloub dot eu for spotting the bug.

Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: s526: fixes for pulse generator</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2009-09-21T19:48:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5044a2c0e0e951afeb4dce87e18e10036635410a'/>
<id>urn:sha1:5044a2c0e0e951afeb4dce87e18e10036635410a</id>
<content type='text'>
Some changes and corrections to handling of
INSN_CONFIG_GPCT_SINGLE_PULSE_GENERATOR, and
INSN_CONFIG_GPCT_PULSE_TRAIN_GENERATOR, so they interpret insn-&gt;data[]
as per the comments in the code.

Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: comedi: s526: Take account of arch's byte order.</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2009-09-21T19:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2b0318a600989ed85fe020079fa20132f8aebaf3'/>
<id>urn:sha1:2b0318a600989ed85fe020079fa20132f8aebaf3</id>
<content type='text'>
Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: s526: Get rid of global variable 'cmReg'.</title>
<updated>2009-10-09T20:47:25+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2009-09-21T19:35:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ca98ee7bb4005365ad395b53229e2f6d01ca7cbd'/>
<id>urn:sha1:ca98ee7bb4005365ad395b53229e2f6d01ca7cbd</id>
<content type='text'>
Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: comedi: s526: Fix number of channels on DIO subdevice</title>
<updated>2009-10-09T20:47:24+00:00</updated>
<author>
<name>Ian Abbott</name>
<email>abbotti@mev.co.uk</email>
</author>
<published>2009-09-21T19:29:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=10f27014f42f0a4cb32bf45f214fa7ad7c261b1e'/>
<id>urn:sha1:10f27014f42f0a4cb32bf45f214fa7ad7c261b1e</id>
<content type='text'>
Correct operation of INSN_CONFIG_DIO_INPUT and INSN_CONFIG_DIO_OUTPUT
and support INSN_CONFIG_DIO_QUERY.  Thanks to Alessio Margan for some
testing.

Signed-off-by: Frank Mori Hess &lt;fmhess@users.sourceforge.net&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
</feed>
