summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/qbman
Commit message (Expand)AuthorAgeFilesLines
* soc/fsl: qbman: fix conflicting alignment attributesArnd Bergmann2021-04-011-1/+1
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-6/+2
|\
| * soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'Lee Jones2020-11-231-6/+2
* | soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior2020-11-033-10/+14
|/
* soc: fsl: qman: convert to use be32_add_cpu()Liu Shixin2020-09-221-1/+1
* soc: fsl: qbman: Fix return value on successKrzysztof Kozlowski2020-09-221-1/+1
* soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashingYueHaibing2020-05-221-5/+0
* dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-6/+0
* soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur2019-10-311-0/+13
* soc/fsl/qbman: Update device tree with reserved memoryRoy Pledge2019-08-151-24/+36
* soc/fsl/qbman: Fixup qman_shutdown_fq()Roy Pledge2019-08-151-11/+42
* soc/fsl/qbman: Disable interrupts during portal recoveryRoy Pledge2019-08-153-3/+21
* soc/fsl/qbman: Fix drain_mr_fqni()Roy Pledge2019-08-151-1/+3
* soc/fsl/qbman: Cleanup QMan queues if device was already initializedRoy Pledge2019-08-154-4/+38
* soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootupRoy Pledge2019-08-154-9/+41
* soc/fsl/qbman: Rework QBMan private memory setupRoy Pledge2019-08-153-11/+76
* soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-152-6/+2
* Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-06-174-10/+42
|\
| * soc: fsl: qbman_portals: add APIs to retrieve the probing statusLaurentiu Tudor2019-05-202-8/+33
| * soc: fsl: qman: fixup liodns only on ppc targetsLaurentiu Tudor2019-05-202-2/+9
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'soc-fsl-fix-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2019-01-301-4/+5
|\
| * soc: fsl: qbman: avoid race in clearing QMan interruptMadalin Bucur2019-01-181-4/+5
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-1/+1
|/
* soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur2018-11-231-7/+26
* soc: fsl: qbman: read ithresh from HWMadalin Bucur2018-11-231-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-296-15/+86
|\
| * soc: fsl: qbman: add interrupt coalesce changing APIsMadalin Bucur2018-10-051-0/+31
| * soc: fsl: bman_portals: defer probe after bman's probeLaurentiu Tudor2018-10-051-1/+9
| * soc: fsl: qbman: Use last response to determine valid bitRoy Pledge2018-10-051-2/+14
| * soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBManRoy Pledge2018-10-051-1/+1
| * soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlersMadalin Bucur2018-10-052-3/+7
| * soc: fsl: qbman: Check if CPU is offline when initializing portalsRoy Pledge2018-10-053-8/+24
* | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+1
|\ \ | |/ |/|
| * soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)Christophe Leroy2018-10-141-1/+1
* | soc: fsl: qman_portals: defer probe after qman's probeLaurentiu Tudor2018-10-011-0/+8
* | soc: fsl: qbman: add APIs to retrieve the probing statusLaurentiu Tudor2018-09-272-0/+22
* | soc: fsl: qbman: qman: avoid allocating from non existing gen_poolAlexandre Belloni2018-09-251-0/+3
|/
* soc: fsl: cleanup Kconfig menuLi Yang2018-07-241-1/+1
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur2018-03-141-23/+5
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1613-116/+293
|\
| * soc/fsl/qbman: Enable FSL_LAYERSCAPE config on ARMMadalin Bucur2017-09-221-1/+1
| * soc/fsl/qbman: Add missing headers on ARMClaudiu Manoil2017-09-221-0/+2
| * soc/fsl/qbman: different register offsets on ARMMadalin Bucur2017-09-222-0/+60
| * soc/fsl/qbman: add QMAN_REV32Madalin Bucur2017-09-222-0/+3
| * soc/fsl/qbman: Rework portal mapping calls for ARM/PPCRoy Pledge2017-09-227-66/+60
| * soc/fsl/qbman: Fix ARM32 typoValentin Rothberg2017-09-221-1/+1
| * soc/fsl/qbman: Drop L1_CACHE_BYTES compile time checkClaudiu Manoil2017-09-221-4/+0