Age | Commit message (Expand) | Author | Files | Lines |
2018-12-19 | soc: fsl: dpio: Add BP and FQ query APIs | Roy Pledge | 3 | -0/+222 |
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-30 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 8 | -23/+87 |
2018-10-27 | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+1 |
2018-10-26 | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+2 |
2018-10-26 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+58 |
2018-10-14 | soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0) | Christophe Leroy | 1 | -1/+1 |
2018-10-05 | soc: fsl: qbman: add interrupt coalesce changing APIs | Madalin Bucur | 1 | -0/+31 |
2018-10-05 | soc: fsl: bman_portals: defer probe after bman's probe | Laurentiu Tudor | 1 | -1/+9 |
2018-10-05 | soc: fsl: qbman: Use last response to determine valid bit | Roy Pledge | 1 | -2/+14 |
2018-10-05 | soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBMan | Roy Pledge | 1 | -1/+1 |
2018-10-05 | soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlers | Madalin Bucur | 2 | -3/+7 |
2018-10-05 | soc: fsl: qbman: Check if CPU is offline when initializing portals | Roy Pledge | 3 | -8/+24 |
2018-10-05 | Merge tag 'soc-fsl-fix-v4.19-2' into HEAD | Li Yang | 5 | -1/+34 |
2018-10-04 | soc: Convert to using %pOFn instead of device_node.name | Rob Herring | 1 | -2/+2 |
2018-10-02 | soc: fsl: qman_portals: defer probe after qman's probe | Laurentiu Tudor | 1 | -0/+8 |
2018-09-27 | soc: fsl: qbman: add APIs to retrieve the probing status | Laurentiu Tudor | 2 | -0/+22 |
2018-09-25 | soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() | Zhao Qiang | 1 | -1/+1 |
2018-09-25 | soc: fsl: qbman: qman: avoid allocating from non existing gen_pool | Alexandre Belloni | 1 | -0/+3 |
2018-09-21 | soc: fsl: dpio: add back some frame queue functions | Horia Geantă | 1 | -0/+58 |
2018-08-30 | soc: fsl: dpio: remove redundant pointer 'priv' | Colin Ian King | 1 | -3/+0 |
2018-08-30 | soc: fsl/qe: Use of_get_child_by_name helper | Rob Herring | 1 | -5/+1 |
2018-07-25 | soc: fsl: cleanup Kconfig menu | Li Yang | 3 | -3/+6 |
2018-07-25 | soc: fsl: dpio: Convert DPIO documentation to .rst | Roy Pledge | 1 | -135/+0 |
2018-07-25 | staging: fsl-mc: Move DPIO from staging to drivers/soc/fsl | Roy Pledge | 11 | -0/+2759 |
2018-07-25 | soc: fsl: qe: gpio: Add qe_gpio_set_multiple | Joakim Tjernlund | 1 | -0/+28 |
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 |
2018-01-23 | soc: fsl: guts: Add a NULL check for devm_kasprintf() | Fabio Estevam | 1 | -0/+6 |
2017-12-09 | soc: fsl: support GUTS driver for ls1012a/ls1046a | yangbo lu | 1 | -0/+2 |
2017-11-17 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 14 | -116/+294 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2 | -0/+2 |
2017-09-22 | soc/fsl/qbman: Enable FSL_LAYERSCAPE config on ARM | Madalin Bucur | 1 | -1/+1 |
2017-09-22 | soc/fsl/qbman: Add missing headers on ARM | Claudiu Manoil | 1 | -0/+2 |
2017-09-22 | soc/fsl/qbman: different register offsets on ARM | Madalin Bucur | 2 | -0/+60 |
2017-09-22 | soc/fsl/qbman: add QMAN_REV32 | Madalin Bucur | 2 | -0/+3 |
2017-09-22 | soc/fsl/qbman: Rework portal mapping calls for ARM/PPC | Roy Pledge | 7 | -66/+60 |
2017-09-22 | soc/fsl/qbman: Fix ARM32 typo | Valentin Rothberg | 1 | -1/+1 |
2017-09-22 | soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check | Claudiu Manoil | 1 | -4/+0 |
2017-09-22 | soc/fsl/qbman: Drop set/clear_bits usage | Madalin Bucur | 2 | -5/+5 |
2017-09-22 | soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocations | Roy Pledge | 3 | -34/+63 |
2017-09-22 | soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocations | Roy Pledge | 1 | -0/+15 |
2017-09-22 | soc/fsl/qbman: Add common routine for QBMan private allocations | Roy Pledge | 3 | -1/+83 |
2017-09-22 | soc/fsl/guts: Add compatible string for LS1088 | ashish kumar | 1 | -0/+1 |
2017-09-22 | soc/fsl/qman: Sleep instead of stuck hacking jiffies | Karim Eshapa | 1 | -5/+1 |
2017-08-16 | soc: Convert to using %pOF instead of full_name | Rob Herring | 5 | -25/+20 |
2017-05-12 | Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 3 | -5/+27 |
2017-05-10 | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+1 |