summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qbman/qman_portal.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-15cpumask: replace cpumask_next_* with cpumask_first_* where appropriateYury Norov1-1/+1
2021-05-01Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-52/+3
2021-04-07iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig1-11/+0
2021-04-07iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig1-15/+3
2021-04-07iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig1-7/+0
2021-04-07iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig1-7/+0
2021-04-07iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRYChristoph Hellwig1-12/+0
2021-04-06soc: fsl: qbman: Ensure device cleanup is run for kexecRoy Pledge1-1/+2
2019-08-16soc/fsl/qbman: Cleanup QMan queues if device was already initializedRoy Pledge1-1/+17
2019-08-16soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2019-05-20soc: fsl: qbman_portals: add APIs to retrieve the probing statusLaurentiu Tudor1-4/+17
2018-10-05soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlersMadalin Bucur1-2/+4
2018-10-02soc: fsl: qman_portals: defer probe after qman's probeLaurentiu Tudor1-0/+8
2017-09-22soc/fsl/qbman: Rework portal mapping calls for ARM/PPCRoy Pledge1-13/+10
2017-08-16soc: Convert to using %pOF instead of full_nameRob Herring1-7/+4
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-11/+30
2016-12-02soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior1-27/+12
2016-11-23soc/qman: test: Don't use dummy platform device for dma mappingClaudiu Manoil1-0/+1
2016-11-23soc/qman: Don't add a new platform device for dma mappingClaudiu Manoil1-0/+11
2016-11-23soc/qbman: Fix resource leak on portal probing error pathClaudiu Manoil1-5/+12
2016-11-23soc/qman: Replace of_get_property() with portable equivalentMadalin Bucur1-6/+6
2016-09-25soc/fsl: Introduce DPAA 1.x QMan device driverClaudiu Manoil1-0/+355