summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: dpio: Add BP and FQ query APIsRoy Pledge2018-12-193-0/+222
* soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur2018-11-231-7/+26
* soc: fsl: qbman: read ithresh from HWMadalin Bucur2018-11-231-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-298-23/+87
|\
| * soc: fsl: qbman: add interrupt coalesce changing APIsMadalin Bucur2018-10-051-0/+31
| * soc: fsl: bman_portals: defer probe after bman's probeLaurentiu Tudor2018-10-051-1/+9
| * soc: fsl: qbman: Use last response to determine valid bitRoy Pledge2018-10-051-2/+14
| * soc: fsl: qbman: Add 64 bit DMA addressing requirement to QBManRoy Pledge2018-10-051-1/+1
| * soc: fsl: qbman: replace CPU 0 with any online CPU in hotplug handlersMadalin Bucur2018-10-052-3/+7
| * soc: fsl: qbman: Check if CPU is offline when initializing portalsRoy Pledge2018-10-053-8/+24
| * Merge tag 'soc-fsl-fix-v4.19-2' into HEADLi Yang2018-10-055-1/+34
| |\
| * | soc: fsl: dpio: remove redundant pointer 'priv'Colin Ian King2018-08-301-3/+0
| * | soc: fsl/qe: Use of_get_child_by_name helperRob Herring2018-08-301-5/+1
* | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-261-1/+1
|\ \ \
| * | | soc/fsl/qbman: use ioremap_cache() instead of ioremap_prot(0)Christophe Leroy2018-10-141-1/+1
| |/ /
* | | Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-261-2/+2
|\ \ \
| * | | soc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-041-2/+2
| |/ /
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-10-251-0/+58
|\ \ \ | |_|/ |/| |
| * | soc: fsl: dpio: add back some frame queue functionsHoria Geantă2018-09-211-0/+58
| |/
* | soc: fsl: qman_portals: defer probe after qman's probeLaurentiu Tudor2018-10-011-0/+8
* | soc: fsl: qbman: add APIs to retrieve the probing statusLaurentiu Tudor2018-09-272-0/+22
* | soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()Zhao Qiang2018-09-251-1/+1
* | soc: fsl: qbman: qman: avoid allocating from non existing gen_poolAlexandre Belloni2018-09-251-0/+3
|/
* soc: fsl: cleanup Kconfig menuLi Yang2018-07-243-3/+6
* soc: fsl: dpio: Convert DPIO documentation to .rstRoy Pledge2018-07-241-135/+0
* staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge2018-07-2411-0/+2759
* soc: fsl: qe: gpio: Add qe_gpio_set_multipleJoakim Tjernlund2018-07-241-0/+28
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur2018-03-141-23/+5
* soc: fsl: guts: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-221-0/+6
* soc: fsl: support GUTS driver for ls1012a/ls1046ayangbo lu2017-12-081-0/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-11-1614-116/+294
|\
| * soc/fsl/qbman: Enable FSL_LAYERSCAPE config on ARMMadalin Bucur2017-09-221-1/+1
| * soc/fsl/qbman: Add missing headers on ARMClaudiu Manoil2017-09-221-0/+2
| * soc/fsl/qbman: different register offsets on ARMMadalin Bucur2017-09-222-0/+60
| * soc/fsl/qbman: add QMAN_REV32Madalin Bucur2017-09-222-0/+3
| * soc/fsl/qbman: Rework portal mapping calls for ARM/PPCRoy Pledge2017-09-227-66/+60
| * soc/fsl/qbman: Fix ARM32 typoValentin Rothberg2017-09-221-1/+1
| * soc/fsl/qbman: Drop L1_CACHE_BYTES compile time checkClaudiu Manoil2017-09-221-4/+0
| * soc/fsl/qbman: Drop set/clear_bits usageMadalin Bucur2017-09-222-5/+5
| * soc/fsl/qbman: Use shared-dma-pool for QMan private memory allocationsRoy Pledge2017-09-223-34/+63
| * soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocationsRoy Pledge2017-09-221-0/+15
| * soc/fsl/qbman: Add common routine for QBMan private allocationsRoy Pledge2017-09-223-1/+83
| * soc/fsl/guts: Add compatible string for LS1088ashish kumar2017-09-221-0/+1
| * soc/fsl/qman: Sleep instead of stuck hacking jiffiesKarim Eshapa2017-09-221-5/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
|/
* soc: Convert to using %pOF instead of full_nameRob Herring2017-08-165-25/+20
* Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-05-123-5/+27
|\
| * soc/fsl/qbman: Disable IRQs for deferred QBMan workRoy Pledge2017-04-301-0/+5