summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio
Commit message (Expand)AuthorAgeFilesLines
...
* rapidio/tsi721_dma: advance queue processing from transfer submit callAlexandre Bounine2016-08-021-0/+1
* rapidio/tsi721: add messaging mbox selector parameterAlexandre Bounine2016-08-021-0/+15
* rapidio/tsi721: add PCIe MRRS override parameterAlexandre Bounine2016-08-021-1/+15
* rapidio/tsi721_dma: add channel mask and queue size parametersAlexandre Bounine2016-08-022-10/+18
* rapidio: fix return value description for dma_prep functionsAlexandre Bounine2016-08-021-2/+6
* rapidio: remove unnecessary 0x prefixes before %pa extension usesJoe Perches2016-08-022-6/+6
* rapidio: add RapidIO channelized messaging driverAlexandre Bounine2016-08-023-0/+2376
* rapidio/mport_cdev: fix uapi type definitionsAlexandre Bounine2016-05-051-51/+64
* rapidio: fix potential NULL pointer dereferenceVladimir Zapolskiy2016-04-281-2/+2
* Convert straggling drivers to new six-argument get_user_pages()Linus Torvalds2016-04-021-1/+1
* rapidio: add mport char device driverAlexandre Bounine2016-03-223-0/+2729
* rapidio/tsi721_dma: fix hardware error handlingAlexandre Bounine2016-03-221-9/+73
* rapidio/tsi721_dma: fix synchronization issuesAlexandre Bounine2016-03-221-9/+16
* rapidio/tsi721_dma: update error reporting from prep_sg callbackAlexandre Bounine2016-03-221-16/+21
* rapidio/tsi721: add filtered debug outputAlexandre Bounine2016-03-223-189/+240
* rapidio/tsi721: add outbound windows mapping supportAlexandre Bounine2016-03-222-7/+235
* rapidio: add outbound window supportAlexandre Bounine2016-03-221-0/+50
* rapidio/tsi721: fix locking in OB_MSG processingAlexandre Bounine2016-03-221-12/+30
* rapidio: add global inbound port write interfacesAlexandre Bounine2016-03-222-44/+122
* rapidio: move rio_pw_enable into core codeAlexandre Bounine2016-03-222-11/+19
* rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine2016-03-222-13/+14
* rapidio: add lock protection for doorbell listAlexandre Bounine2016-03-221-3/+6
* rapidio/tsi721: add HW specific mport removalAlexandre Bounine2016-03-223-122/+212
* rapidio: add core mport removal supportAlexandre Bounine2016-03-222-20/+80
* rapidio: move net allocation into core codeAlexandre Bounine2016-03-223-35/+119
* rapidio: rework common RIO device add/delete routinesAlexandre Bounine2016-03-223-12/+36
* rapidio/tsi721: add shutdown notification callbackAlexandre Bounine2016-03-223-0/+48
* rapidio: add shutdown notification for RapidIO devicesAlexandre Bounine2016-03-221-0/+12
* rapidio/tsi721: add query_mport callbackAlexandre Bounine2016-03-221-0/+34
* rapidio: add query_mport operationAlexandre Bounine2016-03-221-0/+17
* rapidio/tsi721_dma: fix pending transaction queue handlingAlexandre Bounine2016-03-222-30/+32
* rapidio/tsi721: add option to configure direct mapping of IB windowAlexandre Bounine2016-03-222-30/+142
* rapidio/tsi721: add check for overlapped IB window mappingsAlexandre Bounine2016-03-222-21/+62
* rapidio/tsi721: fix hardcoded MRRS settingAlexandre Bounine2016-03-221-4/+2
* drivers: Initialize resource entry to zeroToshi Kani2016-01-301-4/+4
* rapidio: use kobj_to_dev()Geliang Tang2016-01-201-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-1/+1
|\
| * rapidio: Fix kerneldoc and commentMasanari Iida2015-05-261-1/+1
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-181-6/+2
|\ \
| * | dmaengine: rapidio: tsi721: Rename device_controlMaxime Ripard2014-12-221-6/+2
| |/
* / rapidio/tsi721: use PCI define for Max_Read_Request_SizeRafał Miłecki2015-01-272-3/+1
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine2014-08-082-352/+378
* rapidio: add new RapidIO DMA interface routinesAlexandre Bounine2014-08-081-19/+47
* rapidio/tsi721_dma: fix failure to obtain transaction descriptorAlexandre Bounine2014-07-301-1/+7
* rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-06-061-8/+3
* rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-076-7/+69
* drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2014-04-072-33/+82
* rapidio/tsi721: fix tasklet termination in dma channel releaseAlexandre Bounine2014-03-042-9/+19
* rapidio: convert bus code to use dev_groupsGreg Kroah-Hartman2013-10-163-16/+26