summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl
AgeCommit message (Expand)Author
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
2019-12-09soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes
2019-12-09soc: fsl: qe: simplify qe_ic_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: make qe_ic_get_{low,high}_irq staticRasmus Villemoes
2019-12-09soc: fsl: qe: don't use NO_IRQ in qe_ic.cRasmus Villemoes
2019-12-09soc: fsl: qe: remove unused qe_ic_set_* functionsRasmus Villemoes
2019-12-09soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_lowRasmus Villemoes
2019-12-09soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.cRasmus Villemoes
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes
2019-12-09soc: fsl: qe: remove pointless sysfs registration in qe_ic.cRasmus Villemoes
2019-12-09soc: fsl: qe: drop assign-only high_active in qe_ic_initRasmus Villemoes
2019-12-09soc: fsl: qe: drop unneeded #includesRasmus Villemoes
2019-12-09soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32Rasmus Villemoes
2019-12-09soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomicRasmus Villemoes
2019-12-09soc: fsl: qe: avoid ppc-specific io accessorsRasmus Villemoes
2019-12-09soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes
2019-12-09soc: fsl: qe: drop volatile qualifier of struct qe_ic::regsRasmus Villemoes
2019-12-09soc: fsl: qe: remove space-before-tabRasmus Villemoes
2019-12-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-11-12soc: fsl: add RCPM driverRan Wang
2019-10-31dpaa_eth: register a device link for the qman portal usedMadalin Bucur
2019-10-31soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds