summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus/dprc-driver.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-22staging: fsl-mc: Move core bus out of stagingBogdan Purcareata1-809/+0
2018-01-22staging: fsl-mc: Add SPDX license identifiersBogdan Purcareata1-3/+1
2018-01-16staging: fsl-mc: Consolidate bus core header filesBogdan Purcareata1-1/+0
2017-12-13staging: fsl-mc: Allocate IRQ's before scanning DPRC objectsNipun Gupta1-22/+27
2017-11-27staging: fsl-mc: use device_type instead of strcmp()Laurentiu Tudor1-2/+2
2017-11-27staging: fsl-mc: remove debug WARN_ONs doubling error checksLaurentiu Tudor1-10/+10
2017-11-27staging: fsl-mc: remove some superfluous WARN_ONsLaurentiu Tudor1-8/+0
2017-08-23staging: fsl-mc: be consistent when checking strcmp() returnsLaurentiu Tudor1-1/+1
2017-08-14staging: fsl-mc: fix resource_size.cocci warningsCihangir Akturk1-2/+1
2017-06-29staging: fsl-mc: move mc-sys.h contents in the public headerLaurentiu Tudor1-1/+1
2017-06-29staging: fsl-mc: move rest of mc-bus.h to private headerLaurentiu Tudor1-1/+0
2017-06-29staging: fsl-mc: turn several exported functions staticLaurentiu Tudor1-5/+3
2017-06-29staging: fsl-mc: decouple the mc-bus public headers from dprc.hLaurentiu Tudor1-19/+19
2017-06-29staging: fsl-mc: move comparison before strcmp() callLaurentiu Tudor1-2/+3
2017-06-26Revert "staging: fsl-mc: decouple the mc-bus public headers from dprc.h"Greg Kroah-Hartman1-19/+19
2017-06-26Revert "staging: fsl-mc: turn several exported functions static"Greg Kroah-Hartman1-3/+5
2017-06-26Revert "staging: fsl-mc: move rest of mc-bus.h to private header"Greg Kroah-Hartman1-0/+1
2017-06-26Revert "staging: fsl-mc: move mc-sys.h contents in the public header"Greg Kroah-Hartman1-1/+1
2017-06-23staging: fsl-mc: move mc-sys.h contents in the public headerLaurentiu Tudor1-1/+1
2017-06-23staging: fsl-mc: move rest of mc-bus.h to private headerLaurentiu Tudor1-1/+0
2017-06-23staging: fsl-mc: turn several exported functions staticLaurentiu Tudor1-5/+3
2017-06-23staging: fsl-mc: decouple the mc-bus public headers from dprc.hLaurentiu Tudor1-19/+19
2017-06-23staging: fsl-mc: drop macros with possible side effectsLaurentiu Tudor1-6/+9
2017-05-15staging: fsl-mc: Fix code alignment style issuesBrett Hitchcock1-2/+2
2017-02-09staging: fsl-mc: fix device ref countingLaurentiu Tudor1-0/+1
2016-10-27staging: fsl-mc: uprev binary interface to match MC v10.xIoana Ciornei1-5/+14
2016-10-27staging: fsl-mc: update copyright datesStuart Yoder1-1/+1
2016-10-25staging: fsl-mc: dprc: shorten DPRC interrupt nameStuart Yoder1-1/+1
2016-09-01staging: fsl-mc: make order of includes consistentStuart Yoder1-2/+3
2016-09-01staging: fsl-mc: move dprc-driver private definitions out of mc-bus.hStuart Yoder1-0/+6
2016-09-01staging: fsl-mc: create private include for fsl-mc bus componentsStuart Yoder1-0/+1
2016-09-01staging: fsl-mc: move resource pool init/cleanup into allocatorStuart Yoder1-52/+3
2016-09-01staging: fsl-mc: rename mc-private.h to mc-bus.hStuart Yoder1-1/+1
2016-08-21fsl-mc: add helper macro to determine if a device is of fsl_mc typeNipun Gupta1-2/+2
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 Bhushan1-0/+5
2016-06-26staging: fsl-mc: clean up the device id structStuart Yoder1-1/+1
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 Katz1-0/+19
2016-04-29staging: fsl-mc: don't use object versions to make binding decisionsItai Katz1-3/+1
2016-04-29staging: fsl-mc: update dprc binary interface to v5.1Stuart Yoder1-0/+1
2016-03-11staging: fsl-mc: Drop unneeded void pointer castJanani Ravichandran1-1/+1
2016-02-11staging: fsl-mc: Remove unneeded parenthesesJanani Ravichandran1-1/+1
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 Rivera1-2/+22
2016-02-07staging: fsl-mc: Changed DPRC built-in portal's mc_io to be atomicJ. German Rivera1-1/+3
2015-10-27staging: fsl-mc: section mismatch bug fixLijun Pan1-1/+1