summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl
Commit message (Expand)AuthorAgeFilesLines
* soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry2020-02-193-16/+160
* 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
* soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpuRasmus Villemoes2019-12-091-4/+10
* soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()Rasmus Villemoes2019-12-091-5/+2
* soc: fsl: qe: qe.c: use of_property_read_* helpersRasmus Villemoes2019-12-091-25/+8
* soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes2019-12-092-101/+50
* soc: fsl: qe: simplify qe_ic_init()Rasmus Villemoes2019-12-091-23/+4
* soc: fsl: qe: make qe_ic_get_{low,high}_irq staticRasmus Villemoes2019-12-091-2/+2
* soc: fsl: qe: don't use NO_IRQ in qe_ic.cRasmus Villemoes2019-12-091-11/+10
* soc: fsl: qe: remove unused qe_ic_set_* functionsRasmus Villemoes2019-12-091-94/+0
* soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_lowRasmus Villemoes2019-12-091-4/+4
* soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.cRasmus Villemoes2019-12-091-0/+42
* soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes2019-12-091-3/+26
* soc: fsl: qe: remove pointless sysfs registration in qe_ic.cRasmus Villemoes2019-12-091-31/+0
* soc: fsl: qe: drop assign-only high_active in qe_ic_initRasmus Villemoes2019-12-091-4/+2
* soc: fsl: qe: drop unneeded #includesRasmus Villemoes2019-12-092-7/+0
* soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32Rasmus Villemoes2019-12-091-1/+9
* soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomicRasmus Villemoes2019-12-091-6/+7
* soc: fsl: qe: avoid ppc-specific io accessorsRasmus Villemoes2019-12-099-123/+129
* soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes2019-12-091-5/+5
* soc: fsl: qe: drop volatile qualifier of struct qe_ic::regsRasmus Villemoes2019-12-092-3/+3
* soc: fsl: qe: remove space-before-tabRasmus Villemoes2019-12-091-2/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-12-053-0/+162
|\
| * soc: fsl: add RCPM driverRan Wang2019-11-123-0/+162
* | dpaa_eth: register a device link for the qman portal usedMadalin Bucur2019-10-311-6/+0
* | soc: fsl: qbman: allow registering a device link for the portal userMadalin Bucur2019-10-311-0/+13
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-1613-168/+329
|\
| * soc: fsl: dpio: remove explicit device_link_removeIoana Ciornei2019-08-151-2/+0
| * soc: fsl: guts: Add definition for LS1028AYinbo Zhu2019-08-151-0/+6
| * soc/fsl/qbman: Update device tree with reserved memoryRoy Pledge2019-08-151-24/+36
| * soc/fsl/qbman: Fixup qman_shutdown_fq()Roy Pledge2019-08-151-11/+42
| * soc/fsl/qbman: Disable interrupts during portal recoveryRoy Pledge2019-08-153-3/+21
| * soc/fsl/qbman: Fix drain_mr_fqni()Roy Pledge2019-08-151-1/+3
| * soc/fsl/qbman: Cleanup QMan queues if device was already initializedRoy Pledge2019-08-154-4/+38
| * soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootupRoy Pledge2019-08-154-9/+41
| * soc/fsl/qbman: Rework QBMan private memory setupRoy Pledge2019-08-153-11/+76
| * soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()Stephen Boyd2019-08-152-6/+2
| * Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2019-07-212-99/+66
| |\