Age | Commit message (Expand) | Author | Files | Lines |
2024-08-08 | soc: fsl: qbman: remove unused struct 'cgr_comp' | Dr. David Alan Gilbert | 1 | -5/+0 |
2024-03-13 | soc: fsl: qbman: Use raw spinlock for cgr_lock | Sean Anderson | 1 | -11/+14 |
2024-03-13 | soc: fsl: qbman: Always disable interrupts when taking cgr_lock | Sean Anderson | 1 | -5/+5 |
2022-09-05 | soc: fsl: qbman: Add CGR update function | Sean Anderson | 1 | -0/+48 |
2022-09-05 | soc: fsl: qbman: Add helper for sanity checking cgr ops | Sean Anderson | 1 | -10/+19 |
2021-04-01 | soc/fsl: qbman: fix conflicting alignment attributes | Arnd Bergmann | 1 | -1/+1 |
2020-12-17 | Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+2 |
2020-11-24 | soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq' | Lee Jones | 1 | -6/+2 |
2020-11-04 | soc/fsl/qbman: Add an argument to signal if NAPI processing is required. | Sebastian Andrzej Siewior | 1 | -6/+6 |
2020-05-23 | soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashing | YueHaibing | 1 | -5/+0 |
2019-10-31 | dpaa_eth: register a device link for the qman portal used | Madalin Bucur | 1 | -6/+0 |
2019-10-31 | soc: fsl: qbman: allow registering a device link for the portal user | Madalin Bucur | 1 | -0/+13 |
2019-08-16 | soc/fsl/qbman: Fixup qman_shutdown_fq() | Roy Pledge | 1 | -11/+42 |
2019-08-16 | soc/fsl/qbman: Disable interrupts during portal recovery | Roy Pledge | 1 | -3/+19 |
2019-08-16 | soc/fsl/qbman: Fix drain_mr_fqni() | Roy Pledge | 1 | -1/+3 |
2019-08-16 | soc/fsl/qbman: Cleanup QMan queues if device was already initialized | Roy Pledge | 1 | -2/+2 |
2019-01-19 | soc: fsl: qbman: avoid race in clearing QMan interrupt | Madalin Bucur | 1 | -4/+5 |
2018-11-23 | soc/qman: add return value to interrupt coalesce changing APIs | Madalin Bucur | 1 | -7/+26 |
2018-11-23 | soc: fsl: qbman: read ithresh from HW | Madalin Bucur | 1 | -1/+1 |
2018-10-05 | soc: fsl: qbman: add interrupt coalesce changing APIs | Madalin Bucur | 1 | -0/+31 |
2018-10-05 | soc: fsl: qbman: Use last response to determine valid bit | Roy Pledge | 1 | -2/+14 |
2018-10-05 | soc: fsl: qbman: Check if CPU is offline when initializing portals | Roy Pledge | 1 | -4/+2 |
2018-09-25 | soc: fsl: qbman: qman: avoid allocating from non existing gen_pool | Alexandre Belloni | 1 | -0/+3 |
2018-06-13 | treewide: Use array_size() in vzalloc() | Kees Cook | 1 | -1/+2 |
2018-06-13 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -1/+1 |
2018-03-14 | soc/fsl/qbman: fix issue in qman_delete_cgr_safe() | Madalin Bucur | 1 | -23/+5 |
2017-09-22 | soc/fsl/qbman: different register offsets on ARM | Madalin Bucur | 1 | -0/+38 |
2017-09-22 | soc/fsl/qbman: Rework portal mapping calls for ARM/PPC | Roy Pledge | 1 | -18/+13 |
2017-09-22 | soc/fsl/qbman: Drop set/clear_bits usage | Madalin Bucur | 1 | -4/+4 |
2017-09-22 | soc/fsl/qman: Sleep instead of stuck hacking jiffies | Karim Eshapa | 1 | -5/+1 |
2017-05-12 | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+5 |
2017-04-30 | soc/fsl/qbman: Disable IRQs for deferred QBMan work | Roy Pledge | 1 | -0/+5 |
2017-03-24 | soc/qman: export non-programmable FQD fields query | Horia Geantă | 1 | -2/+2 |
2016-11-24 | soc/qman: Handle endianness of h/w descriptors | Claudiu Manoil | 1 | -30/+35 |
2016-11-23 | soc/qman: Clean up CGR CSCN target update operations | Claudiu Manoil | 1 | -14/+23 |
2016-11-23 | soc/qman: Change remaining contextB into context_b | Claudiu Manoil | 1 | -6/+6 |
2016-11-23 | soc/qbman: Handle endianness of qm/bm_in/out() | Claudiu Manoil | 1 | -3/+3 |
2016-11-23 | soc/qman: Drop unused field from eqcr/dqrr descriptors | Claudiu Manoil | 1 | -2/+1 |
2016-11-23 | soc/qman: Fix accesses to fqid, cleanup | Claudiu Manoil | 1 | -16/+16 |
2016-11-23 | soc/qman: Remove unused struct qm_mcc* layouts | Claudiu Manoil | 1 | -40/+18 |
2016-11-23 | soc/qman: Remove redundant checks from qman_create_cgr() | Claudiu Manoil | 1 | -4/+4 |
2016-11-23 | soc/qman: test: Don't use dummy platform device for dma mapping | Claudiu Manoil | 1 | -0/+1 |
2016-11-23 | soc/qman: Don't add a new platform device for dma mapping | Claudiu Manoil | 1 | -21/+10 |
2016-11-23 | soc/qman: Fix direct access to fd's addr_lo, use proper accesor | Claudiu Manoil | 1 | -2/+2 |
2016-11-23 | soc/qman: Fix h/w resource cleanup error path handling | Claudiu Manoil | 1 | -5/+11 |
2016-11-22 | soc/fsl: fix spelling mistakes in critical error messages | Colin Ian King | 1 | -1/+1 |
2016-09-25 | soc/fsl: Introduce DPAA 1.x QMan device driver | Claudiu Manoil | 1 | -0/+2881 |