1. d4c9f68 scmi: cosmetic: reorder include files by Patrick Delaunay · Wed Feb 24 11:19:45 2021 +0100
  2. 5dd84d4 scmi: define LOG_CATEGORY by Patrick Delaunay · Wed Feb 24 11:19:44 2021 +0100
  3. 2f7d3a1 scmi: Include device_compat.h by Patrick Delaunay · Wed Feb 24 11:19:43 2021 +0100
  4. 748cbaa firmware: smci: possible NULL dereference by Heinrich Schuchardt · Mon Feb 01 03:01:54 2021 +0100
  5. 65130cd dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET() by Simon Glass · Mon Dec 28 20:34:56 2020 -0700
  6. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · Thu Dec 03 16:55:17 2020 -0700
  7. 884870f dm: core: Rename device_bind_ofnode() to device_bind() by Simon Glass · Sat Nov 28 17:50:01 2020 -0700
  8. f33d95b firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is called by Michal Simek · Mon Oct 05 15:23:28 2020 +0200
  9. 31786fe firmware: scmi: Include device_compat.h by Sean Anderson · Sun Oct 04 21:39:44 2020 -0400
  10. 8b9b689 firmware: smci: sandbox test for SCMI reset controllers by Etienne Carriere · Wed Sep 09 18:44:07 2020 +0200
  11. c6e9af3 reset: add reset controller driver for SCMI agents by Etienne Carriere · Wed Sep 09 18:44:06 2020 +0200
  12. 2d94c08fa firmware: scmi: sandbox test for SCMI clocks by Etienne Carriere · Wed Sep 09 18:44:05 2020 +0200
  13. 78928e1 clk: add clock driver for SCMI agents by Etienne Carriere · Wed Sep 09 18:44:04 2020 +0200
  14. a26d0ec firmware: scmi: support Arm SMCCC transport by Etienne Carriere · Wed Sep 09 18:44:02 2020 +0200
  15. 2b41208 firmware: scmi: mailbox/smt agent device by Etienne Carriere · Wed Sep 09 18:44:01 2020 +0200
  16. 02fd126 firmware: add SCMI agent uclass by Etienne Carriere · Wed Sep 09 18:44:00 2020 +0200
  17. 405dc24 firmware: ti_sci: Fix not calling dev_err with a device by Sean Anderson · Tue Sep 15 10:44:38 2020 -0400
  18. 3309308 xilinx: drivers: Use '_' instead of '-' in driver name by Michal Simek · Tue Jan 07 08:50:34 2020 +0100
  19. 0acf1dc firmware: ti_sci: Drop unused structure ti_sci_rm_type_map by Lokesh Vutla · Mon Aug 17 11:00:48 2020 +0530
  20. 928d5ca firmware: ti_sci: drop the device ids to resource id translation table by Lokesh Vutla · Mon Aug 17 11:00:47 2020 +0530
  21. d180353 firmware: psci: Do not bind driver if U-Boot runs in EL3 by Michal Simek · Thu Aug 13 12:43:22 2020 +0200
  22. 22712ea xilinx: zynqmp: merge firmware calls for EL2 and EL3 by Ibai Erkiaga · Tue Aug 04 23:17:27 2020 +0100
  23. 2aa7fc6 psci: put psci_method in .data section if EFI_LOADER is not enabled by Yann Gautier · Fri Jul 17 14:20:15 2020 +0200
  24. 5f42112 firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object() by Michal Simek · Mon Apr 27 11:51:40 2020 +0200
  25. 52b72c1 firmware: PSCI: Fix PSCI support for OF live trees by Jon Hunter · Thu Jun 18 12:54:38 2020 +0100
  26. 4dcacfc common: Drop linux/bitops.h from common header by Simon Glass · Sun May 10 11:40:13 2020 -0600
  27. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · Sun May 10 11:40:11 2020 -0600
  28. 6b9f010 common: Drop asm/ptrace.h from common header by Simon Glass · Sun May 10 11:40:06 2020 -0600
  29. 0f2af88 common: Drop log.h from common header by Simon Glass · Sun May 10 11:40:05 2020 -0600
  30. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · Sun May 10 11:40:03 2020 -0600
  31. 274e0b0 common: Drop net.h from common header by Simon Glass · Sun May 10 11:39:56 2020 -0600
  32. 7357a35 Merge tag 'xilinx-for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze into next by Tom Rini · Tue Apr 07 11:58:44 2020 -0400
  33. 0a41d4c firmware: zynqmp: Enable IPI code calling also in EL3 by Michal Simek · Mon Mar 23 14:42:34 2020 +0100
  34. b5981d6 firmware: tisci: Drop all deprecated messages by Lokesh Vutla · Fri Feb 28 17:54:48 2020 +0530
  35. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · Mon Feb 03 07:36:16 2020 -0700
  36. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · Mon Feb 03 07:36:15 2020 -0700
  37. 4f92535 firmware: Remove probe which is causing extra bind by Ashok Reddy Soma · Tue Jan 07 02:26:00 2020 -0700
  38. 8f3f761 common: Move enable/disable_interrupts out of common.h by Simon Glass · Thu Nov 14 12:57:42 2019 -0700
  39. 8ece072 firmware: zynqmp: Clean up zynqmp_power_probe by Michal Simek · Thu Oct 10 11:26:16 2019 +0200
  40. 4ca6e95 firmware: zynqmp: Report error when xilinx_pm_request called from EL3 by Michal Simek · Thu Oct 10 11:09:15 2019 +0200
  41. 4c3de37 arm64: zynqmp: Convert invoke_smc() to xilinx_pm_request() by Michal Simek · Fri Oct 04 15:35:45 2019 +0200
  42. 142fb5b arm64: versal: Rename versal_pm_request to xilinx_pm_request by Michal Simek · Fri Oct 04 15:52:43 2019 +0200
  43. 81efd2a arm64: xilinx: Move firmware functions from platform to driver by Michal Simek · Fri Oct 04 15:45:29 2019 +0200
  44. a95f0d9 arm64: zynqmp: Use mailbox driver for PMUFW config loading by Michal Simek · Fri Sep 27 14:20:00 2019 +0200
  45. d9d98eb7 firmware: zynqmp: Separate function for sending message via mailbox by Michal Simek · Fri Sep 27 14:08:41 2019 +0200
  46. c8a3efa firmware: zynqmp: create firmware header by Ibai Erkiaga · Fri Sep 27 11:37:01 2019 +0100
  47. 99b2c28 firmware: zynqmp: get fw version with mailbox driver by Ibai Erkiaga · Fri Sep 27 11:37:00 2019 +0100
  48. d47ed6f firmware: zynqmp: Add zynqmp-power support by Ibai Erkiaga · Fri Sep 27 12:51:41 2019 +0200
  49. f7a7120 clk: versal: Add clock driver support by Siva Durga Prasad Paladugu · Sun Jun 23 12:24:57 2019 +0530
  50. 833be32 zynqmp: firmware: Add Xilinx ZynqMP firmware driver by Rajan Vaja · Fri Feb 15 04:45:32 2019 -0800
  51. e1164dd firmware: ti_sci: Parse all resource ranges even if some is not available by Vignesh Raghavendra · Mon Aug 05 12:26:44 2019 -0500
  52. 97a81b6 Merge https://gitlab.denx.de/u-boot/custodians/u-boot-socfpga by Tom Rini · Mon Jul 29 09:03:11 2019 -0400
  53. 0d0412a firmware: ti_sci: Add a command for releasing all exclusive devices by Lokesh Vutla · Fri Jun 07 19:24:41 2019 +0530
  54. ca08cb3 firmware: ti_sci: Add processor shutdown API method by Andreas Dannenberg · Fri Jun 07 19:24:40 2019 +0530
  55. f561300 firmware: ti_sci: Allow for device shared and exclusive requests by Lokesh Vutla · Fri Jun 07 19:24:39 2019 +0530
  56. e5f741a spl: kconfig: separate sysreset and firmware drivers from misc by Simon Goldschmidt · Tue Jul 16 21:29:32 2019 +0200
  57. 8928fbd firmware: ti_sci: Always request response from firmware by Andrew F. Davis · Mon Apr 29 09:04:11 2019 -0400
  58. 607d4ca firmware: ti_sci: Fix TISCI mailbox receive timeout handling by Andreas Dannenberg · Wed Apr 24 14:20:08 2019 -0500
  59. 7aa9a08 firmware: ti_sci: Modify auth_boot TI-SCI API to match new version by Andrew F. Davis · Fri Apr 12 12:54:44 2019 -0400
  60. 2aafc0c firmware: ti_sci: Add support for firewall management by Andrew F. Davis · Fri Apr 12 12:54:43 2019 -0400
  61. 032dce8 firmware: Add support for querying msmc memory by Lokesh Vutla · Fri Mar 08 11:47:32 2019 +0530
  62. d64c5b2 firmware: ti_sci: Add support for NAVSS resource management by Grygorii Strashko · Tue Feb 05 17:31:21 2019 +0530
  63. c4f983e firmware: psci: introduce SPL_ARM_PSCI_FW by Peng Fan · Sun Dec 09 12:45:45 2018 +0000
  64. 26f09d0 efi_loader: PSCI reset and shutdown by Heinrich Schuchardt · Thu Oct 18 12:29:40 2018 +0200
  65. b3b2ddb dm: test: Add "/firmware" node scan test by Rajan Vaja · Wed Sep 19 03:43:46 2018 -0700
  66. ed022eb firmware: Add FIRMWARE config prompt string by Rajan Vaja · Wed Sep 19 03:43:43 2018 -0700
  67. 8508324 dm: firmware: Automatically bind child devices by Andreas Dannenberg · Mon Aug 27 15:57:38 2018 +0530
  68. b8856af firmware: ti_sci: Add support for processor control services by Lokesh Vutla · Mon Aug 27 15:57:37 2018 +0530
  69. 5bd0837 firmware: ti_sci: Add support for reboot core service by Andreas Dannenberg · Mon Aug 27 15:57:36 2018 +0530
  70. d10c80c firmware: ti_sci: Add support for clock control by Lokesh Vutla · Mon Aug 27 15:57:35 2018 +0530
  71. 24a4d5e firmware: ti_sci: Add support for device control by Andreas Dannenberg · Mon Aug 27 15:57:34 2018 +0530
  72. 5299c4c firmware: ti_sci: Add support for board configuration by Andreas Dannenberg · Mon Aug 27 15:57:33 2018 +0530
  73. 5af02db firmware: Add basic support for TI System Control Interface (TI SCI) protocol by Lokesh Vutla · Mon Aug 27 15:57:32 2018 +0530
  74. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · Sun May 06 17:58:06 2018 -0400
  75. 75f82d0 libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> by Masahiro Yamada · Mon Mar 05 01:20:11 2018 +0900
  76. 8fa57ed drivers: firmware: psci: use pr_* log functions instead of printf() by Masahiro Yamada · Wed Nov 29 15:04:40 2017 +0900
  77. 54cbcc8 dm: core: Rename of_device_is_compatible() by Simon Glass · Thu May 18 20:08:57 2017 -0600
  78. 7a49443 dm: core: Replace of_offset with accessor (part 2) by Simon Glass · Wed May 17 17:18:09 2017 -0600
  79. 51a3ec3 dm: Fix up inclusion of common.h by Simon Glass · Wed May 17 17:18:07 2017 -0600
  80. 11c89f3 dm: Use dm.h header when driver mode is used by Simon Glass · Wed May 17 17:18:03 2017 -0600
  81. 836c55d sysreset: psci: support system reset in a generic way with PSCI by Masahiro Yamada · Fri Apr 14 11:10:24 2017 +0900