summaryrefslogtreecommitdiffstats
path: root/drivers/rapidio
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+2Star
* drivers: Initialize resource entry to zeroToshi Kani2016-01-301-4/+4
* rapidio: use kobj_to_dev()Geliang Tang2016-01-211-4/+2Star
* 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/+2Star
|\ \
| * | dmaengine: rapidio: tsi721: Rename device_controlMaxime Ripard2014-12-221-6/+2Star
| |/
* / rapidio/tsi721: use PCI define for Max_Read_Request_SizeRafał Miłecki2015-01-272-3/+1Star
|/
* PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine2014-08-121-1/+1
* rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine2014-08-092-352/+378
* rapidio: add new RapidIO DMA interface routinesAlexandre Bounine2014-08-091-19/+47
* rapidio/tsi721_dma: fix failure to obtain transaction descriptorAlexandre Bounine2014-07-311-1/+7
* rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-06-071-8/+3Star
* rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine2014-04-086-7/+69
* drivers/rapidio/devices/tsi721_dma.c: optimize use of BDMA descriptorsAlexandre Bounine2014-04-082-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-173-16/+26
* rapidio: convert bus code to use bus_groupsGreg Kroah-Hartman2013-09-273-5/+15
* rapidio: fix use after free in rio_unregister_scan()Dan Carpenter2013-07-311-1/+3
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-07-131-0/+2
|\
| * RAPIDIO: IDT_GEN2: Fix build error.Ralf Baechle2013-06-201-0/+2
* | rapidio: change endpoint device name formatAlexandre Bounine2013-07-041-3/+2Star
* | rapidio: add udev notificationAlexandre Bounine2013-07-042-0/+28
* | rapidio: add modular build option for the subsystem coreAlexandre Bounine2013-07-042-14/+17
* | rapidio/tsi721: convert to modular mport driverAlexandre Bounine2013-07-044-10/+9Star
* | rapidio: update enumerator registration mechanismAlexandre Bounine2013-07-044-48/+149
* | rapidio: convert switch drivers to modulesAlexandre Bounine2013-07-0410-311/+544
* | drivers/rapidio/rio-scan.c: make functions staticWu Fengguang2013-07-041-2/+2
* | rapidio/switches: remove tsi500 driverAlexandre Bounine2013-07-043-86/+0Star
|/
* rapidio/tsi721: fix bug in MSI interrupt handlingAlexandre Bounine2013-05-251-0/+12
* rapidio: add enumeration/discovery start from user spaceAlexandre Bounine2013-05-255-5/+95
* rapidio: make enumeration/discovery configurableAlexandre Bounine2013-05-256-138/+291
* Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-115-14/+14
|\
| * rapidio: remove use of __devinitBill Pemberton2012-11-285-14/+14
* | rapidio: fix kernel-doc warningsRandy Dunlap2012-11-161-1/+1
|/
* rapidio: update for destination ID allocationAlexandre Bounine2012-10-111-22/+16Star
* rapidio: update asynchronous discovery initializationAlexandre Bounine2012-10-111-28/+47
* rapidio: use msleep in discovery waitAlexandre Bounine2012-10-111-1/+1
* rapidio: add destination ID allocation mechanismAlexandre Bounine2012-10-051-35/+170
* rapidio: run discovery as an asynchronous processAlexandre Bounine2012-10-052-4/+50
* rapidio: use device lists handling on per-net basisAlexandre Bounine2012-10-051-29/+31