aboutsummaryrefslogtreecommitdiff
path: root/drivers/rapidio
AgeCommit message (Expand)AuthorFilesLines
2016-03-22rapidio: move net allocation into core codeGravatar Alexandre Bounine 3-35/+119
2016-03-22rapidio: rework common RIO device add/delete routinesGravatar Alexandre Bounine 3-12/+36
2016-03-22rapidio/tsi721: add shutdown notification callbackGravatar Alexandre Bounine 3-0/+48
2016-03-22rapidio: add shutdown notification for RapidIO devicesGravatar Alexandre Bounine 1-0/+12
2016-03-22rapidio/tsi721: add query_mport callbackGravatar Alexandre Bounine 1-0/+34
2016-03-22rapidio: add query_mport operationGravatar Alexandre Bounine 1-0/+17
2016-03-22rapidio/tsi721_dma: fix pending transaction queue handlingGravatar Alexandre Bounine 2-30/+32
2016-03-22rapidio/tsi721: add option to configure direct mapping of IB windowGravatar Alexandre Bounine 2-30/+142
2016-03-22rapidio/tsi721: add check for overlapped IB window mappingsGravatar Alexandre Bounine 2-21/+62
2016-03-22rapidio/tsi721: fix hardcoded MRRS settingGravatar Alexandre Bounine 1-4/+2
2016-01-30drivers: Initialize resource entry to zeroGravatar Toshi Kani 1-4/+4
2016-01-20rapidio: use kobj_to_dev()Gravatar Geliang Tang 1-4/+2
2015-06-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2015-05-26rapidio: Fix kerneldoc and commentGravatar Masanari Iida 1-1/+1
2015-02-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 1-6/+2
2015-01-27rapidio/tsi721: use PCI define for Max_Read_Request_SizeGravatar Rafał Miłecki 2-3/+1
2014-12-22dmaengine: rapidio: tsi721: Rename device_controlGravatar Maxime Ripard 1-6/+2
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useGravatar Benoit Taine 1-1/+1
2014-08-08rapidio/tsi721_dma: rework scatter-gather list handlingGravatar Alexandre Bounine 2-352/+378
2014-08-08rapidio: add new RapidIO DMA interface routinesGravatar Alexandre Bounine 1-19/+47
2014-07-30rapidio/tsi721_dma: fix failure to obtain transaction descriptorGravatar Alexandre Bounine 1-1/+7
2014-06-06rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Gravatar Alexander Gordeev 1-8/+3
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesGravatar Alexandre Bounine 6-7/+69
2014-04-07drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsGravatar Alexandre Bounine 2-33/+82
2014-03-04rapidio/tsi721: fix tasklet termination in dma channel releaseGravatar Alexandre Bounine 2-9/+19
2013-10-16rapidio: convert bus code to use dev_groupsGravatar Greg Kroah-Hartman 3-16/+26
2013-09-26rapidio: convert bus code to use bus_groupsGravatar Greg Kroah-Hartman 3-5/+15
2013-07-31rapidio: fix use after free in rio_unregister_scan()Gravatar Dan Carpenter 1-1/+3
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+2
2013-07-03rapidio: change endpoint device name formatGravatar Alexandre Bounine 1-3/+2
2013-07-03rapidio: add udev notificationGravatar Alexandre Bounine 2-0/+28
2013-07-03rapidio: add modular build option for the subsystem coreGravatar Alexandre Bounine 2-14/+17
2013-07-03rapidio/tsi721: convert to modular mport driverGravatar Alexandre Bounine 4-10/+9
2013-07-03rapidio: update enumerator registration mechanismGravatar Alexandre Bounine 4-48/+149
2013-07-03rapidio: convert switch drivers to modulesGravatar Alexandre Bounine 10-311/+544
2013-07-03drivers/rapidio/rio-scan.c: make functions staticGravatar Wu Fengguang 1-2/+2
2013-07-03rapidio/switches: remove tsi500 driverGravatar Alexandre Bounine 3-86/+0
2013-06-20RAPIDIO: IDT_GEN2: Fix build error.Gravatar Ralf Baechle 1-0/+2
2013-05-24rapidio/tsi721: fix bug in MSI interrupt handlingGravatar Alexandre Bounine 1-0/+12
2013-05-24rapidio: add enumeration/discovery start from user spaceGravatar Alexandre Bounine 5-5/+95
2013-05-24rapidio: make enumeration/discovery configurableGravatar Alexandre Bounine 6-138/+291
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 5-14/+14
2012-11-28rapidio: remove use of __devinitGravatar Bill Pemberton 5-14/+14
2012-11-16rapidio: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2012-10-11rapidio: update for destination ID allocationGravatar Alexandre Bounine 1-22/+16
2012-10-11rapidio: update asynchronous discovery initializationGravatar Alexandre Bounine 1-28/+47
2012-10-11rapidio: use msleep in discovery waitGravatar Alexandre Bounine 1-1/+1
2012-10-06rapidio: add destination ID allocation mechanismGravatar Alexandre Bounine 1-35/+170
2012-10-06rapidio: run discovery as an asynchronous processGravatar Alexandre Bounine 2-4/+50
2012-10-06rapidio: use device lists handling on per-net basisGravatar Alexandre Bounine 1-29/+31