aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/fsl-mc
AgeCommit message (Expand)AuthorFilesLines
2017-10-03staging: fsl-mc/dpio: Fix incorrect comparisonGravatar Ioana Radulescu 2-4/+6
2017-09-29Staging: fsl-mc: remove unnecessary parenthesisGravatar Keerthi Reddy 1-1/+1
2017-08-28Merge 4.13-rc7 into staging-nextGravatar Greg Kroah-Hartman 1-3/+3
2017-08-23staging: fsl-mc: be consistent when checking strcmp() returnsGravatar Laurentiu Tudor 1-1/+1
2017-08-16Revert "staging: fsl-mc: be consistent when checking strcmp() return"Gravatar Colin Ian King 1-3/+3
2017-08-14staging: fsl-mc: add explicit dependencies for compile-tested archesGravatar Laurentiu Tudor 1-1/+1
2017-08-14staging: fsl-mc: fix resource_size.cocci warningsGravatar Cihangir Akturk 1-2/+1
2017-07-30staging: fsl-mc: include irqreturn.h as neededGravatar Arnd Bergmann 1-0/+1
2017-07-30staging: fsl-mc/dpio: Skip endianness conversion in portal configGravatar Bogdan Purcareata 1-12/+12
2017-07-30staging: fsl-mc: fix resource_size.cocci warningsGravatar Julia Lawall 1-2/+1
2017-07-30staging: fsl-mc: allow the driver compile multi-archGravatar Laurentiu Tudor 1-2/+2
2017-07-30staging: fsl-mc: make the driver compile on 32-bitGravatar Laurentiu Tudor 1-0/+1
2017-07-30staging: fsl-mc: don't use raw device io functionsGravatar Laurentiu Tudor 1-6/+15
2017-07-30staging: fsl-mc: fix formating of phys_addr_t on 32 bitsGravatar Laurentiu Tudor 2-10/+10
2017-07-30staging: fsl-mc: fix compilation with non-generic msi domain opsGravatar Laurentiu Tudor 2-0/+6
2017-07-30staging: fsl-mc: drop useless gic v3 related #includeGravatar Laurentiu Tudor 2-2/+0
2017-07-30staging: fsl-mc: use generic memory barriersGravatar Laurentiu Tudor 1-4/+2
2017-07-30staging: fsl-mc: Convert to using %pOF instead of full_nameGravatar Rob Herring 3-9/+7
2017-07-03Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 27-631/+403
2017-06-29staging: fsl-mc: make dprc.h header privateGravatar Laurentiu Tudor 4-2/+2
2017-06-29staging: fsl-mc: move mc-cmd.h contents in the public headerGravatar Laurentiu Tudor 10-139/+94
2017-06-29staging: fsl-mc: move mc-sys.h contents in the public headerGravatar Laurentiu Tudor 12-108/+60
2017-06-29staging: fsl-mc: fix a few implicit includesGravatar Laurentiu Tudor 5-0/+5
2017-06-29staging: fsl-mc: remove dpmng API filesGravatar Laurentiu Tudor 4-143/+52
2017-06-29staging: fsl-mc: move rest of mc-bus.h to private headerGravatar Laurentiu Tudor 8-83/+61
2017-06-29staging: fsl-mc: move couple of definitions to public headerGravatar Laurentiu Tudor 2-9/+9
2017-06-29staging: fsl-mc: move irq domain creation prototype to public headerGravatar Laurentiu Tudor 2-7/+7
2017-06-29staging: fsl-mc: turn several exported functions staticGravatar Laurentiu Tudor 3-16/+5
2017-06-29staging: fsl-mc: delete prototype of unimplemented functionGravatar Laurentiu Tudor 1-2/+0
2017-06-29staging: fsl-mc: delete duplicated function prototypesGravatar Laurentiu Tudor 1-8/+0
2017-06-29staging: fsl-mc: decouple the mc-bus public headers from dprc.hGravatar Laurentiu Tudor 6-71/+71
2017-06-29staging: fsl-mc: drop useless #includesGravatar Laurentiu Tudor 1-2/+0
2017-06-29staging: fsl-mc: be consistent when checking strcmp() returnGravatar Laurentiu Tudor 1-3/+3
2017-06-29staging: fsl-mc: move comparison before strcmp() callGravatar Laurentiu Tudor 1-2/+3
2017-06-26Revert "staging: fsl-mc: drop useless #includes"Gravatar Greg Kroah-Hartman 1-0/+2
2017-06-26Revert "staging: fsl-mc: decouple the mc-bus public headers from dprc.h"Gravatar Greg Kroah-Hartman 6-71/+71
2017-06-26Revert "staging: fsl-mc: delete duplicated function prototypes"Gravatar Greg Kroah-Hartman 1-0/+8
2017-06-26Revert "staging: fsl-mc: delete prototype of unimplemented function"Gravatar Greg Kroah-Hartman 1-0/+2
2017-06-26Revert "staging: fsl-mc: turn several exported functions static"Gravatar Greg Kroah-Hartman 3-5/+16
2017-06-26Revert "staging: fsl-mc: move irq domain creation prototype to public header"Gravatar Greg Kroah-Hartman 2-7/+7
2017-06-26Revert "staging: fsl-mc: move couple of definitions to public header"Gravatar Greg Kroah-Hartman 2-9/+9
2017-06-26Revert "staging: fsl-mc: move rest of mc-bus.h to private header"Gravatar Greg Kroah-Hartman 8-61/+83
2017-06-26Revert "staging: fsl-mc: remove dpmng API files"Gravatar Greg Kroah-Hartman 3-52/+142
2017-06-26Revert "staging: fsl-mc: fix a few implicit includes"Gravatar Greg Kroah-Hartman 5-5/+0
2017-06-26Revert "staging: fsl-mc: move mc-sys.h contents in the public header"Gravatar Greg Kroah-Hartman 12-60/+108
2017-06-26Revert "staging: fsl-mc: move mc-cmd.h contents in the public header"Gravatar Greg Kroah-Hartman 10-94/+139
2017-06-26Revert "staging: fsl-mc: make dprc.h header private"Gravatar Greg Kroah-Hartman 4-2/+2
2017-06-23staging: fsl-mc: make dprc.h header privateGravatar Laurentiu Tudor 4-2/+2
2017-06-23staging: fsl-mc: move mc-cmd.h contents in the public headerGravatar Laurentiu Tudor 10-139/+94
2017-06-23staging: fsl-mc: move mc-sys.h contents in the public headerGravatar Laurentiu Tudor 12-108/+60