aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rapidio/rio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-27rapidio: add default handler for error-stopped stateAlexandre Bounine1-31/+187
2010-06-16fix typos concerning "associate"Uwe Kleine-König1-1/+1
2010-05-30rapidio: fix new kernel-doc warningsRandy Dunlap1-4/+6
2010-05-27rapidio: fix typos and minor editsAlexandre Bounine1-1/+0
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine1-0/+328
2010-05-27rapidio: add IDT CPS/TSI switchesAlexandre Bounine1-0/+104
2008-11-30rapidio section noiseAl Viro1-1/+1
2008-04-29[RAPIDIO] Auto-probe the RapidIO system sizeZhang Wei1-1/+1
2008-01-23[RAPIDIO] Fix compile error and warningKumar Gala1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-08[PATCH] fix more missing includesTim Schmielau1-0/+1
2005-11-07[PATCH] rapidio: message interface updatesMatt Porter1-9/+16
2005-11-07[PATCH] RapidIO support: core baseMatt Porter1-0/+503