summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qbman
AgeCommit message (Expand)Author
2023-04-14soc: fsl: Use of_property_present() for testing DT property presenceRob Herring
2022-09-05soc: fsl: qbman: Add CGR update functionSean Anderson
2022-09-05soc: fsl: qbman: Add helper for sanity checking cgr opsSean Anderson
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-04-16Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig
2021-04-07iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig
2021-04-07iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRYChristoph Hellwig
2021-04-06soc: fsl: qbman: Delete useless kfree codeZheng Yongjun
2021-04-06soc: fsl: qbman: Ensure device cleanup is run for kexecRoy Pledge
2021-04-01soc/fsl: qbman: fix conflicting alignment attributesArnd Bergmann
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-23soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'Lee Jones
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior
2020-09-22soc: fsl: qman: convert to use be32_add_cpu()Liu Shixin
2020-09-22soc: fsl: qbman: Fix return value on successKrzysztof Kozlowski
2020-05-22soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashingYueHaibing
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur
2019-08-15soc/fsl/qbman: Update device tree with reserved memoryRoy Pledge
2019-08-15soc/fsl/qbman: Fixup qman_shutdown_fq()Roy Pledge
2019-08-15soc/fsl/qbman: Disable interrupts during portal recoveryRoy Pledge
2019-08-15soc/fsl/qbman: Fix drain_mr_fqni()Roy Pledge
2019-08-15soc/fsl/qbman: Cleanup QMan queues if device was already initializedRoy Pledge
2019-08-15soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootupRoy Pledge
2019-08-15soc/fsl/qbman: Rework QBMan private memory setupRoy Pledge
2019-08-15soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-06-17Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20soc: fsl: qbman_portals: add APIs to retrieve the probing statusLaurentiu Tudor
2019-05-20soc: fsl: qman: fixup liodns only on ppc targetsLaurentiu Tudor
2019-01-30Merge tag 'soc-fsl-fix-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann
2019-01-18soc: fsl: qbman: avoid race in clearing QMan interruptMadalin Bucur
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain
2018-11-23soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur
2018-11-23soc: fsl: qbman: read ithresh from HWMadalin Bucur
2018-10-29Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-10-26Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-10-14soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)Christophe Leroy
2018-10-05soc: fsl: qbman: add interrupt coalesce changing APIsMadalin Bucur
2018-10-05soc: fsl: bman_portals: defer probe after bman's probeLaurentiu Tudor
2018-10-05soc: fsl: qbman: Use last response to determine valid bitRoy Pledge
2018-10-05soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBManRoy Pledge
2018-10-05soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlersMadalin Bucur
2018-10-05soc: fsl: qbman: Check if CPU is offline when initializing portalsRoy Pledge
2018-10-01soc: fsl: qman_portals: defer probe after qman's probeLaurentiu Tudor