aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/qbman (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds13-116/+293
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-22soc/fsl/qbman: Enable FSL_LAYERSCAPE config on ARMMadalin Bucur1-1/+1
2017-09-22soc/fsl/qbman: Add missing headers on ARMClaudiu Manoil1-0/+2
2017-09-22soc/fsl/qbman: different register offsets on ARMMadalin Bucur2-0/+60
2017-09-22soc/fsl/qbman: add QMAN_REV32Madalin Bucur2-0/+3
2017-09-22soc/fsl/qbman: Rework portal mapping calls for ARM/PPCRoy Pledge7-66/+60
2017-09-22soc/fsl/qbman: Fix ARM32 typoValentin Rothberg1-1/+1
2017-09-22soc/fsl/qbman: Drop L1_CACHE_BYTES compile time checkClaudiu Manoil1-4/+0
2017-09-22soc/fsl/qbman: Drop set/clear_bits usageMadalin Bucur2-5/+5
2017-09-22soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocationsRoy Pledge3-34/+63
2017-09-22soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocationsRoy Pledge1-0/+15
2017-09-22soc/fsl/qbman: Add common routine for QBMan private allocationsRoy Pledge3-1/+83
2017-09-22soc/fsl/qman: Sleep instead of stuck hacking jiffiesKarim Eshapa1-5/+1
2017-08-16soc: Convert to using %pOF instead of full_nameRob Herring4-23/+18
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+5
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2017-05-04soc/qbman: Move dma-mapping.h include to qman_priv.hPaul Gortmaker2-2/+1
2017-05-03soc/qbman: Fix implicit header dependency now causing build failsPaul Gortmaker1-0/+2
2017-04-30soc/fsl/qbman: Disable IRQs for deferred QBMan workRoy Pledge1-0/+5
2017-03-24soc/qman: export non-programmable FQD fields queryHoria Geantă2-63/+2
2017-03-24soc/qman: add dedicated channel ID for CAAMHoria Geantă1-1/+5
2017-03-24soc/qman: export volatile dequeue related structsHoria Geantă1-36/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds10-187/+201
2016-12-09soc/fsl/qman: test: use DEFINE_SPINLOCK()Fabian Frederick1-1/+1
2016-12-04soc/fsl/bman: Use resource_size instead of computationWei Yongjun1-2/+1
2016-12-02soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior1-27/+12
2016-12-02soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior1-30/+16
2016-11-23soc/qman: Handle endianness of h/w descriptorsClaudiu Manoil4-39/+45
2016-11-23soc/qman: Clean up CGR CSCN target update operationsClaudiu Manoil1-14/+23
2016-11-23soc/qman: Change remaining contextB into context_bClaudiu Manoil1-6/+6
2016-11-23soc/qbman: Handle endianness of qm/bm_in/out()Claudiu Manoil2-6/+6
2016-11-23soc/qman: Drop unused field from eqcr/dqrr descriptorsClaudiu Manoil1-2/+1
2016-11-23soc/qman: Fix accesses to fqid, cleanupClaudiu Manoil1-16/+16
2016-11-23soc/qman: Remove unused struct qm_mcc* layoutsClaudiu Manoil2-46/+18
2016-11-23soc/qman: Remove redundant checks from qman_create_cgr()Claudiu Manoil1-4/+4
2016-11-23soc/qman: test: Don't use dummy platform device for dma mappingClaudiu Manoil3-11/+22
2016-11-23soc/qman: Don't add a new platform device for dma mappingClaudiu Manoil3-21/+22
2016-11-23soc/qman: test: Fix implementation of fd_cmp()Claudiu Manoil1-15/+8
2016-11-23soc/qman: Fix direct access to fd's addr_lo, use proper accesorClaudiu Manoil1-2/+2
2016-11-23soc/qbman: Fix resource leak on portal probing error pathClaudiu Manoil2-10/+24
2016-11-23soc/qman: Fix h/w resource cleanup error path handlingClaudiu Manoil1-5/+11
2016-11-23soc/qman: Replace of_get_property() with portable equivalentMadalin Bucur2-6/+7
2016-11-23soc/qman: Check ioremap return valueMadalin Bucur1-0/+3
2016-11-22soc/fsl: fix spelling mistakes in critical error messagesColin Ian King2-2/+2
2016-09-25soc/qman: Add self-test for QMan driverClaudiu Manoil6-0/+995
2016-09-25soc/bman: Add self-test for BMan driverClaudiu Manoil5-0/+259
2016-09-25soc/fsl: Introduce DPAA 1.x QMan device driverClaudiu Manoil5-2/+4418
2016-09-25soc/fsl: Introduce DPAA 1.x BMan device driverClaudiu Manoil7-0/+1492