aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/sysdev/fsl_rio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-03rapidio: remove global irq spinlocks from the subsystemIoan Nicu1-2/+15
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-18/+18
2016-11-14powerpc: Add support for relative exception tablesNicholas Piggin1-1/+1
2016-11-14powerpc: EX_TABLE macro for exception tablesNicholas Piggin1-4/+2
2016-08-22powerpc: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-08-04powerpc/fsl_rio: fix a missing error codeDan Carpenter1-0/+1
2016-08-02powerpc/fsl_rio: apply changes for RIO spec rev 3Alexandre Bounine1-15/+5
2016-08-02rapidio: change inbound window size type to u64Alexandre Bounine1-2/+2
2016-03-22rapidio: add global inbound port write interfacesAlexandre Bounine1-0/+1
2016-03-22powerpc/fsl_rio: changes to mport registrationAlexandre Bounine1-6/+12
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-12powerpc/fsl-rio: add support for mapping inbound windowsMartijn de Gouw1-0/+104
2014-10-20powerpc: sysdev: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-05-09powerpc/fsl-rio: Fix fsl_rio_setup error paths and use-after-unmapScott Wood1-1/+9
2014-04-07rapidio: rework device hierarchy and introduce mport class of devicesAlexandre Bounine1-0/+1
2013-10-09powerpc: add explicit OF includesRob Herring1-0/+2
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-03-16powerpc/srio: Fix the relocation errors when building with 64bitLiu Gang1-2/+2
2011-11-24fsl-rio: Add two ports and rapidio message units supportLiu Gang1-133/+258
2011-11-24fsl-rio: Split rio driver into two parts, RapidIO endpoint and message unitLiu Gang1-1127/+25
2011-11-14fsl-rio: fix compile errorLiu Gang1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+1
2011-11-02arch/powerpc/sysdev/fsl_rio.c: release rapidio port I/O region resource if port failed to initializeLiu Gang1-0/+1
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-08-25arch/powerpc/sysdev/fsl_rio.c: correct IECSR register clear valueLiu Gang-B341821-2/+3
2011-07-11Merge branch 'master' into for-nextJiri Kosina1-17/+18
2011-06-22powerpc/e500: fix breakage with fsl_rio_mcheck_exceptionScott Wood1-17/+18
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches1-1/+1
2011-05-20powerpc/fsl_rio: Error interrupt handler for sRIO on MPC85xxShaohui Xie1-8/+77
2011-05-20powerpc/fsl_rio: move machine_check handlerShaohui Xie1-12/+3
2011-04-14RapidIO/mpc85xx: fix possible mport registration problemsAlexandre Bounine1-1/+3
2011-03-23rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine1-0/+9
2011-03-23rapidio: modify mport ID assignmentAlexandre Bounine1-25/+0
2011-03-23rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine1-9/+1
2011-03-23rapidio: add architecture specific callbacksAlexandre Bounine1-25/+27
2011-02-28dt/powerpc: Eliminate users of of_platform_{,un}register_driverGrant Likely1-4/+3
2011-01-21Merge remote branch 'kumar/next' into mergeBenjamin Herrenschmidt1-2/+0
2011-01-13rapidio: fix hang on RapidIO doorbell queue full conditionThomas Taranowski1-1/+0
2011-01-12powerpc/fsl_rio: Fix non-standard HID1 register accessShaohui Xie1-2/+0
2010-10-27rapidio: add handling of redundant routesAlexandre Bounine1-0/+8
2010-10-27rapidio:powerpc/85xx: modify RIO port-write interrupt handlerAlexandre Bounine1-29/+39
2010-10-14fsl_rio: Add comments for sRIO registers.Shaohui Xie1-25/+40
2010-08-31fsl_rio: fix compile errorsLi Yang1-1/+5
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-1/+1
2010-07-24powerpc: remove references to of_device and to_of_deviceGrant Likely1-2/+2
2010-06-02of/powerpc: fix 85xx RapidIO device node pointerAlexandre Bounine1-1/+1
2010-05-27rapidio: fix maintenance access to higher memory areasThomas Moll1-7/+30
2010-05-27rapidio, powerpc/85xx: Add MChk handler for SRIO portAlexandre Bounine1-4/+70
2010-05-27rapidio, powerpc/85xx: add Port-Write message handler for SRIO portAlexandre Bounine1-3/+260
2010-05-27rapidio: add Port-Write handling for EMAlexandre Bounine1-1/+1