summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl
AgeCommit message (Expand)Author
2020-12-16Merge tag 'arm-soc-drivers-5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-23soc: fsl: dpio: Get the cpumask through cpumask_of(cpu)Hao Si
2020-11-23soc: fsl: handle RCPM errata A-008646 on SoC LS1021ABiwen Li
2020-11-23soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'Lee Jones
2020-11-23soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'Lee Jones
2020-11-23soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanoursLee Jones
2020-11-03soc/fsl/qbman: Add an argument to signal if NAPI processing is required.Sebastian Andrzej Siewior
2020-09-22soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clkWang Hai
2020-09-22soc: fsl: qman: convert to use be32_add_cpu()Liu Shixin
2020-09-22soc: fsl: dpio: remove set but not used 'addr_cena'Jason Yan
2020-09-22soc: fsl: qbman: Fix return value on successKrzysztof Kozlowski
2020-06-04Merge tag 'arm-drivers-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-05-28Merge tag 'soc-fsl-next-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2020-05-22soc: fsl: dpio: Remove unused inline function qbman_write_eqcr_am_rt_registerYueHaibing
2020-05-22soc: fsl: qe: clean up an indentation issueColin Ian King
2020-05-22soc: fsl: dpio: Prefer the CPU affine DPIORoy Pledge
2020-05-22soc: fsl: qbman: Remove unused inline function qm_eqcr_get_ci_stashingYueHaibing
2020-05-22soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva
2020-05-07soc: fsl: dpio: properly compute the consumer indexIoana Ciornei
2020-04-17soc: fsl: dpio: avoid stack usage warningArnd Bergmann
2020-04-17soc: fsl: dpio: fix incorrect pointer conversionsArnd Bergmann
2020-04-03Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-03-24soc: fsl: qe: fix sparse warnings for ucc_slow.cLi Yang
2020-03-24soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structureLi Yang
2020-03-24soc: fsl: qe: fix sparse warnings for qe_ic.cLi Yang
2020-03-24soc: fsl: qe: fix sparse warnings for ucc.cLi Yang
2020-03-24soc: fsl: qe: fix sparse warning for qe_common.cLi Yang
2020-03-24soc: fsl: qe: fix sparse warnings for qe.cLi Yang
2020-03-10soc: fsl: dpio: register dpio irq handlers after dpio createGrigore Popescu
2020-02-21soc: fsl: dpio: fix dereference of pointer p before null checkColin Ian King
2020-02-19soc: fsl: dpio: Replace QMAN array mode with ring mode enqueueYouri Querry
2020-02-19soc: fsl: dpio: QMAN performance improvement with function pointer indirectionYouri Querry
2020-02-19soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry
2020-01-08soc: fsl: qe: remove set but not used variable 'mm_gc'YueHaibing
2019-12-09soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINERasmus Villemoes
2019-12-09soc: fsl: qe: remove unused #include of asm/irq.h from ucc.cRasmus Villemoes
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes
2019-12-09soc: fsl: qe: drop pointless check in qe_sdma_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes
2019-12-09soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error pathRasmus Villemoes
2019-12-09soc: fsl: qe: drop broken lazy call of cpm_muram_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: make cpm_muram_free() ignore a negative offsetRasmus Villemoes
2019-12-09soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes
2019-12-09soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes
2019-12-09soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpuRasmus Villemoes
2019-12-09soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()Rasmus Villemoes
2019-12-09soc: fsl: qe: qe.c: use of_property_read_* helpersRasmus Villemoes