aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-10-27staging: fsl-mc: uprev binary interface to match MC v10.xIoana Ciornei15-227/+356
2016-10-27staging: fsl-mc: update copyright datesStuart Yoder15-15/+15
2016-10-27staging: fsl-mc: improve wording in commentsStuart Yoder2-44/+42
2016-10-27staging: fsl-mc: cleanup: improve clarity of messagesStuart Yoder2-10/+7
2016-10-27staging: fsl-mc: improve message clarity by adding __func__Stuart Yoder1-5/+2
2016-10-27staging: fsl-mc: improve pr_* messagesStuart Yoder1-2/+4
2016-10-27staging: fsl-mc: cleanup comment styleStuart Yoder15-28/+56
2016-10-27staging: fsl-mc: whitespace cleanup: improve alignment in prototypesIoana Ciornei4-301/+301
2016-10-27staging: fsl-mc: whitespace cleanup: align function argsIoana Ciornei2-20/+20
2016-10-27staging: fsl-mc: whitespace cleanup: remove extraenous tabsStuart Yoder1-5/+5
2016-10-27staging: fsl-mc: whitespace cleanup: remove blank linesStuart Yoder12-12/+0
2016-10-25staging: fsl-mc: cleanup: convert uintX_t types to uXIoana Ciornei1-42/+42
2016-10-25staging: fsl-mc: dprc: shorten DPRC interrupt nameStuart Yoder1-1/+1
2016-10-25staging: fsl-mc: irq: shorten name of interrupt nameStuart Yoder1-1/+1
2016-10-25staging: fsl-mc: update Kconfig dependencyStuart Yoder1-1/+1
2016-10-25staging: fsl-mc: clean up Kconfig descriptionStuart Yoder1-15/+7
2016-10-25staging: fsl-mc: add missing includes to fsl-mc-private.hStuart Yoder1-0/+3
2016-10-25staging: fsl-mc: cleanup: move dpbp and dpcon cmd headersStuart Yoder4-3/+4
2016-10-05Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds19-651/+685
2016-10-02Staging: fsl-mc: Remove blank linesRamiro Oliveira2-2/+0
2016-10-02Staging: fsl-mc: Fix unaligned * in block commentsRamiro Oliveira5-136/+136
2016-09-20Staging: fsl-mc: Use !x instead of x == NULL.Sandhya Bankar1-2/+2
2016-09-16staging: fsl-mc: remove .owner field for driverWei Yongjun1-1/+0
2016-09-16staging: fsl-mc: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-4/+2
2016-09-14genirq/msi: Add cpumask allocation to alloc_msi_entryThomas Gleixner1-2/+1
2016-09-01staging: fsl-mc: convert to use ATTRIBUTE_GROUPS macroWei Yongjun1-7/+1
2016-09-01staging: fsl-mc: dprc-cmd: Fix checkpatch warningAnson Jacob1-7/+8
2016-09-01staging: fsl-mc: dpmng-cmd: Fix checkpatch warningAnson Jacob1-7/+8
2016-09-01staging: fsl-mc: make order of includes consistentStuart Yoder10-11/+17
2016-09-01staging: fsl-mc: explicitly include files where they are neededStuart Yoder4-2/+5
2016-09-01staging: fsl-mc: split mc-io definitions into a separate fileStuart Yoder6-300/+327
2016-09-01staging: fsl-mc: remove unneeded includesStuart Yoder4-6/+0
2016-09-01staging: fsl-mc: move bus definitions from mc.h to mc-bus.hStuart Yoder2-16/+16
2016-09-01staging: fsl-mc: remove unneeded forward declarationsStuart Yoder2-5/+0
2016-09-01staging: fsl-mc: make fsl_mc_get_root_dprc publicStuart Yoder2-2/+6
2016-09-01staging: fsl-mc: move bus private definitions into fsl-mc-bus.cStuart Yoder3-33/+33
2016-09-01staging: fsl-mc: move dprc-driver private definitions out of mc-bus.hStuart Yoder2-6/+6
2016-09-01staging: fsl-mc: create private include for fsl-mc bus componentsStuart Yoder5-23/+47
2016-09-01staging: fsl-mc: move resource pool init/cleanup into allocatorStuart Yoder3-52/+56
2016-09-01staging: fsl-mc: move allocator private definitions out of mc-bus.hStuart Yoder2-5/+5
2016-09-01staging: fsl-mc: improve naming of source filesStuart Yoder4-3/+3
2016-09-01staging: fsl-mc: rename mc-private.h to mc-bus.hStuart Yoder6-9/+9
2016-08-21staging: fsl-mc: make bus/mc-bus explicitly non-modularPaul Gortmaker1-21/+0
2016-08-21fsl-mc: add helper macro to determine if a device is of fsl_mc typeNipun Gupta5-9/+16
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