- 5c4a599 soc: fsl: dpio: avoid stack usage warning by Arnd Bergmann · 4 years, 9 months ago
- 0666e3c soc: fsl: dpio: fix incorrect pointer conversions by Arnd Bergmann · 4 years, 9 months ago
- d18292d Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 4 years, 9 months ago
- 461c3ac soc: fsl: qe: fix sparse warnings for ucc_slow.c by Li Yang · 4 years, 10 months ago
- ae1f686 soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structure by Li Yang · 4 years, 9 months ago
- 45e044c soc: fsl: qe: fix sparse warnings for qe_ic.c by Li Yang · 4 years, 10 months ago
- de66e4d soc: fsl: qe: fix sparse warnings for ucc.c by Li Yang · 4 years, 10 months ago
- 41ed69b soc: fsl: qe: fix sparse warning for qe_common.c by Li Yang · 4 years, 10 months ago
- 2880143 soc: fsl: qe: fix sparse warnings for qe.c by Li Yang · 4 years, 10 months ago
- fe8fe77 soc: fsl: dpio: register dpio irq handlers after dpio create by Grigore Popescu · 4 years, 10 months ago
- 6a7f10c soc: fsl: dpio: fix dereference of pointer p before null check by Colin Ian King · 4 years, 10 months ago
- 3b2abda soc: fsl: dpio: Replace QMAN array mode with ring mode enqueue by Youri Querry · 5 years ago
- b46fe74 soc: fsl: dpio: QMAN performance improvement with function pointer indirection by Youri Querry · 5 years ago
- 9d98809 soc: fsl: dpio: Adding QMAN multiple enqueue interface by Youri Querry · 5 years ago
- 6e62bd3 soc: fsl: qe: remove set but not used variable 'mm_gc' by YueHaibing · 5 years ago
- 5a35435 soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE by Rasmus Villemoes · 5 years ago
- 8d70df8 soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c by Rasmus Villemoes · 5 years ago
- c93c159 soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c by Rasmus Villemoes · 5 years ago
- 71352b8 soc: fsl: qe: drop pointless check in qe_sdma_init() by Rasmus Villemoes · 5 years ago
- 4c3e565 soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init() by Rasmus Villemoes · 5 years ago
- 611780a soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c by Rasmus Villemoes · 5 years ago
- ec2058a soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path by Rasmus Villemoes · 5 years ago
- b6231ea soc: fsl: qe: drop broken lazy call of cpm_muram_init() by Rasmus Villemoes · 5 years ago
- 900470c soc: fsl: qe: make cpm_muram_free() ignore a negative offset by Rasmus Villemoes · 5 years ago
- 754f40e soc: fsl: qe: make cpm_muram_free() return void by Rasmus Villemoes · 5 years ago
- 800cd6f soc: fsl: qe: change return type of cpm_muram_alloc() to s32 by Rasmus Villemoes · 5 years ago
- b3f4ff6 soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init() by Rasmus Villemoes · 5 years ago
- 6aef512 soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu by Rasmus Villemoes · 5 years ago
- abc6311 soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle() by Rasmus Villemoes · 5 years ago
- 123ee6e soc: fsl: qe: qe.c: use of_property_read_* helpers by Rasmus Villemoes · 5 years ago
- 9dab15b soc: fsl: qe: merge qe_ic.h headers into qe_ic.c by Rasmus Villemoes · 5 years ago
- 882c626 soc: fsl: qe: simplify qe_ic_init() by Rasmus Villemoes · 5 years ago
- 5bd2022 soc: fsl: qe: make qe_ic_get_{low,high}_irq static by Rasmus Villemoes · 5 years ago
- 10d7930 soc: fsl: qe: don't use NO_IRQ in qe_ic.c by Rasmus Villemoes · 5 years ago
- d7c2878 soc: fsl: qe: remove unused qe_ic_set_* functions by Rasmus Villemoes · 5 years ago
- 523eef1 soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low by Rasmus Villemoes · 5 years ago
- a36742d soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c by Rasmus Villemoes · 5 years ago
- 4e0e161 soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/ by Rasmus Villemoes · 5 years ago
- ea275d1 soc: fsl: qe: remove pointless sysfs registration in qe_ic.c by Rasmus Villemoes · 5 years ago
- 003204b soc: fsl: qe: drop assign-only high_active in qe_ic_init by Rasmus Villemoes · 5 years ago
- 4322392 soc: fsl: qe: drop unneeded #includes by Rasmus Villemoes · 5 years ago
- df049d1 soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32 by Rasmus Villemoes · 5 years ago
- 5809968 soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic by Rasmus Villemoes · 5 years ago
- 77d7676a soc: fsl: qe: avoid ppc-specific io accessors by Rasmus Villemoes · 5 years ago
- d9d95bc soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers by Rasmus Villemoes · 5 years ago
- cf037a9 soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs by Rasmus Villemoes · 5 years ago
- 1972194 soc: fsl: qe: remove space-before-tab by Rasmus Villemoes · 5 years ago
- ec939e4 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
- 3b8db03 soc: fsl: add RCPM driver by Ran Wang · 5 years ago
- e06eea5 dpaa_eth: register a device link for the qman portal used by Madalin Bucur · 5 years ago
- a2d00f3 soc: fsl: qbman: allow registering a device link for the portal user by Madalin Bucur · 5 years ago
- 399eb9b Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
- c49a3a9 soc: fsl: dpio: remove explicit device_link_remove by Ioana Ciornei · 5 years ago
- 80f9761 soc: fsl: guts: Add definition for LS1028A by Yinbo Zhu · 5 years ago
- 6ea4c0f soc/fsl/qbman: Update device tree with reserved memory by Roy Pledge · 5 years ago
- e844168a soc/fsl/qbman: Fixup qman_shutdown_fq() by Roy Pledge · 5 years ago
- ea2b848 soc/fsl/qbman: Disable interrupts during portal recovery by Roy Pledge · 5 years ago
- 627da8b soc/fsl/qbman: Fix drain_mr_fqni() by Roy Pledge · 5 years ago
- c5501aa soc/fsl/qbman: Cleanup QMan queues if device was already initialized by Roy Pledge · 5 years ago
- 0505d00 soc/fsl/qbman: Cleanup buffer pools if BMan was initialized prior to bootup by Roy Pledge · 5 years ago
- 9777707 soc/fsl/qbman: Rework QBMan private memory setup by Roy Pledge · 5 years ago
- 031bca0 soc: fsl: qbman: Remove dev_err() usage after platform_get_irq() by Stephen Boyd · 5 years ago
- 48ffc3d Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental into mauro by Jonathan Corbet · 5 years ago
- deb0df1 Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Olof Johansson · 5 years ago
- 4d2e26a docs: powerpc: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
- 1126037 Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Olof Johansson · 6 years ago
- 2156006 soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_init by Rasmus Villemoes · 6 years ago
- 5cfca89 soc: fsl: qe: support fsl,qe-snums property by Rasmus Villemoes · 6 years ago
- d7fc596 soc: fsl: qe: introduce qe_get_device_node helper by Rasmus Villemoes · 6 years ago
- 875f2aa soc: fsl: qe: reduce static memory footprint by 1.7K by Rasmus Villemoes · 6 years ago
- f03de74 soc: fsl: qe: drop useless static qualifier by Rasmus Villemoes · 6 years ago
- 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
- 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
- 5677eab soc: fsl: fix spelling mistake "Firmaware" -> "Firmware" by Colin Ian King · 6 years ago
- ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
- 5d1d046 soc: fsl: qbman_portals: add APIs to retrieve the probing status by Laurentiu Tudor · 6 years ago
- d9ebd99 soc: fsl: qman: fixup liodns only on ppc targets by Laurentiu Tudor · 6 years ago
- 5842efa soc: fsl: dpio: Add support for memory backed QBMan portals by Roy Pledge · 6 years ago
- d31beda soc: fsl: dpio: Increase timeout for QBMan Management Commands by Youri Querry · 6 years ago
- c93349d soc: fsl: add DPAA2 console support by Ioana Ciornei · 6 years ago
- b2b1a05 soc: fsl: guts: Add definition for LX2160A by Vabhav Sharma · 6 years ago
- 5674a92 soc/fsl/qe: Fix an error code in qe_pin_request() by Dan Carpenter · 6 years ago
- 384d11f Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 6 years ago
- 63bdf42 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
- 8ceb820 Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Arnd Bergmann · 6 years ago
- 51da14e soc: fsl: dpio: configure cache stashing destination by Ioana Ciornei · 6 years ago
- 390bf02 soc: fsl: dpio: enable frame data cache stashing per software portal by Ioana Ciornei · 6 years ago
- ae23a0f soc: fsl: guts: make fsl_guts_get_svr() static by Horia Geantă · 6 years ago
- 3b96fe6 Merge tag 'soc-fsl-next-v5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Arnd Bergmann · 6 years ago
- bd3bd3b soc: fsl: dpio: fix memory leak of a struct qbman on error exit path by Colin Ian King · 6 years ago
- c195906 soc: fsl: dpio: Use after free in dpaa2_dpio_remove() by Dan Carpenter · 6 years ago
- 57f87c7 Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Arnd Bergmann · 6 years ago
- e22dc7b Merge tag 'soc-fsl-fix-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/fixes by Arnd Bergmann · 6 years ago
- 89857a8 soc: fsl: qbman: avoid race in clearing QMan interrupt by Madalin Bucur · 6 years ago
- e874644 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
- 3c0d64e soc: fsl: guts: reuse machine name from device tree by Li Yang · 6 years ago
- 8a533a7 soc: fsl: dpio: Change bpid type to u16 by Ioana Ciocoi Radulescu · 6 years ago
- 47441f7 soc: fsl: dpio: add a device_link at dpaa2_io_service_register by Ioana Ciornei · 6 years ago
- f1e250b soc: fsl: dpio: Add prefetch instruction by Ioana Ciocoi Radulescu · 6 years ago
- cf9ff75 soc: fsl: dpio: store a backpointer to the device backing the dpaa2_io by Ioana Ciornei · 6 years ago