aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-27staging: fsl-mc: section mismatch bug fixLijun Pan1-1/+1
2015-10-17staging: fsl-mc: Added serialization to mc_send_command()J. German Rivera1-3/+22
2015-10-17staging: fsl-mc:Added support for atomic portalsJ. German Rivera1-3/+50
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: Removed unused DPMCP macrosJ. German Rivera1-79/+0
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 Rivera2-21/+68
2015-10-17staging: fsl-mc: fsl_mc_io object refactoringJ. German Rivera2-18/+32
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 Katz1-2/+11
2015-09-29staging: fsl-mc: Fixed uintX_t CHECK checkpatch warningsJ. German Rivera8-208/+208
2015-09-29staging: fsl-mc: Moved kernel-doc comments to .c filesJ. German Rivera5-177/+841
2015-09-29staging: fsl-mc: up-rev dprc binary interface to v4.0J. German Rivera4-100/+391
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 Rivera1-36/+58
2015-09-29staging: fsl-mc: uprev dpmng binary interface to v8.0J. German Rivera2-6/+12
2015-09-12Staging: fsl-mc/bus: mc-bus.c: Fixed coding style issuesNayeemahmed Badebade1-3/+3
2015-05-08staging: fsl-mc: Remove redundant initalization of the .owner fieldGujulan Elango, Hari Prasath (H.)1-1/+0
2015-04-03staging: fsl-mc: Changed version matching rules for MC object driversJ. German Rivera1-4/+25
2015-04-03staging: fsl-mc: Refactored fsl_mc_object_allocator driver init/exitJ. German Rivera3-11/+21
2015-04-03staging: fsl-mc: Fix crash in fsl_mc_device_remove()J. German Rivera2-11/+7
2015-04-03staging: fsl-mc: Bind/unbind driver when MC object is plugged/unpluggedJ. German Rivera1-1/+38
2015-04-03staging: fsl-mc: Removed reordering of MC objects during bus scanJ. German Rivera1-32/+0
2015-04-03staging: fsl-mc: Name MC object devices using decimal numbersJ. German Rivera1-1/+1
2015-03-06staging: fsl-mc: fsl-mc object allocator driverJ. German Rivera9-3/+1795
2015-03-06staging: fsl-mc: Device driver for FSL-MC DPRC devicesJ. German Rivera3-1/+394
2015-03-06staging: fsl-mc: Freescale Management Complex (fsl-mc) bus driverJ. German Rivera3-0/+793
2015-03-06staging: fsl-mc: Added Freescale Management Complex APIsJ. German Rivera5-0/+1405