summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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: qe: remove set but not used variable 'mm_gc'YueHaibing2020-01-081-2/+0
* soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINERasmus Villemoes2019-12-091-1/+2
* soc: fsl: qe: remove unused #include of asm/irq.h from ucc.cRasmus Villemoes2019-12-091-1/+0
* soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes2019-12-091-9/+6
* soc: fsl: qe: drop pointless check in qe_sdma_init()Rasmus Villemoes2019-12-091-3/+0
* soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()Rasmus Villemoes2019-12-091-3/+3
* soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes2019-12-091-13/+9
* soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error pathRasmus Villemoes2019-12-091-9/+7
* soc: fsl: qe: drop broken lazy call of cpm_muram_init()Rasmus Villemoes2019-12-091-3/+0
* soc: fsl: qe: make cpm_muram_free() ignore a negative offsetRasmus Villemoes2019-12-091-0/+3
* soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes2019-12-091-2/+1
* soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes2019-12-091-13/+16
* soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()Rasmus Villemoes2019-12-091-4/+3