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