summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl
AgeCommit message (Expand)AuthorLines
2019-09-16Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-168/+329
2019-08-15soc: fsl: dpio: remove explicit device_link_removeIoana Ciornei-2/+0
2019-08-15soc: fsl: guts: Add definition for LS1028AYinbo Zhu-0/+6
2019-08-15soc/fsl/qbman: Update device tree with reserved memoryRoy Pledge-24/+36
2019-08-15soc/fsl/qbman: Fixup qman_shutdown_fq()Roy Pledge-11/+42
2019-08-15soc/fsl/qbman: Disable interrupts during portal recoveryRoy Pledge-3/+21
2019-08-15soc/fsl/qbman: Fix drain_mr_fqni()Roy Pledge-1/+3
2019-08-15soc/fsl/qbman: Cleanup QMan queues if device was already initializedRoy Pledge-4/+38
2019-08-15soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootupRoy Pledge-9/+41
2019-08-15soc/fsl/qbman: Rework QBMan private memory setupRoy Pledge-11/+76
2019-08-15soc: fsl: qbman: Remove dev_err() usage after platform_get_irq()Stephen Boyd-6/+2
2019-07-22Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet-1/+1
2019-07-21Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson-99/+66
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab-1/+1
2019-06-17Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson-44/+534
2019-06-05soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_initRasmus Villemoes-30/+16
2019-06-05soc: fsl: qe: support fsl,qe-snums propertyRasmus Villemoes-2/+14
2019-06-05soc: fsl: qe: introduce qe_get_device_node helperRasmus Villemoes-42/+29
2019-06-05soc: fsl: qe: reduce static memory footprint by 1.7KRasmus Villemoes-30/+12
2019-06-05soc: fsl: qe: drop useless static qualifierRasmus Villemoes-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-4/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-55/+11
2019-05-29soc: fsl: fix spelling mistake "Firmaware" -> "Firmware"Colin Ian King-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+4
2019-05-20soc: fsl: qbman_portals: add APIs to retrieve the probing statusLaurentiu Tudor-8/+33
2019-05-20soc: fsl: qman: fixup liodns only on ppc targetsLaurentiu Tudor-2/+9
2019-05-20soc: fsl: dpio: Add support for memory backed QBMan portalsRoy Pledge-32/+144
2019-05-20soc: fsl: dpio: Increase timeout for QBMan Management CommandsYouri Querry-2/+2
2019-05-20soc: fsl: add DPAA2 console supportIoana Ciornei-0/+340
2019-05-20soc: fsl: guts: Add definition for LX2160AVabhav Sharma-0/+6
2019-04-02soc/fsl/qe: Fix an error code in qe_pin_request()Dan Carpenter-1/+3
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-10/+91
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-20/+90
2019-03-01Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-4/+82
2019-02-26soc: fsl: dpio: configure cache stashing destinationIoana Ciornei-0/+79
2019-02-26soc: fsl: dpio: enable frame data cache stashing per software portalIoana Ciornei-2/+2
2019-02-26soc: fsl: guts: make fsl_guts_get_svr() staticHoria Geantă-2/+1
2019-02-20Merge tag 'soc-fsl-next-v5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-1/+2
2019-02-19soc: fsl: dpio: fix memory leak of a struct qbman on error exit pathColin Ian King-0/+1
2019-02-04soc: fsl: dpio: Use after free in dpaa2_dpio_remove()Dan Carpenter-1/+1
2019-01-30Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-25/+97
2019-01-30Merge tag 'soc-fsl-fix-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-4/+5
2019-01-18soc: fsl: qbman: avoid race in clearing QMan interruptMadalin Bucur-4/+5
2019-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-55/+0
2019-01-11soc: fsl: guts: reuse machine name from device treeLi Yang-3/+4
2019-01-11soc: fsl: dpio: Change bpid type to u16Ioana Ciocoi Radulescu-2/+2
2019-01-11soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei-2/+14
2019-01-11soc: fsl: dpio: Add prefetch instructionIoana Ciocoi Radulescu-0/+1
2019-01-11soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei-2/+7
2019-01-11soc: fsl: dpio: keep a per dpio device MC portalIoana Ciornei-8/+1