summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vme/TODO
Commit message (Collapse)AuthorAgeFilesLines
* Staging: vme: Add ca91cx42 rmw supportMartyn Welch2010-03-041-1/+0Star
| | | | | | | | Add support for Master Read-Modify-Write cycles on the ca91cx42. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: add ca91cx42 dma supportMartyn Welch2010-03-041-1/+0Star
| | | | | | | | Add support for the DMA controller in the ca91cx42 bridge. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: Add location monitor support for ca91cx42Martyn Welch2010-03-041-1/+0Star
| | | | | | Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: Make vme_master_resource naming bus neutralMartyn Welch2010-03-041-1/+0Star
| | | | | | | | | The vme_master_resource structure contains an item called "pci_resource". Rename to make bus agnostic. Signed-off-by: Martyn Welch <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: Enable drivers to handle more than one bridgeMartyn Welch2010-03-041-2/+0Star
| | | | | | | | | | 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 <martyn.welch@ge.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: Attribute Testing For Dma RequestMartyn Welch2010-03-041-22/+0Star
| | | | | | | | | Check the directions in which the DMA controller is expected to operate before giving control of a resource. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: Rename VME DMA functionsMartyn Welch2009-12-111-1/+1
| | | | | | | | | | | 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 <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: Separate the list of TODOs from the API documentationMartyn Welch2009-09-151-352/+62Star
| | | | | | | | | This patch moves the API documentation to it's own file and provides a proper list of TODOs. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: add VME Location Monitor management mechanismMartyn Welch2009-09-151-18/+18
| | | | | | | | | Extend the image and DMA channel resource management methods to control the location monitor resource. The location monitor should be controlled as it can only be used at a single location at a time. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
* Staging: vme: add TODO fileMartyn Welch2009-09-151-0/+388
This describes the current vme api, along with a list of things that needs to be fixed up. Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>