summaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio.c
AgeCommit message (Expand)Author
2018-02-06rapidio: move 12 EXPORT_SYMBOL_GPL() calls to function implementationsMarkus Elfring
2018-02-06rapidio: return an error code only as a constant in two functionsMarkus Elfring
2018-02-06rapidio: delete an unnecessary variable initialisation in three functionsMarkus Elfring
2018-02-06rapidio: improve a size determination in five functionsMarkus Elfring
2018-02-06rapidio: adjust five function calls together with a variable assignmentMarkus Elfring
2018-02-06rapidio: adjust 12 checks for null pointersMarkus Elfring
2018-02-06rapidio: delete an error message for a failed memory allocation in rio_init_m...Markus Elfring
2017-03-17rapidio: use is_visible() to hide switch-specific attributesDmitry Torokhov
2016-08-02rapidio: modify for rev.3 specification changesAlexandre Bounine
2016-08-02rapidio: fix error handling in mbox request/release functionsAlexandre Bounine
2016-08-02rapidio: fix return value description for dma_prep functionsAlexandre Bounine
2016-03-22rapidio: add outbound window supportAlexandre Bounine
2016-03-22rapidio: add global inbound port write interfacesAlexandre Bounine
2016-03-22rapidio: move rio_pw_enable into core codeAlexandre Bounine
2016-03-22rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine
2016-03-22rapidio: add lock protection for doorbell listAlexandre Bounine
2016-03-22rapidio: add core mport removal supportAlexandre Bounine
2016-03-22rapidio: move net allocation into core codeAlexandre Bounine
2016-03-22rapidio: rework common RIO device add/delete routinesAlexandre Bounine
2016-03-22rapidio: add query_mport operationAlexandre Bounine
2016-01-30drivers: Initialize resource entry to zeroToshi Kani
2014-08-08rapidio: add new RapidIO DMA interface routinesAlexandre Bounine
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine
2013-07-31rapidio: fix use after free in rio_unregister_scan()Dan Carpenter
2013-07-03rapidio: add modular build option for the subsystem coreAlexandre Bounine
2013-07-03rapidio/tsi721: convert to modular mport driverAlexandre Bounine
2013-07-03rapidio: update enumerator registration mechanismAlexandre Bounine
2013-07-03rapidio: convert switch drivers to modulesAlexandre Bounine
2013-05-24rapidio: add enumeration/discovery start from user spaceAlexandre Bounine
2013-05-24rapidio: make enumeration/discovery configurableAlexandre Bounine
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-11-28rapidio: remove use of __devinitBill Pemberton
2012-11-16rapidio: fix kernel-doc warningsRandy Dunlap
2012-10-11rapidio: update asynchronous discovery initializationAlexandre Bounine
2012-10-06rapidio: run discovery as an asynchronous processAlexandre Bounine
2012-10-06rapidio: add inbound memory mapping interfaceAlexandre Bounine
2012-05-31rapidio: add DMA engine support for RIO data transfersAlexandre Bounine
2011-04-14RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine
2011-03-23rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine
2011-03-23rapidio: modify mport ID assignmentAlexandre Bounine
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine
2011-03-23rapidio: add architecture specific callbacksAlexandre Bounine
2011-01-13rapidio: add definitions of Component Tag fieldsAlexandre Bounine
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine
2010-11-12rapidio: use resource_size()Dan Carpenter
2010-10-27rapidio: fix IDLE2 bits corruptionAlexandre Bounine
2010-10-27rapidio: add handling of redundant routesAlexandre Bounine
2010-10-27rapidio: add device access check into the enumerationAlexandre Bounine
2010-10-27rapidio: add handling of orphan port-write messageAlexandre Bounine
2010-10-27rapidio: add default handler for error-stopped stateAlexandre Bounine