summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/dpio
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: dpio: fix kcalloc() argument orderArnd Bergmann2024-03-131-1/+1
* bus: fsl-mc: Make remove function return voidUwe Kleine-König2023-05-301-3/+1
* soc: fsl: dpio: Suppress duplicated error reporting on device removeUwe Kleine-König2023-05-301-5/+1
* soc: fsl: dpio: Remove linux/msi.h includeThomas Gleixner2022-11-231-1/+0
* soc: fsl: dpio: read the consumer index from the cache inhibited areaIoana Ciornei2022-02-091-4/+4
* bus: fsl-mc: fsl-mc-allocator: Rework MSI handlingThomas Gleixner2021-12-161-4/+4
* Merge tag 'arm-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2021-11-102-7/+4
|\
| * soc: fsl: dpio: use the combined functions to protect critical zoneMeng Li2021-10-191-6/+3
| * soc: fsl: dpio: replace smp_processor_id with raw_smp_processor_idMeng Li2021-10-191-1/+1
* | Merge tag 'drivers-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-11-032-5/+5
|\ \
| * | soc: fsl: dpio: rename the enqueue descriptor variableYouri Querry2021-10-211-4/+4
| * | soc: fsl: dpio: use an explicit NULL instead of 0Ioana Ciornei2021-10-211-1/+1
| |/
* | soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()Tim Gardner2021-10-201-6/+5
* | soc: fsl: dpio: add Net DIM integrationIoana Ciornei2021-10-152-0/+80
* | soc: fsl: dpio: add support for irq coalescing per software portalIoana Ciornei2021-10-153-0/+107
* | soc: fsl: dpio: extract the QBMAN clock frequency from the attributesIoana Ciornei2021-10-156-0/+9
|/
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-161-5/+13
|\
| * soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanoursLee Jones2020-11-231-5/+13
* | soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)Hao Si2020-11-231-4/+1
|/
* soc: fsl: dpio: remove set but not used 'addr_cena'Jason Yan2020-09-221-2/+0
* Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-042-13/+5
|\
| * Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2020-05-282-13/+5
| |\
| | * soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_registerYueHaibing2020-05-221-12/+0
| | * soc: fsl: dpio: Prefer the CPU affine DPIORoy Pledge2020-05-221-1/+5
* | | soc: fsl: dpio: properly compute the consumer indexIoana Ciornei2020-05-071-0/+1
|/ /
* | soc: fsl: dpio: avoid stack usage warningArnd Bergmann2020-04-171-5/+14
* | soc: fsl: dpio: fix incorrect pointer conversionsArnd Bergmann2020-04-171-4/+2
|/
* Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-033-91/+903
|\
| * soc: fsl: dpio: fix dereference of pointer p before null checkColin Ian King2020-02-211-2/+3
| * soc: fsl: dpio: Replace QMAN array mode with ring mode enqueueYouri Querry2020-02-192-95/+328
| * soc: fsl: dpio: QMAN performance improvement with function pointer indirectionYouri Querry2020-02-192-73/+507
| * soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry2020-02-193-16/+160
* | soc: fsl: dpio: register dpio irq handlers after dpio createGrigore Popescu2020-03-101-4/+4
|/
* soc: fsl: dpio: remove explicit device_link_removeIoana Ciornei2019-08-151-2/+0
* soc: fsl: dpio: Add support for memory backed QBMan portalsRoy Pledge2019-05-203-32/+144
* soc: fsl: dpio: Increase timeout for QBMan Management CommandsYouri Querry2019-05-201-2/+2
* soc: fsl: dpio: configure cache stashing destinationIoana Ciornei2019-02-264-0/+78
* soc: fsl: dpio: enable frame data cache stashing per software portalIoana Ciornei2019-02-261-2/+2
* soc: fsl: dpio: fix memory leak of a struct qbman on error exit pathColin Ian King2019-02-191-0/+1
* soc: fsl: dpio: Use after free in dpaa2_dpio_remove()Dan Carpenter2019-02-041-1/+1
* soc: fsl: dpio: Change bpid type to u16Ioana Ciocoi Radulescu2019-01-111-2/+2
* soc: fsl: dpio: Add prefetch instructionIoana Ciocoi Radulescu2019-01-111-0/+1
* soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-2/+14
* soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei2019-01-112-2/+7
* soc: fsl: dpio: keep a per dpio device MC portalIoana Ciornei2019-01-111-8/+1
* soc: fsl: dpio: perform DPIO Reset on ProbeRoy Pledge2019-01-114-0/+35
* soc: fsl: dpio: use a cpumask to identify which cpus are unusedIoana Ciornei2019-01-082-9/+29
* soc: fsl: dpio: cleanup the cpu array on dpaa2_io_downIoana Ciornei2019-01-081-0/+5
* soc: fsl: dpio: Add BP and FQ query APIsRoy Pledge2018-12-193-0/+222
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-291-3/+0
|\