summaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio-scan.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-01rapidio: fix possible name leaks when rio_add_device() failsYang Yingliang1-2/+6
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGustavo A. R. Silva1-5/+3
2020-06-16rapidio: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-3/+3
2018-04-11drivers/rapidio/rio-scan.c: fix typo in commentVasyl Gomonovych1-3/+3
2016-08-03rapidio: modify for rev.3 specification changesAlexandre Bounine1-56/+18
2016-03-23rapidio: move rio_pw_enable into core codeAlexandre Bounine1-11/+0
2016-03-23rapidio: move rio_local_set_device_id function to the common coreAlexandre Bounine1-13/+0
2016-03-23rapidio: move net allocation into core codeAlexandre Bounine1-35/+63
2016-03-23rapidio: rework common RIO device add/delete routinesAlexandre Bounine1-11/+2
2015-05-26rapidio: Fix kerneldoc and commentMasanari Iida1-1/+1
2014-04-08rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+1
2013-07-04rapidio: change endpoint device name formatAlexandre Bounine1-3/+2
2013-07-04rapidio: update enumerator registration mechanismAlexandre Bounine1-0/+1
2013-07-04rapidio: convert switch drivers to modulesAlexandre Bounine1-162/+9
2013-07-04drivers/rapidio/rio-scan.c: make functions staticWu Fengguang1-2/+2
2013-05-25rapidio: add enumeration/discovery start from user spaceAlexandre Bounine1-3/+21
2013-05-25rapidio: make enumeration/discovery configurableAlexandre Bounine1-127/+39
2012-11-29rapidio: remove use of __devinitBill Pemberton1-7/+7
2012-10-11rapidio: update for destination ID allocationAlexandre Bounine1-22/+16
2012-10-11rapidio: use msleep in discovery waitAlexandre Bounine1-1/+1
2012-10-05rapidio: add destination ID allocation mechanismAlexandre Bounine1-35/+170
2012-10-05rapidio: run discovery as an asynchronous processAlexandre Bounine1-2/+1
2012-10-05rapidio: use device lists handling on per-net basisAlexandre Bounine1-29/+31
2012-10-05rapidio: fix blocking wait for discovery readyAlexandre Bounine1-42/+20
2012-10-05rapidio: apply RX/TX enable to active switch ports onlyAlexandre Bounine1-4/+5
2011-11-03RapidIO: fix potential null deref in rio_setup_device()Alexandre Bounine1-1/+1
2011-11-03drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Liu Gang1-2/+2
2011-08-26rapidio: fix use of non-compatible registersAlexandre Bounine1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-24rapidio: fix potential null deref on failure pathDan Carpenter1-1/+1
2011-01-23rapidio: fix new kernel-doc warningsRandy Dunlap1-0/+2
2011-01-13rapidio: use Component Tag for unified switch identificationAlexandre Bounine1-5/+5
2011-01-13rapidio: add device object linking into discoveryAlexandre Bounine1-4/+7
2011-01-13rapidio: integrate rio_switch into rio_devAlexandre Bounine1-27/+32
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine1-41/+43
2010-10-28rapidio: add handling of redundant routesAlexandre Bounine1-42/+46
2010-10-28rapidio: add device access check into the enumerationAlexandre Bounine1-0/+6
2010-10-28rapidio: add relation links between RIO device structuresAlexandre Bounine1-33/+23
2010-10-28rapidio: use stored ingress port number instead of register readAlexandre Bounine1-27/+9
2010-10-28rapidio: fix RapidIO sysfs hierarchyAlexandre Bounine1-0/+1
2010-05-30rapidio: fix new kernel-doc warningsRandy Dunlap1-1/+1
2010-05-27rapidio: modify initialization of switch operationsAlexandre Bounine1-37/+12
2010-05-27rapidio: add enabling SRIO port RX and TXThomas Moll1-1/+78
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine1-36/+130
2010-05-27rapidio: add switch locking during discoveryAlexandre Bounine1-20/+144
2010-05-27rapidio: add IDT CPS/TSI switchesAlexandre Bounine1-1/+19
2009-06-16rio: warn_unused_result warnings fixYang Li1-17/+26
2009-05-19rapidio: fix section mismatch warningsLi Yang1-3/+3