index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
fsl-mc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-13
staging: fsl-mc: do not print error in case of defer probe error
Nipun Gupta
1
-1
/
+2
2017-12-13
staging: fsl-mc: Allocate IRQ's before scanning DPRC objects
Nipun Gupta
1
-22
/
+27
2017-11-28
staging: fsl-mc: use 32bits to support 64K size mc-portals
Bharat Bhushan
1
-1
/
+1
2017-11-27
staging: fsl-mc-bus: fix build warning
Greg Kroah-Hartman
1
-0
/
+1
2017-11-27
staging: fsl-mc: use device_type instead of strcmp()
Laurentiu Tudor
3
-16
/
+16
2017-11-27
staging: fsl-mc: add support for device type
Laurentiu Tudor
2
-0
/
+122
2017-11-27
staging: fsl-mc: remove debug WARN_ONs doubling error checks
Laurentiu Tudor
7
-77
/
+73
2017-11-27
staging: fsl-mc: remove some superfluous WARN_ONs
Laurentiu Tudor
6
-53
/
+0
2017-11-27
staging: fsl-mc/dpio: change to use EXPORT_SYMBOL_GPL()
Laurentiu Tudor
1
-10
/
+10
2017-11-27
staging: fsl-mc: consistently use EXPORT_SYMBOL_GPL()
Laurentiu Tudor
4
-24
/
+24
2017-11-27
staging: fsl-mc/dpio: remove couple of unused functions
Laurentiu Tudor
2
-62
/
+0
2017-11-27
staging: fsl-mc/dpio: drop EXPORT_SYMBOL() for a few functions
Laurentiu Tudor
1
-3
/
+0
2017-11-27
staging: fsl-mc/dpio: remove incomplete refcount implementation
Laurentiu Tudor
1
-4
/
+0
2017-11-27
staging: fsl-mc: drop unused dpcon APIs
Laurentiu Tudor
3
-85
/
+0
2017-10-03
staging: fsl-mc/dpio: Fix incorrect comparison
Ioana Radulescu
2
-4
/
+6
2017-09-29
Staging: fsl-mc: remove unnecessary parenthesis
Keerthi Reddy
1
-1
/
+1
2017-08-28
Merge 4.13-rc7 into staging-next
Greg Kroah-Hartman
1
-3
/
+3
2017-08-23
staging: fsl-mc: be consistent when checking strcmp() returns
Laurentiu Tudor
1
-1
/
+1
2017-08-16
Revert "staging: fsl-mc: be consistent when checking strcmp() return"
Colin Ian King
1
-3
/
+3
2017-08-14
staging: fsl-mc: add explicit dependencies for compile-tested arches
Laurentiu Tudor
1
-1
/
+1
2017-08-14
staging: fsl-mc: fix resource_size.cocci warnings
Cihangir Akturk
1
-2
/
+1
2017-07-30
staging: fsl-mc: include irqreturn.h as needed
Arnd Bergmann
1
-0
/
+1
2017-07-30
staging: fsl-mc/dpio: Skip endianness conversion in portal config
Bogdan Purcareata
1
-12
/
+12
2017-07-30
staging: fsl-mc: fix resource_size.cocci warnings
Julia Lawall
1
-2
/
+1
2017-07-30
staging: fsl-mc: allow the driver compile multi-arch
Laurentiu Tudor
1
-2
/
+2
2017-07-30
staging: fsl-mc: make the driver compile on 32-bit
Laurentiu Tudor
1
-0
/
+1
2017-07-30
staging: fsl-mc: don't use raw device io functions
Laurentiu Tudor
1
-6
/
+15
2017-07-30
staging: fsl-mc: fix formating of phys_addr_t on 32 bits
Laurentiu Tudor
2
-10
/
+10
2017-07-30
staging: fsl-mc: fix compilation with non-generic msi domain ops
Laurentiu Tudor
2
-0
/
+6
2017-07-30
staging: fsl-mc: drop useless gic v3 related #include
Laurentiu Tudor
2
-2
/
+0
2017-07-30
staging: fsl-mc: use generic memory barriers
Laurentiu Tudor
1
-4
/
+2
2017-07-30
staging: fsl-mc: Convert to using %pOF instead of full_name
Rob Herring
3
-9
/
+7
2017-07-03
Merge tag 'staging-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
27
-631
/
+403
2017-06-29
staging: fsl-mc: make dprc.h header private
Laurentiu Tudor
4
-2
/
+2
2017-06-29
staging: fsl-mc: move mc-cmd.h contents in the public header
Laurentiu Tudor
10
-139
/
+94
2017-06-29
staging: fsl-mc: move mc-sys.h contents in the public header
Laurentiu Tudor
12
-108
/
+60
2017-06-29
staging: fsl-mc: fix a few implicit includes
Laurentiu Tudor
5
-0
/
+5
2017-06-29
staging: fsl-mc: remove dpmng API files
Laurentiu Tudor
4
-143
/
+52
2017-06-29
staging: fsl-mc: move rest of mc-bus.h to private header
Laurentiu Tudor
8
-83
/
+61
2017-06-29
staging: fsl-mc: move couple of definitions to public header
Laurentiu Tudor
2
-9
/
+9
2017-06-29
staging: fsl-mc: move irq domain creation prototype to public header
Laurentiu Tudor
2
-7
/
+7
2017-06-29
staging: fsl-mc: turn several exported functions static
Laurentiu Tudor
3
-16
/
+5
2017-06-29
staging: fsl-mc: delete prototype of unimplemented function
Laurentiu Tudor
1
-2
/
+0
2017-06-29
staging: fsl-mc: delete duplicated function prototypes
Laurentiu Tudor
1
-8
/
+0
2017-06-29
staging: fsl-mc: decouple the mc-bus public headers from dprc.h
Laurentiu Tudor
6
-71
/
+71
2017-06-29
staging: fsl-mc: drop useless #includes
Laurentiu Tudor
1
-2
/
+0
2017-06-29
staging: fsl-mc: be consistent when checking strcmp() return
Laurentiu Tudor
1
-3
/
+3
2017-06-29
staging: fsl-mc: move comparison before strcmp() call
Laurentiu Tudor
1
-2
/
+3
2017-06-26
Revert "staging: fsl-mc: drop useless #includes"
Greg Kroah-Hartman
1
-0
/
+2
2017-06-26
Revert "staging: fsl-mc: decouple the mc-bus public headers from dprc.h"
Greg Kroah-Hartman
6
-71
/
+71
[next]