summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc
Commit message (Expand)AuthorAgeFilesLines
* staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk2016-03-231-2/+2
* staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk2016-03-231-3/+3
* Staging: fsl-mc: Replace pr_err with dev_errBhumika Goyal2016-03-121-2/+3
* Staging: fsl-mc: Replace pr_debug with dev_dbgBhumika Goyal2016-03-121-3/+6
* staging: fsl-mc: bus: Eliminate double function callBhaktipriya Shridhar2016-03-121-2/+0Star
* staging: fsl-mc: Drop unneeded void pointer castJanani Ravichandran2016-03-121-1/+1
* staging: fsl-mc: Remove unneeded else following a returnJanani Ravichandran2016-02-211-2/+1Star
* Staging: fsl-mc: bus: Drop owner assignment from platform_driverBhumika Goyal2016-02-211-1/+0Star
* staging: fsl-mc: Avoid section mismatchThierry Reding2016-02-192-2/+2
* staging: fsl-mc: Do not allow building as a moduleThierry Reding2016-02-191-1/+1
* staging: fsl-mc: Remove unneeded parenthesesJanani Ravichandran2016-02-121-1/+1
* staging: fsl-mc: Added MSI support to the MC bus driverJ. German Rivera2016-02-081-0/+12
* staging: fsl-mc: Added DPRC interrupt handlerJ. German Rivera2016-02-081-0/+247
* staging: fsl-mc: Fixed bug in dprc_probe() error pathJ. German Rivera2016-02-081-3/+14
* staging: fsl-mc: set MSI domain for DPRC objectsJ. German Rivera2016-02-081-0/+39
* staging: fsl-mc: Populate the IRQ pool for an MC bus instanceJ. German Rivera2016-02-082-3/+24
* staging: fsl-mc: Changed DPRC built-in portal's mc_io to be atomicJ. German Rivera2016-02-082-2/+5
* staging: fsl-mc: Extended MC bus allocator to include IRQsJ. German Rivera2016-02-083-0/+223
* staging: fsl-mc: Added GICv3-ITS support for FSL-MC MSIsJ. German Rivera2016-02-083-0/+132
* staging: fsl-mc: Added generic MSI support for FSL-MC devicesJ. German Rivera2016-02-086-1/+313
* staging: fsl-mc: section mismatch bug fixLijun Pan2015-10-272-2/+2
* staging: fsl-mc: Added serialization to mc_send_command()J. German Rivera2015-10-182-3/+51
* staging: fsl-mc:Added support for atomic portalsJ. German Rivera2015-10-182-3/+55
* staging: fsl-mc: refactored mc_send_command()J. German Rivera2015-10-181-12/+38
* staging: fsl-mc: changed timeout units for MC cmd completionJ. German Rivera2015-10-181-3/+3
* staging: fsl-mc: Added missing initializer in fsl_mc_bus_driverJ. German Rivera2015-10-181-0/+1
* staging: fsl-mc: fixed bug in uninitialized root dprc irq countJ. German Rivera2015-10-181-0/+1
* staging: fsl-mc: Fixed WARN_ON() in fsl_mc_resource_pool_remove_deviceJ. German Rivera2015-10-181-1/+1
* staging: fsl-mc: refactored error exit in allocator probe/removeJ. German Rivera2015-10-181-14/+9Star
* staging: fsl-mc: Fixed bug in fsl_mc_allocator_removeJ. German Rivera2015-10-181-3/+5
* staging: fsl-mc: Fixed alignment of copyright commentJ. German Rivera2015-10-181-30/+30
* staging: fsl-mc: Removed unused DPMCP macrosJ. German Rivera2015-10-181-79/+0Star
* staging: fsl-mc: Changed types of flags, portal size inJ. German Rivera2015-10-181-2/+2
* staging: fsl-mc: Changed dev_info() calls to dev_dbg()J. German Rivera2015-10-181-4/+4
* staging: fsl-mc: dpmcp opening/closing refactoringJ. German Rivera2015-10-183-21/+73
* staging: fsl-mc: fsl_mc_io object refactoringJ. German Rivera2015-10-183-23/+35
* staging: fsl-mc: Naming cleanup in fsl_mc-portal_allocateJ. German Rivera2015-10-181-7/+7
* staging: fsl-mc: remove references to dev_rootItai Katz2015-10-041-4/+0Star
* staging: fsl-mc: add counter to track number of root DPRCsItai Katz2015-10-041-2/+11
* staging: fsl-mc: add function to return pointer to root dprcItai Katz2015-10-041-4/+34
* staging: fsl-mc: abstract test for whether a dprc is a root dprcItai Katz2015-10-041-3/+13
* staging: fsl-mc: abstract test for existence of fsl-mc busItai Katz2015-10-042-2/+13
* staging: fsl-mc: Fixed uintX_t CHECK checkpatch warningsJ. German Rivera2015-09-2915-401/+401
* staging: fsl-mc: Moved kernel-doc comments to .c filesJ. German Rivera2015-09-298-841/+841
* staging: fsl-mc: up-rev dprc binary interface to v4.0J. German Rivera2015-09-296-153/+630
* staging: fsl-mc: up-rev dpcon binary interface to v2.0J. German Rivera2015-09-291-1/+1
* staging: fsl-mc: up-rev dpmcp binary interface to v2.0J. German Rivera2015-09-294-78/+124
* staging: fsl-mc: up-rev dpbp binary interface to v2.0J. German Rivera2015-09-293-60/+127
* staging: fsl-mc: uprev dpmng binary interface to v8.0J. German Rivera2015-09-293-10/+22
* staging: fsl-mc: Add new flags field to MC command headerJ. German Rivera2015-09-291-6/+24