aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/dpio/qbman-portal.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-09soc: fsl: dpio: read the consumer index from the cache inhibited areaIoana Ciornei1-4/+4
2021-11-10Merge tag 'arm-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-6/+3
2021-11-03Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-4/+4
2021-10-21soc: fsl: dpio: rename the enqueue descriptor variableYouri Querry1-4/+4
2021-10-20soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Tim Gardner1-6/+5
2021-10-19soc: fsl: dpio: use the combined functions to protect critical zoneMeng Li1-6/+3
2021-10-15soc: fsl: dpio: add support for irq coalescing per software portalIoana Ciornei1-0/+59
2020-11-23soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanoursLee Jones1-5/+13
2020-09-22soc: fsl: dpio: remove set but not used 'addr_cena'Jason Yan1-2/+0
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-12/+0
2020-05-28Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/driversArnd Bergmann1-12/+0
2020-05-22soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_registerYueHaibing1-12/+0
2020-05-07soc: fsl: dpio: properly compute the consumer indexIoana Ciornei1-0/+1
2020-04-17soc: fsl: dpio: fix incorrect pointer conversionsArnd Bergmann1-4/+2
2020-02-21soc: fsl: dpio: fix dereference of pointer p before null checkColin Ian King1-2/+3
2020-02-19soc: fsl: dpio: Replace QMAN array mode with ring mode enqueueYouri Querry1-95/+315
2020-02-19soc: fsl: dpio: QMAN performance improvement with function pointer indirectionYouri Querry1-62/+389
2020-02-19soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry1-13/+70
2019-05-20soc: fsl: dpio: Add support for memory backed QBMan portalsRoy Pledge1-25/+123
2019-02-26soc: fsl: dpio: enable frame data cache stashing per software portalIoana Ciornei1-2/+2
2019-02-19soc: fsl: dpio: fix memory leak of a struct qbman on error exit pathColin Ian King1-0/+1
2018-12-19soc: fsl: dpio: Add BP and FQ query APIsRoy Pledge1-0/+96
2018-07-24staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge1-0/+1005