aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/rio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-02-06rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring1-13/+12
2018-02-06rapidio: return an error code only as a constant in two functionsMarkus Elfring1-15/+6
2018-02-06rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring1-3/+3
2018-02-06rapidio: improve a size determination in five functionsMarkus Elfring1-10/+5
2018-02-06rapidio: adjust five function calls together with a variable assignmentMarkus Elfring1-12/+14
2018-02-06rapidio: adjust 12 checks for null pointersMarkus Elfring1-9/+9
2018-02-06rapidio: delete an error message for a failed memory allocation in rio_init_mports()Markus Elfring1-1/+0
2017-03-17rapidio: use is_visible() to hide switch-specific attributesDmitry Torokhov1-3/+0
2016-08-02rapidio: modify for rev.3 specification changesAlexandre Bounine1-73/+77
2016-08-02rapidio: fix error handling in mbox request/release functionsAlexandre Bounine1-12/+42
2016-08-02rapidio: fix return value description for dma_prep functionsAlexandre Bounine1-2/+6
2016-03-22rapidio: add outbound window supportAlexandre Bounine1-0/+50
2016-03-22rapidio: add global inbound port write interfacesAlexandre Bounine1-24/+118
2016-03-22rapidio: move rio_pw_enable into core codeAlexandre Bounine1-0/+19
2016-03-22rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine1-0/+14
2016-03-22rapidio: add lock protection for doorbell listAlexandre Bounine1-3/+6
2016-03-22rapidio: add core mport removal supportAlexandre Bounine1-19/+79
2016-03-22rapidio: move net allocation into core codeAlexandre Bounine1-0/+53
2016-03-22rapidio: rework common RIO device add/delete routinesAlexandre Bounine1-1/+32
2016-03-22rapidio: add query_mport operationAlexandre Bounine1-0/+17
2016-01-30drivers: Initialize resource entry to zeroToshi Kani1-4/+4
2014-08-08rapidio: add new RapidIO DMA interface routinesAlexandre Bounine1-19/+47
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+11
2013-07-31rapidio: fix use after free in rio_unregister_scan()Dan Carpenter1-1/+3
2013-07-03rapidio: add modular build option for the subsystem coreAlexandre Bounine1-13/+14
2013-07-03rapidio/tsi721: convert to modular mport driverAlexandre Bounine1-0/+1
2013-07-03rapidio: update enumerator registration mechanismAlexandre Bounine1-31/+145
2013-07-03rapidio: convert switch drivers to modulesAlexandre Bounine1-47/+239
2013-05-24rapidio: add enumeration/discovery start from user spaceAlexandre Bounine1-2/+26
2013-05-24rapidio: make enumeration/discovery configurableAlexandre Bounine1-7/+215
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-3/+3
2012-11-28rapidio: remove use of __devinitBill Pemberton1-3/+3
2012-11-16rapidio: fix kernel-doc warningsRandy Dunlap1-1/+1
2012-10-11rapidio: update asynchronous discovery initializationAlexandre Bounine1-28/+47
2012-10-06rapidio: run discovery as an asynchronous processAlexandre Bounine1-2/+49
2012-10-06rapidio: add inbound memory mapping interfaceAlexandre Bounine1-0/+44
2012-05-31rapidio: add DMA engine support for RIO data transfersAlexandre Bounine1-0/+81
2011-04-14RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine1-2/+3
2011-03-23rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine1-13/+1
2011-03-23rapidio: modify mport ID assignmentAlexandre Bounine1-0/+26
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine1-2/+4
2011-03-23rapidio: add architecture specific callbacksAlexandre Bounine1-12/+26
2011-01-13rapidio: add definitions of Component Tag fieldsAlexandre Bounine1-1/+1
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine1-52/+22
2010-11-12rapidio: use resource_size()Dan Carpenter1-2/+2
2010-10-27rapidio: fix IDLE2 bits corruptionAlexandre Bounine1-7/+2
2010-10-27rapidio: add handling of redundant routesAlexandre Bounine1-9/+7
2010-10-27rapidio: add device access check into the enumerationAlexandre Bounine1-1/+1
2010-10-27rapidio: add handling of orphan port-write messageAlexandre Bounine1-5/+108