summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-mc/bus
AgeCommit message (Expand)AuthorFilesLines
2017-11-27staging: fsl-mc-bus: fix build warningGreg Kroah-Hartman1-0/+1
2017-11-27staging: fsl-mc: use device_type instead of strcmp()Laurentiu Tudor3-16/+16
2017-11-27staging: fsl-mc: add support for device typeLaurentiu Tudor1-0/+67
2017-11-27staging: fsl-mc: remove debug WARN_ONs doubling error checksLaurentiu Tudor7-77/+73
2017-11-27staging: fsl-mc: remove some superfluous WARN_ONsLaurentiu Tudor6-53/+0
2017-11-27staging: fsl-mc/dpio: change to use EXPORT_SYMBOL_GPL()Laurentiu Tudor1-10/+10
2017-11-27staging: fsl-mc: consistently use EXPORT_SYMBOL_GPL()Laurentiu Tudor4-24/+24
2017-11-27staging: fsl-mc/dpio: remove couple of unused functionsLaurentiu Tudor1-58/+0
2017-11-27staging: fsl-mc/dpio: drop EXPORT_SYMBOL() for a few functionsLaurentiu Tudor1-3/+0
2017-11-27staging: fsl-mc/dpio: remove incomplete refcount implementationLaurentiu Tudor1-4/+0
2017-11-27staging: fsl-mc: drop unused dpcon APIsLaurentiu Tudor2-75/+0
2017-10-03staging: fsl-mc/dpio: Fix incorrect comparisonIoana Radulescu1-2/+2
2017-09-29Staging: fsl-mc: remove unnecessary parenthesisKeerthi Reddy1-1/+1
2017-08-28Merge 4.13-rc7 into staging-nextGreg Kroah-Hartman1-3/+3
2017-08-24staging: fsl-mc: be consistent when checking strcmp() returnsLaurentiu Tudor1-1/+1
2017-08-16Revert "staging: fsl-mc: be consistent when checking strcmp() return"Colin Ian King1-3/+3
2017-08-15staging: fsl-mc: add explicit dependencies for compile-tested archesLaurentiu Tudor1-1/+1
2017-08-15staging: fsl-mc: fix resource_size.cocci warningsCihangir Akturk1-2/+1
2017-07-30staging: fsl-mc/dpio: Skip endianness conversion in portal configBogdan Purcareata1-12/+12
2017-07-30staging: fsl-mc: fix resource_size.cocci warningsJulia Lawall1-2/+1
2017-07-30staging: fsl-mc: allow the driver compile multi-archLaurentiu Tudor1-2/+2
2017-07-30staging: fsl-mc: make the driver compile on 32-bitLaurentiu Tudor1-0/+1
2017-07-30staging: fsl-mc: don't use raw device io functionsLaurentiu Tudor1-6/+15
2017-07-30staging: fsl-mc: fix formating of phys_addr_t on 32 bitsLaurentiu Tudor2-10/+10
2017-07-30staging: fsl-mc: fix compilation with non-generic msi domain opsLaurentiu Tudor2-0/+6
2017-07-30staging: fsl-mc: drop useless gic v3 related #includeLaurentiu Tudor2-2/+0
2017-07-30staging: fsl-mc: use generic memory barriersLaurentiu Tudor1-4/+2
2017-07-30staging: fsl-mc: Convert to using %pOF instead of full_nameRob Herring3-9/+7
2017-07-04Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds21-173/+463
2017-06-29staging: fsl-mc: make dprc.h header privateLaurentiu Tudor3-1/+270
2017-06-29staging: fsl-mc: move mc-cmd.h contents in the public headerLaurentiu Tudor8-8/+0
2017-06-29staging: fsl-mc: move mc-sys.h contents in the public headerLaurentiu Tudor10-10/+7
2017-06-29staging: fsl-mc: fix a few implicit includesLaurentiu Tudor5-0/+5
2017-06-29staging: fsl-mc: remove dpmng API filesLaurentiu Tudor3-76/+52
2017-06-29staging: fsl-mc: move rest of mc-bus.h to private headerLaurentiu Tudor7-6/+61
2017-06-29staging: fsl-mc: turn several exported functions staticLaurentiu Tudor2-8/+5
2017-06-29staging: fsl-mc: decouple the mc-bus public headers from dprc.hLaurentiu Tudor4-27/+28
2017-06-29staging: fsl-mc: drop useless #includesLaurentiu Tudor1-2/+0
2017-06-29staging: fsl-mc: be consistent when checking strcmp() returnLaurentiu Tudor1-3/+3
2017-06-29staging: fsl-mc: move comparison before strcmp() callLaurentiu Tudor1-2/+3
2017-06-26Revert "staging: fsl-mc: drop useless #includes"Greg Kroah-Hartman1-0/+2
2017-06-26Revert "staging: fsl-mc: decouple the mc-bus public headers from dprc.h"Greg Kroah-Hartman4-28/+27
2017-06-26Revert "staging: fsl-mc: turn several exported functions static"Greg Kroah-Hartman2-5/+8
2017-06-26Revert "staging: fsl-mc: move rest of mc-bus.h to private header"Greg Kroah-Hartman7-61/+6
2017-06-26Revert "staging: fsl-mc: remove dpmng API files"Greg Kroah-Hartman2-52/+75
2017-06-26Revert "staging: fsl-mc: fix a few implicit includes"Greg Kroah-Hartman5-5/+0
2017-06-26Revert "staging: fsl-mc: move mc-sys.h contents in the public header"Greg Kroah-Hartman10-7/+10
2017-06-26Revert "staging: fsl-mc: move mc-cmd.h contents in the public header"Greg Kroah-Hartman8-0/+8
2017-06-26Revert "staging: fsl-mc: make dprc.h header private"Greg Kroah-Hartman3-270/+1
2017-06-23staging: fsl-mc: make dprc.h header privateLaurentiu Tudor3-1/+270