1. 3d8b950 firmware: scmi: fix the multi channel support with CCF by Patrick Delaunay · Fri Sep 30 09:36:38 2022 +0200
  2. 2e4938b dm: core: Drop ofnode_is_available() by Simon Glass · Tue Sep 06 20:27:17 2022 -0600
  3. 76b690a firmware: scmi: use multi channel in mailbox, optee and smccc agents by Etienne Carriere · Tue May 31 18:09:29 2022 +0200
  4. 6ae5644 firmware: scmi: optee transport: implement multi-channel by Etienne Carriere · Tue May 31 18:09:24 2022 +0200
  5. f28df1d firmware: scmi: smccc transport: implement multi-channel by Etienne Carriere · Tue May 31 18:09:23 2022 +0200
  6. 274c0c2 firmware: scmi: mailbox transport: implement multi-channel by Etienne Carriere · Tue May 31 18:09:22 2022 +0200
  7. 187cea1 firmware: scmi: add multi-channel support by Etienne Carriere · Tue May 31 18:09:21 2022 +0200
  8. 2ee6458 firmware: scmi: factorize scmi transport look up by Etienne Carriere · Tue May 31 18:09:20 2022 +0200
  9. 0544029 firmware: scmi: prepare uclass to pass channel reference by Etienne Carriere · Tue May 31 18:09:19 2022 +0200
  10. a1e8751 firmware: scmi: prepare scmi uclass API to multi-channel by Etienne Carriere · Tue May 31 18:09:18 2022 +0200
  11. d3fd32f firmware: scmi: optee: fix inline description of PTA_SCMI_CMD_GET_CHANNEL by Etienne Carriere · Tue May 31 18:09:17 2022 +0200
  12. c624c97 firmware: scmi: optee: use TEE shared memory for SCMI messages by Etienne Carriere · Tue May 31 18:09:16 2022 +0200
  13. 4c4ec90 clk: scmi: register scmi clocks with CCF by Etienne Carriere · Mon Feb 21 09:22:42 2022 +0100
  14. bf1f132 firmware: scmi: fix sandbox and related tests for clock discovery by Etienne Carriere · Mon Feb 21 09:22:41 2022 +0100
  15. 2f26c04 scmi: change parameter dev in devm_scmi_process_msg by Etienne Carriere · Mon Feb 21 09:22:40 2022 +0100
  16. 09665cb sandbox: scmi: test against a single scmi agent by Etienne Carriere · Mon Feb 21 09:22:39 2022 +0100
  17. d4932bd firmware: scmi: Add OP-TEE transport by Etienne Carriere · Tue Nov 09 17:08:24 2021 +0100
  18. f694235 firmware: scmi: smccc transport: simplify probe sequence by Etienne Carriere · Mon Nov 08 08:56:11 2021 +0100
  19. 213d5cf firmware: scmi: smccc transport: use plat data, not priv data by Etienne Carriere · Mon Nov 08 08:56:10 2021 +0100
  20. 3119e27 firmware: scmi: mailbox transport: use plat data, not priv data by Etienne Carriere · Mon Nov 08 08:56:09 2021 +0100
  21. adbf0fc firmware: scmi: mailbox transport: fix probe failure implementation by Etienne Carriere · Mon Nov 08 08:56:08 2021 +0100
  22. 39d1eee firmware: scmi: add configs to select the supported agents by Patrick Delaunay · Thu Oct 28 19:13:15 2021 +0200
  23. 62fb2b4 WS cleanup: remove SPACE(s) followed by TAB by Wolfgang Denk · Mon Sep 27 17:42:39 2021 +0200
  24. 2a28c6e dm: core: Add address translation in fdt_get_resource by Patrick Delaunay · Tue Apr 06 09:38:06 2021 +0200
  25. 9aa75e1 scmi: translate the resource only when livetree is not activated by Patrick Delaunay · Tue Mar 30 15:29:03 2021 +0200
  26. ab5154f scmi: correctly configure MMU for SCMI buffer by Patrick Delaunay · Tue Mar 16 09:29:40 2021 +0100
  27. c83a843 firmware: scmi: fix inline comments and minor coding style issues by Etienne Carriere · Mon Mar 08 22:38:08 2021 +0100
  28. b8f15cd firmware: scmi: sandbox test for voltage regulator by Etienne Carriere · Mon Mar 08 22:38:07 2021 +0100
  29. d68663a firmware: scmi: voltage regulator by Etienne Carriere · Mon Mar 08 22:38:06 2021 +0100
  30. d4c9f68 scmi: cosmetic: reorder include files by Patrick Delaunay · Wed Feb 24 11:19:45 2021 +0100
  31. 5dd84d4 scmi: define LOG_CATEGORY by Patrick Delaunay · Wed Feb 24 11:19:44 2021 +0100
  32. 2f7d3a1 scmi: Include device_compat.h by Patrick Delaunay · Wed Feb 24 11:19:43 2021 +0100
  33. 748cbaa firmware: smci: possible NULL dereference by Heinrich Schuchardt · Mon Feb 01 03:01:54 2021 +0100
  34. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  35. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  36. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  37. 31786fe firmware: scmi: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:44 2020 -0400
  38. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · Wed Sep 09 18:44:07 2020 +0200
  39. c6e9af3 reset: add reset controller driver for SCMI agents by Etienne Carriere · Wed Sep 09 18:44:06 2020 +0200
  40. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · Wed Sep 09 18:44:05 2020 +0200
  41. 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · Wed Sep 09 18:44:04 2020 +0200
  42. a26d0ec firmware: scmi: support Arm SMCCC transport by Etienne Carriere · Wed Sep 09 18:44:02 2020 +0200
  43. 2b41208 firmware: scmi: mailbox/smt agent device by Etienne Carriere · Wed Sep 09 18:44:01 2020 +0200
  44. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200