1. 526a637 fix(scmi): make msg_header variable volatile by sah01 · Wed Dec 08 06:29:59 2021 +0000
  2. ddb0b94 fix(gicv3): fix iroute value wrong issue by Ming Huang · Wed Oct 27 11:41:04 2021 +0800
  3. 31cf318 fix(drivers/gic600ae_fmu): fix timeout calculation by anzhou · Thu Nov 18 19:18:13 2021 +0800
  4. b8da1c6 feat(gicv3): introduce GIC component identification by Andre Przywara · Tue Aug 24 10:03:57 2021 +0100
  5. 582973d Merge "fix: remove "experimental" tag for stable features" into integration by Sandrine Bailleux · Wed Oct 27 13:30:00 2021 +0200
  6. 34a305e fix: remove "experimental" tag for stable features by Manish Pandey · Thu Oct 21 21:53:49 2021 +0100
  7. 42c5cd2 fix(scmi): mention "SCMI" in driver initialisation message by Andre Przywara · Thu Oct 14 10:36:46 2021 +0100
  8. 5205df2 feat(drivers/arm/ethosn)!: multi-device support by Laurent Carlier · Thu Sep 16 15:10:35 2021 +0100
  9. 5fc61a6 fix(drivers/tzc400): never disable filter 0 by Stas Sergeev · Thu Apr 29 22:32:10 2021 +0300
  10. 46dff79 Merge changes from topic "gic-700-auto" into integration by André Przywara · Fri Sep 10 17:17:46 2021 +0200
  11. a56367b Merge "feat(tzc400): update filters by region" into integration by Mark Dykes · Thu Sep 09 17:49:06 2021 +0200
  12. 7bd2336 feat(tzc400): update filters by region by Lionel Debieve · Sun Sep 27 20:48:30 2020 +0200
  13. eea6dc1 feat(gic600ae): introduce support for Fault Management Unit by Varun Wadekar · Tue May 04 16:14:09 2021 -0700
  14. f70f4b9 feat(gicv3): detect GICv4 feature at runtime by Andre Przywara · Tue May 18 15:51:06 2021 +0100
  15. 9e1dc68 feat(gicv3): multichip: detect GIC-700 at runtime by Andre Przywara · Tue May 18 15:46:58 2021 +0100
  16. daf89a7 refactor(gic): move GIC IIDR numbers by Andre Przywara · Tue Aug 24 10:02:52 2021 +0100
  17. b6c24ce refactor(gicv3): rename GIC Clayton to GIC-700 by Andre Przywara · Tue Jul 20 19:20:07 2021 +0100
  18. 94e1976 fix(gicv3): add dsb in both disable and enable function of gicv3_cpuif by Ming Huang · Fri Jun 04 16:23:22 2021 +0800
  19. 82a9881 Merge "style(scmi_common): add \n to warning messages" into integration by Mark Dykes · Mon Jun 28 21:59:41 2021 +0200
  20. 79bc7a7 refactor(gicv3): use helper functions to get SPI/ESPI INTID limit by Heyi Guo · Wed Jan 20 19:05:51 2021 +0800
  21. 60ce825 refactor(gicv3): add helper function to get the limit of ESPI INTID by Heyi Guo · Wed Jan 20 18:50:16 2021 +0800
  22. 9e28499 style(scmi_common): add \n to warning messages by Heyi Guo · Tue Jun 08 19:59:53 2021 +0800
  23. 06f85b4 refactor(gicv3): add helper function to get the limit of SPI INTID by Heyi Guo · Wed Jan 20 18:50:16 2021 +0800
  24. 7da6619 Add SiP service to configure Arm Ethos-N NPU by Mikael Olsson · Fri Feb 12 17:30:22 2021 +0100
  25. f80014d drivers: dcc: Support JTAG DCC console by Venkatesh Yadav Abbarapu · Fri Nov 27 02:58:24 2020 -0700
  26. 2ac75b1 tzc400: add support for interrupts by Yann Gautier · Fri Feb 15 16:45:48 2019 +0100
  27. 68a0682 Merge changes I76eee5c5,Ie45ab1d8,Iddcb83d3,I4425777d,I5be2837c, ... into integration by Manish Pandey · Fri Mar 05 10:14:03 2021 +0100
  28. 0722bfb tzc400: adjust filter flag if it is set to FILTER_BIT_ALL by Heyi Guo · Wed May 13 18:51:49 2020 +0800
  29. 691b49d drivers/gicv3: also shift eSPI register offset in GICD_OFFSET_64() by Heyi Guo · Tue May 19 16:45:17 2020 +0800
  30. ce38025 drivers/gicv3: add debug log for maximum INTID of SPI and eSPI by Heyi Guo · Thu Jan 21 10:34:00 2021 +0800
  31. 0d5d24d drivers/gicv3: limit SPI ID to avoid misjudgement in GICD_OFFSET() by Heyi Guo · Tue May 19 15:41:14 2020 +0800
  32. c5bd63c drivers/gicv3: fix logical issue for num_eints by Heyi Guo · Tue May 19 14:01:49 2020 +0800
  33. efa2107 drivers/gicv3: fix potential GICD context override with ESPI enabled by Heyi Guo · Thu Jan 14 22:16:18 2021 +0800
  34. 3a579ae drivers/gicv3: use mpidr to probe GICR for current CPU by Heyi Guo · Tue May 19 11:50:40 2020 +0800
  35. f68a683 Merge "Increase type widths to satisfy width requirements" into integration by Joanna Farley · Sun Oct 18 14:51:00 2020 +0000
  36. 8b346c5 Merge "Don't return error information from console_flush" into integration by Mark Dykes · Wed Oct 14 18:59:27 2020 +0000
  37. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · Tue Aug 04 16:18:52 2020 -0500
  38. 6f051e2 Fix casting bug in gicv2_main.c by johpow01 · Mon Sep 28 16:56:48 2020 -0500
  39. 39f9eee Don't return error information from console_flush by Jimmy Brisson · Wed Aug 05 13:44:05 2020 -0500
  40. 95581b4 drivers: arm: gicv3: Allow detecting number of cores by Andre Przywara · Mon Sep 07 14:53:58 2020 +0100
  41. 06d29cf GIC-600: Fix MISRA-2012 defects by Alexei Fedorov · Wed Jul 29 15:16:36 2020 +0100
  42. 69f93c8 TZ DMC620 driver: Fix MISRA-2012 defects by Alexei Fedorov · Mon Jul 27 15:04:14 2020 +0100
  43. 2d0d84e Merge "gicv3: Do power management on Arm GIC-Clayton as well" into integration by Manish Pandey · Tue Jul 21 21:34:52 2020 +0000
  44. 19b2d4e gicv3: Do power management on Arm GIC-Clayton as well by Andre Przywara · Fri Jun 26 10:30:33 2020 +0100
  45. caa1802 TF-A GICv2 driver: Introduce makefile by Alexei Fedorov · Tue Jul 14 10:47:25 2020 +0100
  46. 7559406 drivers: arm: gicv3: auto-detect presence of GIC600-AE by Varun Wadekar · Sun Jul 05 13:12:28 2020 -0700
  47. 1da211a fconf: Clean confused naming between TB_FW and FW_CONFIG by Manish V Badarkhe · Sun May 31 10:17:59 2020 +0100
  48. 4c2ebee TF-A GIC driver: Add barrier before eoi by Sandeep Tripathy · Fri Jun 05 22:04:21 2020 +0530
  49. e1cc130 GICv3: GIC-600: Detect GIC-600 at runtime by Andre Przywara · Wed Mar 25 15:50:38 2020 +0000
  50. b636405 Merge "TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors" into integration by joanna.farley · Tue Apr 07 22:48:39 2020 +0000
  51. c7510c5 TF-A GICv3 driver: Change API for GICR_IPRIORITYR accessors by Alexei Fedorov · Tue Apr 07 18:16:18 2020 +0100
  52. d74d50a gic multichip: add support for clayton by Vijayenthiran Subramaniam · Mon Apr 06 13:54:50 2020 +0530
  53. 1970593 TF-A: Add GICv4 extension for GIC driver by Alexei Fedorov · Mon Apr 06 19:00:35 2020 +0100
  54. a6e6ae0 TF-A GICv3 driver: Add extended PPI and SPI range by Alexei Fedorov · Mon Apr 06 16:27:54 2020 +0100
  55. 84f1b5d TF-A GICv3 driver: Introduce makefile by Alexei Fedorov · Mon Mar 23 18:45:17 2020 +0000
  56. 2f13d6c TF-A GICv3 driver: Separate GICD and GICR accessor functions by Alexei Fedorov · Fri Feb 21 10:17:26 2020 +0000
  57. bb66759 driver/arm/css: minor bug fix by Manish Pandey · Tue Mar 03 17:12:10 2020 +0000
  58. 9f80cfa Merge "pl011: Use generic console_t data structure" into integration by Mark Dykes · Tue Feb 25 23:16:14 2020 +0000
  59. 2b1b1a5 pl011: Use generic console_t data structure by Andre Przywara · Sat Jan 25 00:58:35 2020 +0000
  60. 0806cd2 arm/css/scpi: Don't panic if the SCP fails to respond by Samuel Holland · Sun Oct 21 12:44:24 2018 -0500
  61. 7f8837b drivers/arm/scmi: allow use of multiple SCMI channels by Aditya Angadi · Tue Dec 31 14:23:53 2019 +0530
  62. 7b424ba drivers/mhu: derive doorbell base address by Aditya Angadi · Tue Dec 31 10:14:32 2019 +0530
  63. 87675d4 Coverity: remove unnecessary header file includes by Zelalem · Mon Feb 03 14:56:42 2020 -0600
  64. 1c819c3 Use correct type when reading SCR register by Louis Mayencourt · Fri Jan 24 13:30:28 2020 +0000
  65. 4287c0c Unify type of "cpu_idx" across PSCI module. by Deepika Bhavnani · Fri Dec 13 10:23:18 2019 -0600
  66. 2df6d17 drivers: add a driver for snoop control unit by Vishnu Banavath · Fri Dec 13 17:18:15 2019 +0000
  67. fddf518 libc: Consolidate unified definitions by Bence Szépkúti · Fri Oct 25 17:48:20 2019 +0200
  68. 0ac3941 GIC-600: Fix include ordering according to the coding style by Max Shvetsov · Tue Nov 19 11:01:26 2019 +0000
  69. 88fba67 GIC-600: Fix power up sequence by Alexei Fedorov · Wed Jul 31 13:24:22 2019 +0100
  70. 2f61842 Merge changes from topic "gic600_multichip" into integration by Paul Beesley · Tue Nov 12 10:55:10 2019 +0000
  71. ad3fc76 gic/gic600: add support for multichip configuration by Vijayenthiran Subramaniam · Mon Sep 16 17:05:08 2019 +0530
  72. bda60d3 SMMUv3:Changed retry loop to delay timer(GENFW-3329) by Deepika Bhavnani · Thu Oct 31 14:09:52 2019 -0600
  73. 96124f4 Correct UART PL011 initialization calculation by Avinash Mehta · Tue Oct 08 12:09:04 2019 +0100
  74. 50a934e Merge "GICv3 driver: Fix support for full SPI range" into integration by Soby Mathew · Fri Sep 27 09:49:05 2019 +0000
  75. 5fd1f9d GICv3: Enable multi socket GIC redistributor frame discovery by Madhukar Pappireddy · Wed May 15 18:25:41 2019 -0500
  76. 68f2688 GICv3 driver: Fix support for full SPI range by Alexei Fedorov · Fri Sep 13 15:47:13 2019 +0100
  77. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  78. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  79. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  80. c5f7bd1 Console: removed legacy console API by Ambroise Vincent · Wed Mar 27 10:22:10 2019 +0000
  81. 05403eb Prevent pending G1S interrupt become G0 interrupt by James kung · Fri May 31 15:40:05 2019 +0800
  82. a4cf67e drivers: scmi: scmi_sq: Modify wrong payload length by Masahisa Kojima · Thu May 23 14:41:35 2019 +0900
  83. 896799a SMMUv3: Abort DMA transactions by Alexei Fedorov · Thu May 09 12:14:40 2019 +0100
  84. 6b4a5f0 SMMUv3: refactor the driver code by Alexei Fedorov · Fri Apr 26 12:07:07 2019 +0100
  85. 74514e5 drivers/sbsa: add sbsa watchdog driver by Aditya Angadi · Tue Apr 16 11:30:25 2019 +0530
  86. 912c630 tzc: remove deprecated types by Ambroise Vincent · Wed Mar 27 16:03:24 2019 +0000
  87. 0a0ca8b Console: remove deprecated finish_console_register by Ambroise Vincent · Wed Mar 27 15:45:35 2019 +0000
  88. a88a35d Remove several warnings reported with W=2 by Ambroise Vincent · Thu Feb 14 09:48:21 2019 +0000
  89. ebfd8eb plat/synquacer: enable SCMI support by Masahisa Kojima · Thu Mar 07 10:41:54 2019 +0900
  90. 56b68ad Minor changes to documentation and comments by Antonio Nino Diaz · Thu Feb 28 13:35:21 2019 +0000
  91. b69ac08 Division functionality for cores that dont have divide hardware. by Usama Arif · Wed Dec 12 17:08:33 2018 +0000
  92. d1463bd GICv3: Allow probe for fewer GICR interfaces than exposed by the frame by Soby Mathew · Thu Jan 17 14:57:54 2019 +0000
  93. f13d09a fvp: pwrc: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 21:50:09 2019 +0000
  94. 09d5876 plat/arm: sds: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 19:06:55 2019 +0000
  95. 326f56b plat/arm: scp: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 18:55:03 2019 +0000
  96. ae9654d plat/arm: scpi: Move to drivers/ folder by Antonio Nino Diaz · Fri Jan 25 14:23:49 2019 +0000
  97. 1b0c6f1 plat/arm: mhu: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 21:08:43 2019 +0000
  98. c30db5b plat/arm: scmi: Move to drivers/ folder by Antonio Nino Diaz · Wed Jan 23 20:37:32 2019 +0000
  99. 1fbc97b Correct typographical errors by Paul Beesley · Fri Jan 11 18:26:51 2019 +0000
  100. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000