aboutsummaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30rapidio: rio: fix possible name leak in rio_register_mport()Gravatar Yang Yingliang 1-2/+7
2021-01-21rapidio: fix kernel-doc a markupGravatar Mauro Carvalho Chehab 1-1/+1
2020-12-15rapidio: remove unused rio_get_asm() and rio_get_device()Gravatar Sebastian Andrzej Siewior 1-81/+0
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-02-06rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsGravatar Markus Elfring 1-13/+12
2018-02-06rapidio: return an error code only as a constant in two functionsGravatar Markus Elfring 1-15/+6
2018-02-06rapidio: delete an unnecessary variable initialisation in three functionsGravatar Markus Elfring 1-3/+3
2018-02-06rapidio: improve a size determination in five functionsGravatar Markus Elfring 1-10/+5
2018-02-06rapidio: adjust five function calls together with a variable assignmentGravatar Markus Elfring 1-12/+14
2018-02-06rapidio: adjust 12 checks for null pointersGravatar Markus Elfring 1-9/+9
2018-02-06rapidio: delete an error message for a failed memory allocation in rio_init_m...Gravatar Markus Elfring 1-1/+0
2017-03-17rapidio: use is_visible() to hide switch-specific attributesGravatar Dmitry Torokhov 1-3/+0
2016-08-02rapidio: modify for rev.3 specification changesGravatar Alexandre Bounine 1-73/+77
2016-08-02rapidio: fix error handling in mbox request/release functionsGravatar Alexandre Bounine 1-12/+42
2016-08-02rapidio: fix return value description for dma_prep functionsGravatar Alexandre Bounine 1-2/+6
2016-03-22rapidio: add outbound window supportGravatar Alexandre Bounine 1-0/+50
2016-03-22rapidio: add global inbound port write interfacesGravatar Alexandre Bounine 1-24/+118
2016-03-22rapidio: move rio_pw_enable into core codeGravatar Alexandre Bounine 1-0/+19
2016-03-22rapidio: move rio_local_set_device_id function to the common coreGravatar Alexandre Bounine 1-0/+14
2016-03-22rapidio: add lock protection for doorbell listGravatar Alexandre Bounine 1-3/+6
2016-03-22rapidio: add core mport removal supportGravatar Alexandre Bounine 1-19/+79
2016-03-22rapidio: move net allocation into core codeGravatar Alexandre Bounine 1-0/+53
2016-03-22rapidio: rework common RIO device add/delete routinesGravatar Alexandre Bounine 1-1/+32
2016-03-22rapidio: add query_mport operationGravatar Alexandre Bounine 1-0/+17
2016-01-30drivers: Initialize resource entry to zeroGravatar Toshi Kani 1-4/+4
2014-08-08rapidio: add new RapidIO DMA interface routinesGravatar Alexandre Bounine 1-19/+47
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesGravatar Alexandre Bounine 1-0/+11
2013-07-31rapidio: fix use after free in rio_unregister_scan()Gravatar Dan Carpenter 1-1/+3
2013-07-03rapidio: add modular build option for the subsystem coreGravatar Alexandre Bounine 1-13/+14
2013-07-03rapidio/tsi721: convert to modular mport driverGravatar Alexandre Bounine 1-0/+1
2013-07-03rapidio: update enumerator registration mechanismGravatar Alexandre Bounine 1-31/+145
2013-07-03rapidio: convert switch drivers to modulesGravatar Alexandre Bounine 1-47/+239
2013-05-24rapidio: add enumeration/discovery start from user spaceGravatar Alexandre Bounine 1-2/+26
2013-05-24rapidio: make enumeration/discovery configurableGravatar Alexandre Bounine 1-7/+215
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2012-11-28rapidio: remove use of __devinitGravatar Bill Pemberton 1-3/+3
2012-11-16rapidio: fix kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2012-10-11rapidio: update asynchronous discovery initializationGravatar Alexandre Bounine 1-28/+47
2012-10-06rapidio: run discovery as an asynchronous processGravatar Alexandre Bounine 1-2/+49
2012-10-06rapidio: add inbound memory mapping interfaceGravatar Alexandre Bounine 1-0/+44
2012-05-31rapidio: add DMA engine support for RIO data transfersGravatar Alexandre Bounine 1-0/+81
2011-04-14RapidIO/mpc85xx: fix possible mport registration problemsGravatar Alexandre Bounine 1-2/+3
2011-03-23rapidio: remove mport resource reservation from common RIO codeGravatar Alexandre Bounine 1-13/+1
2011-03-23rapidio: modify mport ID assignmentGravatar Alexandre Bounine 1-0/+26
2011-03-23rapidio: modify subsystem and driver initialization sequenceGravatar Alexandre Bounine 1-2/+4
2011-03-23rapidio: add architecture specific callbacksGravatar Alexandre Bounine 1-12/+26
2011-01-13rapidio: add definitions of Component Tag fieldsGravatar Alexandre Bounine 1-1/+1
2011-01-13rapidio: use common destid storage for endpoints and switchesGravatar Alexandre Bounine 1-52/+22
2010-11-12rapidio: use resource_size()Gravatar Dan Carpenter 1-2/+2
2010-10-27rapidio: fix IDLE2 bits corruptionGravatar Alexandre Bounine 1-7/+2