<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/vme/TODO, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/vme/TODO?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/vme/TODO?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2012-04-26T19:34:58Z</updated>
<entry>
<title>Staging: VME: move VME drivers out of staging</title>
<updated>2012-04-26T19:34:58Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@linuxfoundation.org</email>
</author>
<published>2012-04-26T19:34:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=db3b9e990e75573402cda22faf933760f076c033'/>
<id>urn:sha1:db3b9e990e75573402cda22faf933760f076c033</id>
<content type='text'>
This moves the VME core, VME board drivers, and VME bridge drivers out
of the drivers/staging/vme/ area to drivers/vme/.

The VME device drivers have not moved out yet due to some API questions
they are still working through, that should happen soon, hopefully.

Cc: Martyn Welch &lt;martyn.welch@ge.com&gt;
Cc: Manohar Vanga &lt;manohar.vanga@cern.ch&gt;
Cc: Vincent Bossier &lt;vincent.bossier@gmail.com&gt;
Cc: "Emilio G. Cota" &lt;cota@braap.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: VME: Update TODO file</title>
<updated>2011-11-27T01:23:57Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@ge.com</email>
</author>
<published>2011-11-03T10:57:26Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=3fe0a87f8fa98fb24ceb0231e326f3892e84e39b'/>
<id>urn:sha1:3fe0a87f8fa98fb24ceb0231e326f3892e84e39b</id>
<content type='text'>
Contents of TODO file has become more of a feature wish-list rather than issues
which should stop the VME driver being merged into the mainline kernel.

Update the TODO list with issues that need to be resolved before it can be
migrated to mainline.

Signed-off-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: vme: Add ca91cx42 rmw support</title>
<updated>2010-03-04T00:43:01Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@ge.com</email>
</author>
<published>2010-02-18T15:13:38Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=04e10e15f9509d08c5e2194ea2ae680c013d5b63'/>
<id>urn:sha1:04e10e15f9509d08c5e2194ea2ae680c013d5b63</id>
<content type='text'>
Add support for Master Read-Modify-Write cycles on the ca91cx42.

Signed-off-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: add ca91cx42 dma support</title>
<updated>2010-03-04T00:43:01Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@ge.com</email>
</author>
<published>2010-02-18T15:13:25Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4860ab74d4d577d21fbfe0da3bd0925f3efc8907'/>
<id>urn:sha1:4860ab74d4d577d21fbfe0da3bd0925f3efc8907</id>
<content type='text'>
Add support for the DMA controller in the ca91cx42 bridge.

Signed-off-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: Add location monitor support for ca91cx42</title>
<updated>2010-03-04T00:43:01Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@ge.com</email>
</author>
<published>2010-02-18T15:13:19Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2b82beb8c1bc81b3dde69d16cacbc22546681acf'/>
<id>urn:sha1:2b82beb8c1bc81b3dde69d16cacbc22546681acf</id>
<content type='text'>
Signed-off-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: Make vme_master_resource naming bus neutral</title>
<updated>2010-03-04T00:43:01Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@ge.com</email>
</author>
<published>2010-02-18T15:13:12Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8fafb47638012d93134d0ff38adcc5fc661beeb1'/>
<id>urn:sha1:8fafb47638012d93134d0ff38adcc5fc661beeb1</id>
<content type='text'>
The vme_master_resource structure contains an item called "pci_resource".
Rename to make bus agnostic.

Signed-off-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: Enable drivers to handle more than one bridge</title>
<updated>2010-03-04T00:43:00Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@ge.com</email>
</author>
<published>2010-02-18T15:13:05Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=29848ac9f3b33bf171439ae2d66d40e6a71446c4'/>
<id>urn:sha1:29848ac9f3b33bf171439ae2d66d40e6a71446c4</id>
<content type='text'>
At the moment the vme bridge drivers are written in a way that only
allows them to support one bridge at a time. Modify the drivers to
enable more than one bridge to be present per board.

Signed-off-by: Martyn Welch &lt;martyn.welch@ge.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: Attribute Testing For Dma Request</title>
<updated>2010-03-04T00:43:00Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@gefanuc.com</email>
</author>
<published>2010-02-18T15:12:58Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=4f723df45d3952c485ee0125fb6797ad615901c3'/>
<id>urn:sha1:4f723df45d3952c485ee0125fb6797ad615901c3</id>
<content type='text'>
Check the directions in which the DMA controller is expected to operate
before giving control of a resource.

Signed-off-by: Martyn Welch &lt;martyn.welch@gefanuc.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: Rename VME DMA functions</title>
<updated>2009-12-11T20:23:18Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@gefanuc.com</email>
</author>
<published>2009-10-29T16:35:20Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=58e507987b285f3df99f839c79da3985555ac220'/>
<id>urn:sha1:58e507987b285f3df99f839c79da3985555ac220</id>
<content type='text'>
The DMA resource allocation function is called "vme_request_dma" while
master and slave window allocation functions are called
"vme_master_request" and "vme_slave_request" respectively. Rename
"vme_request_dma" to "vme_dma_request" to fit the pattern.

Signed-off-by: Martyn Welch &lt;martyn.welch@gefanuc.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: vme: Separate the list of TODOs from the API documentation</title>
<updated>2009-09-15T19:02:11Z</updated>
<author>
<name>Martyn Welch</name>
<email>martyn.welch@gefanuc.com</email>
</author>
<published>2009-08-28T10:28:56Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=bf39f9a5bdcfdce2e4871cdb8f4219ea5f32f3c8'/>
<id>urn:sha1:bf39f9a5bdcfdce2e4871cdb8f4219ea5f32f3c8</id>
<content type='text'>
This patch moves the API documentation to it's own file and provides a
proper list of TODOs.

Signed-off-by: Martyn Welch &lt;martyn.welch@gefanuc.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

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