aboutsummaryrefslogtreecommitdiff
path: root/drivers/rapidio/rio-scan.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30rapidio: fix possible name leaks when rio_add_device() failsGravatar Yang Yingliang 1-2/+6
2020-08-12drivers/rapidio/rio-scan.c: use struct_size() helperGravatar Gustavo A. R. Silva 1-5/+3
2020-06-15rapidio: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-3/+3
2018-04-11drivers/rapidio/rio-scan.c: fix typo in commentGravatar Vasyl Gomonovych 1-3/+3
2016-08-02rapidio: modify for rev.3 specification changesGravatar Alexandre Bounine 1-56/+18
2016-03-22rapidio: move rio_pw_enable into core codeGravatar Alexandre Bounine 1-11/+0
2016-03-22rapidio: move rio_local_set_device_id function to the common coreGravatar Alexandre Bounine 1-13/+0
2016-03-22rapidio: move net allocation into core codeGravatar Alexandre Bounine 1-35/+63
2016-03-22rapidio: rework common RIO device add/delete routinesGravatar Alexandre Bounine 1-11/+2
2015-05-26rapidio: Fix kerneldoc and commentGravatar Masanari Iida 1-1/+1
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesGravatar Alexandre Bounine 1-0/+1
2013-07-03rapidio: change endpoint device name formatGravatar Alexandre Bounine 1-3/+2
2013-07-03rapidio: update enumerator registration mechanismGravatar Alexandre Bounine 1-0/+1
2013-07-03rapidio: convert switch drivers to modulesGravatar Alexandre Bounine 1-162/+9
2013-07-03drivers/rapidio/rio-scan.c: make functions staticGravatar Wu Fengguang 1-2/+2
2013-05-24rapidio: add enumeration/discovery start from user spaceGravatar Alexandre Bounine 1-3/+21
2013-05-24rapidio: make enumeration/discovery configurableGravatar Alexandre Bounine 1-127/+39
2012-11-28rapidio: remove use of __devinitGravatar Bill Pemberton 1-7/+7
2012-10-11rapidio: update for destination ID allocationGravatar Alexandre Bounine 1-22/+16
2012-10-11rapidio: use msleep in discovery waitGravatar Alexandre Bounine 1-1/+1
2012-10-06rapidio: add destination ID allocation mechanismGravatar Alexandre Bounine 1-35/+170
2012-10-06rapidio: run discovery as an asynchronous processGravatar Alexandre Bounine 1-2/+1
2012-10-06rapidio: use device lists handling on per-net basisGravatar Alexandre Bounine 1-29/+31
2012-10-06rapidio: fix blocking wait for discovery readyGravatar Alexandre Bounine 1-42/+20
2012-10-06rapidio: apply RX/TX enable to active switch ports onlyGravatar Alexandre Bounine 1-4/+5
2011-11-02RapidIO: fix potential null deref in rio_setup_device()Gravatar Alexandre Bounine 1-1/+1
2011-11-02drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is comp...Gravatar Liu Gang 1-2/+2
2011-08-25rapidio: fix use of non-compatible registersGravatar Alexandre Bounine 1-2/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2011-03-23rapidio: fix potential null deref on failure pathGravatar Dan Carpenter 1-1/+1
2011-01-22rapidio: fix new kernel-doc warningsGravatar Randy Dunlap 1-0/+2
2011-01-13rapidio: use Component Tag for unified switch identificationGravatar Alexandre Bounine 1-5/+5
2011-01-13rapidio: add device object linking into discoveryGravatar Alexandre Bounine 1-4/+7
2011-01-13rapidio: integrate rio_switch into rio_devGravatar Alexandre Bounine 1-27/+32
2011-01-13rapidio: use common destid storage for endpoints and switchesGravatar Alexandre Bounine 1-41/+43
2010-10-27rapidio: add handling of redundant routesGravatar Alexandre Bounine 1-42/+46
2010-10-27rapidio: add device access check into the enumerationGravatar Alexandre Bounine 1-0/+6
2010-10-27rapidio: add relation links between RIO device structuresGravatar Alexandre Bounine 1-33/+23
2010-10-27rapidio: use stored ingress port number instead of register readGravatar Alexandre Bounine 1-27/+9
2010-10-27rapidio: fix RapidIO sysfs hierarchyGravatar Alexandre Bounine 1-0/+1
2010-05-30rapidio: fix new kernel-doc warningsGravatar Randy Dunlap 1-1/+1
2010-05-27rapidio: modify initialization of switch operationsGravatar Alexandre Bounine 1-37/+12
2010-05-27rapidio: add enabling SRIO port RX and TXGravatar Thomas Moll 1-1/+78
2010-05-27rapidio: add Port-Write handling for EMGravatar Alexandre Bounine 1-36/+130
2010-05-27rapidio: add switch locking during discoveryGravatar Alexandre Bounine 1-20/+144
2010-05-27rapidio: add IDT CPS/TSI switchesGravatar Alexandre Bounine 1-1/+19
2009-06-15rio: warn_unused_result warnings fixGravatar Yang Li 1-17/+26
2009-05-19rapidio: fix section mismatch warningsGravatar Li Yang 1-3/+3