summaryrefslogtreecommitdiffstats
path: root/drivers/staging/fsl-mc/bus
AgeCommit message (Expand)AuthorFilesLines
2016-10-05Merge tag 'staging-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-524/+633
2016-10-02Staging: fsl-mc: Remove blank linesRamiro Oliveira2-2/+0
2016-10-02Staging: fsl-mc: Fix unaligned * in block commentsRamiro Oliveira4-106/+106
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 Yoder3-0/+5
2016-09-01staging: fsl-mc: split mc-io definitions into a separate fileStuart Yoder5-287/+327
2016-09-01staging: fsl-mc: remove unneeded includesStuart Yoder2-4/+0
2016-09-01staging: fsl-mc: make fsl_mc_get_root_dprc publicStuart Yoder1-2/+3
2016-09-01staging: fsl-mc: move bus private definitions into fsl-mc-bus.cStuart Yoder1-0/+33
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 Yoder4-0/+47
2016-09-01staging: fsl-mc: move resource pool init/cleanup into allocatorStuart Yoder2-52/+52
2016-09-01staging: fsl-mc: move allocator private definitions out of mc-bus.hStuart Yoder1-0/+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 Yoder5-5/+5
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 Gupta4-9/+9
2016-06-26staging: fsl-mc: convert mc command build/parse to use C structsIoana Radulescu8-575/+898
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 Yoder1-15/+13
2016-06-26staging: fsl-mc: export mc_get_versionStuart Yoder1-0/+1
2016-06-26staging: fsl-mc: clean up the device id structStuart Yoder3-3/+3
2016-06-26staging: fsl-mc: implement uevent callback and set the modaliasStuart Yoder1-1/+7
2016-06-26staging: fsl-mc: add support for the modalias sysfs attributeStuart Yoder1-0/+25
2016-04-29staging: fsl-mc: bus: Drop warningMatthias Brugger1-8/+4
2016-04-29staging: fsl-mc: return -EINVAL for all fsl_mc_portal_allocate() failuresHoria Geantă1-0/+1
2016-04-29staging: fsl-mc: add dpmcp version checkItai Katz2-3/+14
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 Katz3-3/+23
2016-04-29staging: fsl-mc: get version of root dprc from MC hardwareItai Katz1-8/+37
2016-04-29staging: fsl-mc: set cacheable flag for added devices if applicableItai Katz1-0/+2
2016-04-29staging: fsl-mc: set up coherent dma ops for added devicesStuart Yoder1-0/+4
2016-04-29staging: fsl-mc: don't use object versions to make binding decisionsItai Katz3-46/+2
2016-04-29staging: fsl-mc: update dprc binary interface to v5.1Stuart Yoder4-16/+17
2016-04-29staging: fsl-mc: update dpbp binary interface to v2.2Stuart Yoder1-2/+75
2016-04-29staging: fsl-mc: update dpmcp binary interface to v3.0Stuart Yoder3-44/+6
2016-04-29staging: fsl-mc: get rid of mutex_locked variablesCihangir Akturk1-37/+24
2016-03-22staging: fsl-mc: fix incorrect type passed to dev_err macrosCihangir Akturk1-2/+2
2016-03-22staging: fsl-mc: fix incorrect type passed to dev_dbg macrosCihangir Akturk1-3/+3
2016-03-11Staging: fsl-mc: Replace pr_err with dev_errBhumika Goyal1-2/+3