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