1. 8694548 firmware: arm_scmi/perf: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  2. 4ddfb4a firmware: arm_scmi: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 11 months ago
  3. 5c8a47a firmware: arm_scmi: Make scmi core independent of the transport type by Viresh Kumar · 5 years ago
  4. c4eb836 firmware: arm_scmi: Move macros and helpers to common.h by Viresh Kumar · 5 years ago
  5. 71af05a firmware: arm_scmi: Update doc style comments by Viresh Kumar · 5 years ago
  6. 729d353 drivers: firmware: scmi: Extend SCMI transport layer by trace events by Lukasz Luba · 5 years ago
  7. 2deb267 firmware: arm_scmi: Skip protocol initialisation for additional devices by Sudeep Holla · 5 years ago
  8. b55b06b firmware: arm_scmi: Stash version in protocol init functions by Sudeep Holla · 5 years ago
  9. 50872a9 firmware: arm_scmi: Match scmi device by both name and protocol id by Sudeep Holla · 5 years ago
  10. 4605e22 firmware: arm_scmi: Add versions and identifier attributes using dev_groups by Sudeep Holla · 5 years ago
  11. 9c5c463 firmware: arm_scmi: Add names to scmi devices created by Sudeep Holla · 5 years ago
  12. 1104088 firmware: arm_scmi: Skip scmi mbox channel setup for addtional devices by Sudeep Holla · 5 years ago
  13. ee7a9c9 firmware: arm_scmi: Add support for multiple device per protocol by Sudeep Holla · 6 years ago
  14. 8305e90 firmware: arm_scmi: Avoid double free in error flow by Wen Yang · 5 years ago
  15. 7bd39bc firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT by Sudeep Holla · 5 years ago
  16. 11ed5cf firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset by Sudeep Holla · 5 years ago
  17. 95a15d8 firmware: arm_scmi: Add RESET protocol in SCMI v2.0 by Sudeep Holla · 5 years ago
  18. 8238395 firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol by Sudeep Holla · 5 years ago
  19. ac8aaf3 firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannels by Sudeep Holla · 5 years ago
  20. aa90ac4 firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessors by Sudeep Holla · 5 years ago
  21. 2bc06ff firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible by Sudeep Holla · 5 years ago
  22. d0aba11 firmware: arm_scmi: Drop config flag in clk_ops->rate_set by Sudeep Holla · 5 years ago
  23. d09aac0 firmware: arm_scmi: Add asynchronous sensor read if it supports by Sudeep Holla · 5 years ago
  24. 6a55331 firmware: arm_scmi: Drop async flag in sensor_ops->reading_get by Sudeep Holla · 5 years ago
  25. 58ecdf0 firmware: arm_scmi: Add support for asynchronous commands and delayed response by Sudeep Holla · 5 years ago
  26. 22d1f76 firmware: arm_scmi: Add mechanism to unpack message headers by Sudeep Holla · 5 years ago
  27. 38c927f firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx by Sudeep Holla · 5 years ago
  28. 46cc7c2 firmware: arm_scmi: Add receive channel support for notifications by Sudeep Holla · 5 years ago
  29. 3748daf firmware: arm_scmi: Segregate tx channel handling and prepare to add rx by Sudeep Holla · 5 years ago
  30. 2747a96 firmware: arm_scmi: Reorder some functions to avoid forward declarations by Sudeep Holla · 5 years ago
  31. 9dc34d6 firmware: arm_scmi: Check if platform has released shmem before using by Sudeep Holla · 5 years ago
  32. 5b65af8 firmware: arm_scmi: Use the term 'message' instead of 'command' by Sudeep Holla · 5 years ago
  33. c29a628 firmware: arm_scmi: Fix few trivial typos in comments by Sudeep Holla · 5 years ago
  34. 37bbffc firmware: arm_scmi: Remove extra check for invalid length message responses by Sudeep Holla · 5 years ago
  35. 9eefa43 firmware: arm_scmi: Align few names in sensors protocol with SCMI specification by Sudeep Holla · 5 years ago
  36. 8362fd6 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  37. d252768 firmware: arm_scmi: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  38. df767c0 Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers by Olof Johansson · 6 years ago
  39. 0b673b6 firmware: arm_scmi: fetch and store sensor scale by Florian Fainelli · 6 years ago
  40. c0759b9 firmware: arm_scmi: update rate_discrete in clock_describe_rates_get by Peng Fan · 6 years ago
  41. 430daaf firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes by Sudeep Holla · 6 years ago
  42. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  43. d9350f2 firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() by Aditya Pakki · 6 years ago
  44. fa7fe29 firmware: arm_scmi: fix of_node leak in scmi_mailbox_check by Steven Price · 6 years ago
  45. 46edb8d firmware: arm_scmi: provide the mandatory device release callback by Sudeep Holla · 6 years ago
  46. 1a63fe9 firmware: arm_scmi: add a getter for power of performance states by Quentin Perret · 6 years ago
  47. ca64b71 firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings by Sudeep Holla · 6 years ago
  48. 96d529b firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero by Sudeep Holla · 6 years ago
  49. 23cae49 firmware: arm_scmi: remove some unnecessary checks by Dan Carpenter · 7 years ago
  50. 32bcbf8 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  51. 51fe3a3 Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers by Olof Johansson · 7 years ago
  52. 16145ff Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixes by Olof Johansson · 7 years ago
  53. 632de8f firmware: arm_scmi: simplify exit path by returning on error by Sudeep Holla · 7 years ago
  54. ec42ac6 firmware: arm_scmi: improve exit paths and code readability by Sudeep Holla · 7 years ago
  55. 8f3397cc firmware: arm_scmi: remove unnecessary bitmap_zero by Sudeep Holla · 7 years ago
  56. 97b93dd firmware: arm_scmi: drop unused `con_priv` structure member by Sudeep Holla · 7 years ago
  57. 14e297b firmware: arm_scmi: rename scmi_xfer_{init,get,put} by Sudeep Holla · 7 years ago
  58. 7859e08 firmware: arm_scmi: rename get_transition_latency and add_opps_to_device by Sudeep Holla · 7 years ago
  59. 1baf47c firmware: arm_scmi: fix kernel-docs documentation by Sudeep Holla · 7 years ago
  60. 354b2e3 firmware: arm_scmi: improve code readability using bitfield accessor macros by Sudeep Holla · 7 years ago
  61. 31c6085 firmware: arm_scmi: Use after free in scmi_create_protocol_device() by Dan Carpenter · 7 years ago
  62. d27a3c3 firmware: arm_scmi: remove redundant null check on array by Colin Ian King · 7 years ago
  63. b5e817d firmware: arm_scmi: prevent accessing rate_discrete uninitialized by Anders Roxell · 7 years ago
  64. 898216c firmware: arm_scmi: add device power domain support using genpd by Sudeep Holla · 8 years ago
  65. 907b6d1 firmware: arm_scmi: add per-protocol channels support using idr objects by Sudeep Holla · 7 years ago
  66. fbc4d81 firmware: arm_scmi: refactor in preparation to support per-protocol channels by Sudeep Holla · 7 years ago
  67. 5c4ba3c firmware: arm_scmi: add option for polling based performance domain operations by Sudeep Holla · 7 years ago
  68. d4c3751 firmware: arm_scmi: add support for polling based SCMI transfers by Sudeep Holla · 7 years ago
  69. bc40081 firmware: arm_scmi: probe and initialise all the supported protocols by Sudeep Holla · 8 years ago
  70. 5179c52 firmware: arm_scmi: add initial support for sensor protocol by Sudeep Holla · 8 years ago
  71. 76a6550 firmware: arm_scmi: add initial support for power protocol by Sudeep Holla · 8 years ago
  72. 5f6c643 firmware: arm_scmi: add initial support for clock protocol by Sudeep Holla · 8 years ago
  73. a9e3fbf firmware: arm_scmi: add initial support for performance protocol by Sudeep Holla · 8 years ago
  74. 933c504 firmware: arm_scmi: add scmi protocol bus to enumerate protocol devices by Sudeep Holla · 7 years ago
  75. b6f20ff firmware: arm_scmi: add common infrastructure and support for base protocol by Sudeep Holla · 8 years ago
  76. aa4f886 firmware: arm_scmi: add basic driver infrastructure for SCMI by Sudeep Holla · 8 years ago