aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-22staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk1-2/+2
2016-03-22staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk1-3/+3
2016-03-11Staging: fsl-mc: Replace pr_err with dev_errBhumika Goyal1-2/+3
2016-03-11Staging: fsl-mc: Replace pr_debug with dev_dbgBhumika Goyal1-3/+6
2016-03-11staging: fsl-mc: bus: Eliminate double function callBhaktipriya Shridhar1-2/+0
2016-03-11staging: fsl-mc: Drop unneeded void pointer castJanani Ravichandran1-1/+1
2016-02-20staging: fsl-mc: Remove unneeded else following a returnJanani Ravichandran1-2/+1
2016-02-20Staging: fsl-mc: bus: Drop owner assignment from platform_driverBhumika Goyal1-1/+0
2016-02-18staging: fsl-mc: Avoid section mismatchThierry Reding2-2/+2
2016-02-18staging: fsl-mc: Do not allow building as a moduleThierry Reding1-1/+1
2016-02-11staging: fsl-mc: Remove unneeded parenthesesJanani Ravichandran1-1/+1
2016-02-07staging: fsl-mc: Added MSI support to the MC bus driverJ. German Rivera1-0/+12
2016-02-07staging: fsl-mc: Added DPRC interrupt handlerJ. German Rivera1-0/+247
2016-02-07staging: fsl-mc: Fixed bug in dprc_probe() error pathJ. German Rivera1-3/+14
2016-02-07staging: fsl-mc: set MSI domain for DPRC objectsJ. German Rivera1-0/+39
2016-02-07staging: fsl-mc: Populate the IRQ pool for an MC bus instanceJ. German Rivera2-3/+24
2016-02-07staging: fsl-mc: Changed DPRC built-in portal's mc_io to be atomicJ. German Rivera2-2/+5
2016-02-07staging: fsl-mc: Extended MC bus allocator to include IRQsJ. German Rivera3-0/+223
2016-02-07staging: fsl-mc: Added GICv3-ITS support for FSL-MC MSIsJ. German Rivera3-0/+132
2016-02-07staging: fsl-mc: Added generic MSI support for FSL-MC devicesJ. German Rivera6-1/+313
2015-10-27staging: fsl-mc: section mismatch bug fixLijun Pan2-2/+2
2015-10-17staging: fsl-mc: Added serialization to mc_send_command()J. German Rivera2-3/+51
2015-10-17staging: fsl-mc:Added support for atomic portalsJ. German Rivera2-3/+55
2015-10-17staging: fsl-mc: refactored mc_send_command()J. German Rivera1-12/+38
2015-10-17staging: fsl-mc: changed timeout units for MC cmd completionJ. German Rivera1-3/+3
2015-10-17staging: fsl-mc: Added missing initializer in fsl_mc_bus_driverJ. German Rivera1-0/+1
2015-10-17staging: fsl-mc: fixed bug in uninitialized root dprc irq countJ. German Rivera1-0/+1
2015-10-17staging: fsl-mc: Fixed WARN_ON() in fsl_mc_resource_pool_remove_deviceJ. German Rivera1-1/+1
2015-10-17staging: fsl-mc: refactored error exit in allocator probe/removeJ. German Rivera1-14/+9
2015-10-17staging: fsl-mc: Fixed bug in fsl_mc_allocator_removeJ. German Rivera1-3/+5
2015-10-17staging: fsl-mc: Fixed alignment of copyright commentJ. German Rivera1-30/+30
2015-10-17staging: fsl-mc: Removed unused DPMCP macrosJ. German Rivera1-79/+0
2015-10-17staging: fsl-mc: Changed types of flags, portal size inJ. German Rivera1-2/+2
2015-10-17staging: fsl-mc: Changed dev_info() calls to dev_dbg()J. German Rivera1-4/+4
2015-10-17staging: fsl-mc: dpmcp opening/closing refactoringJ. German Rivera3-21/+73
2015-10-17staging: fsl-mc: fsl_mc_io object refactoringJ. German Rivera3-23/+35
2015-10-17staging: fsl-mc: Naming cleanup in fsl_mc-portal_allocateJ. German Rivera1-7/+7
2015-10-04staging: fsl-mc: remove references to dev_rootItai Katz1-4/+0
2015-10-04staging: fsl-mc: add counter to track number of root DPRCsItai Katz1-2/+11
2015-10-04staging: fsl-mc: add function to return pointer to root dprcItai Katz1-4/+34
2015-10-04staging: fsl-mc: abstract test for whether a dprc is a root dprcItai Katz1-3/+13
2015-10-04staging: fsl-mc: abstract test for existence of fsl-mc busItai Katz2-2/+13
2015-09-29staging: fsl-mc: Fixed uintX_t CHECK checkpatch warningsJ. German Rivera15-401/+401
2015-09-29staging: fsl-mc: Moved kernel-doc comments to .c filesJ. German Rivera8-841/+841
2015-09-29staging: fsl-mc: up-rev dprc binary interface to v4.0J. German Rivera6-153/+630
2015-09-29staging: fsl-mc: up-rev dpcon binary interface to v2.0J. German Rivera1-1/+1
2015-09-29staging: fsl-mc: up-rev dpmcp binary interface to v2.0J. German Rivera4-78/+124
2015-09-29staging: fsl-mc: up-rev dpbp binary interface to v2.0J. German Rivera3-60/+127
2015-09-29staging: fsl-mc: uprev dpmng binary interface to v8.0J. German Rivera3-10/+22
2015-09-29staging: fsl-mc: Add new flags field to MC command headerJ. German Rivera1-6/+24