summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: qe: fix static checker warningMaxim Kochetkov2021-08-131-6/+5
* soc: fsl: qe: convert QE interrupt controller to platform_deviceMaxim Kochetkov2021-08-061-31/+44
* Merge tag 'iommu-updates-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-011-52/+3
|\
| *-. Merge branches 'iommu/fixes', 'arm/mediatek', 'arm/smmu', 'arm/exynos', 'unis...Joerg Roedel2021-04-161-52/+3
| |\ \
| | | * iommu/fsl_pamu: enable the liodn when attaching a deviceChristoph Hellwig2021-04-071-11/+0
| | | * iommu/fsl_pamu: replace DOMAIN_ATTR_FSL_PAMU_STASH with a direct callChristoph Hellwig2021-04-071-15/+3
| | | * iommu/fsl_pamu: remove ->domain_window_enableChristoph Hellwig2021-04-071-7/+0
| | | * iommu/fsl_pamu: remove support for multiple windowsChristoph Hellwig2021-04-071-7/+0
| | | * iommu/fsl_pamu: remove support for setting DOMAIN_ATTR_GEOMETRYChristoph Hellwig2021-04-071-12/+0
| | |/
* | | Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-2612-105/+125
|\ \ \ | |/ / |/| |
| * | soc: fsl: enable acpi support in RCPM driverPeng Ma2021-04-081-2/+22
| * | soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*Christophe Leroy2021-04-066-97/+97
| * | soc: fsl: guts: remove unneeded semicolonYang Li2021-04-061-1/+1
| * | soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun2021-04-061-2/+1
| * | soc: fsl: qbman: Delete useless kfree codeZheng Yongjun2021-04-061-1/+0
| * | soc: fsl: qbman: Ensure device cleanup is run for kexecRoy Pledge2021-04-062-2/+4
| |/
* / soc/fsl: qbman: fix conflicting alignment attributesArnd Bergmann2021-04-011-1/+1
|/
* soc: fsl: qe: add cpm_muram_free_addr() helperRasmus Villemoes2021-01-211-0/+12
* soc: fsl: qe: store muram_vbase as a void pointer instead of u8Rasmus Villemoes2021-01-211-3/+3
* soc: fsl: qe: make cpm_muram_offset take a const void* argumentRasmus Villemoes2021-01-211-1/+1
* Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-12-164-13/+50
|\
| * soc: fsl: handle RCPM errata A-008646 on SoC LS1021ABiwen Li2020-11-231-1/+34
| * soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'Lee Jones2020-11-231-6/+2
| * soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'Lee Jones2020-11-231-1/+1
| * soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanoursLee Jones2020-11-231-5/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-271-4/+1
|\ \
| * | soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)Hao Si2020-11-231-4/+1
| |/
* / soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior2020-11-033-10/+14
|/
* soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clkWang Hai2020-09-221-1/+1
* soc: fsl: qman: convert to use be32_add_cpu()Liu Shixin2020-09-221-1/+1
* soc: fsl: dpio: remove set but not used 'addr_cena'Jason Yan2020-09-221-2/+0
* soc: fsl: qbman: Fix return value on successKrzysztof Kozlowski2020-09-221-1/+1
* Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-045-21/+8
|\
| * Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2020-05-285-21/+8
| |\
| | * soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_registerYueHaibing2020-05-221-12/+0
| | * soc: fsl: qe: clean up an indentation issueColin Ian King2020-05-221-1/+1
| | * soc: fsl: dpio: Prefer the CPU affine DPIORoy Pledge2020-05-221-1/+5
| | * soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashingYueHaibing2020-05-221-5/+0
| | * soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-221-2/+2
* | | 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-038-116/+921
|\
| * soc: fsl: qe: fix sparse warnings for ucc_slow.cLi Yang2020-03-241-13/+13
| * soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structureLi Yang2020-03-241-7/+0
| * soc: fsl: qe: fix sparse warnings for qe_ic.cLi Yang2020-03-241-1/+1
| * soc: fsl: qe: fix sparse warnings for ucc.cLi Yang2020-03-241-1/+1
| * soc: fsl: qe: fix sparse warning for qe_common.cLi Yang2020-03-241-1/+1
| * soc: fsl: qe: fix sparse warnings for qe.cLi Yang2020-03-241-2/+2
| * soc: fsl: dpio: fix dereference of pointer p before null checkColin Ian King2020-02-211-2/+3