aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-26staging: fsl-mc: convert mc command build/parse to use C structsIoana Radulescu10-633/+1056
2016-06-26staging: fsl-mc: properly set hwirq in msi set_descStuart Yoder1-1/+16
2016-06-26staging: fsl-mc: dprc: fix ordering problem freeing resources in remove of dprcStuart Yoder1-4/+6
2016-06-26staging: fsl-mc: dprc: add missing irq freeStuart Yoder1-0/+5
2016-06-26staging: fsl-mc: fix asymmetry in destroy of mc_ioBharat Bhushan2-4/+9
2016-06-26staging: fsl-mc: make fsl_mc_is_root_dprc() globalStuart Yoder2-15/+15
2016-06-26staging: fsl-mc: export mc_get_versionStuart Yoder1-0/+1
2016-06-26staging: fsl-mc: add support for device table matchingStuart Yoder1-13/+0
2016-06-26staging: fsl-mc: clean up the device id structStuart Yoder4-10/+6
2016-06-26staging: fsl-mc: implement uevent callback and set the modaliasStuart Yoder1-1/+7
2016-06-26staging: fsl-mc: add support for the modalias sysfs attributeStuart Yoder1-0/+25
2016-04-29staging: fsl-mc: bus: Drop warningMatthias Brugger1-8/+4
2016-04-29staging: fsl-mc: return -EINVAL for all fsl_mc_portal_allocate() failuresHoria Geantă1-0/+1
2016-04-29staging: fsl-mc: add dpmcp version checkItai Katz2-3/+14
2016-04-29staging: fsl-mc: add quirk handling for dpseci objects < 4.0Horia Geanta1-0/+9
2016-04-29staging: fsl-mc: add dprc version checkItai Katz4-3/+25
2016-04-29staging: fsl-mc: get version of root dprc from MC hardwareItai Katz1-8/+37
2016-04-29staging: fsl-mc: set cacheable flag for added devices if applicableItai Katz1-0/+2
2016-04-29staging: fsl-mc: set up coherent dma ops for added devicesStuart Yoder1-0/+4
2016-04-29staging: fsl-mc: don't use object versions to make binding decisionsItai Katz3-46/+2
2016-04-29staging: fsl-mc: update dprc binary interface to v5.1Stuart Yoder5-23/+29
2016-04-29staging: fsl-mc: update dpbp binary interface to v2.2Stuart Yoder3-5/+127
2016-04-29staging: fsl-mc: update dpmcp binary interface to v3.0Stuart Yoder3-44/+6
2016-04-29staging: fsl-mc: DPAA2 overview readme updateStuart Yoder1-58/+80
2016-04-29staging: fsl-mc: TODO updatesStuart Yoder1-13/+0
2016-04-29staging: fsl-mc: get rid of mutex_locked variablesCihangir Akturk1-37/+24
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