1. 11ed5cf firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset by Sudeep Holla · 5 years ago
  2. 95a15d8 firmware: arm_scmi: Add RESET protocol in SCMI v2.0 by Sudeep Holla · 6 years ago
  3. 8238395 firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol by Sudeep Holla · 6 years ago
  4. ac8aaf3 firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannels by Sudeep Holla · 6 years ago
  5. aa90ac4 firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessors by Sudeep Holla · 5 years ago
  6. 2bc06ff firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible by Sudeep Holla · 6 years ago
  7. d0aba11 firmware: arm_scmi: Drop config flag in clk_ops->rate_set by Sudeep Holla · 6 years ago
  8. d09aac0 firmware: arm_scmi: Add asynchronous sensor read if it supports by Sudeep Holla · 6 years ago
  9. 6a55331 firmware: arm_scmi: Drop async flag in sensor_ops->reading_get by Sudeep Holla · 6 years ago
  10. 58ecdf0 firmware: arm_scmi: Add support for asynchronous commands and delayed response by Sudeep Holla · 6 years ago
  11. 22d1f76 firmware: arm_scmi: Add mechanism to unpack message headers by Sudeep Holla · 6 years ago
  12. 38c927f firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx by Sudeep Holla · 6 years ago
  13. 46cc7c2 firmware: arm_scmi: Add receive channel support for notifications by Sudeep Holla · 6 years ago
  14. 3748daf firmware: arm_scmi: Segregate tx channel handling and prepare to add rx by Sudeep Holla · 6 years ago
  15. 2747a96 firmware: arm_scmi: Reorder some functions to avoid forward declarations by Sudeep Holla · 6 years ago
  16. 9dc34d6 firmware: arm_scmi: Check if platform has released shmem before using by Sudeep Holla · 6 years ago
  17. 5b65af8 firmware: arm_scmi: Use the term 'message' instead of 'command' by Sudeep Holla · 6 years ago
  18. c29a628 firmware: arm_scmi: Fix few trivial typos in comments by Sudeep Holla · 6 years ago
  19. 37bbffc firmware: arm_scmi: Remove extra check for invalid length message responses by Sudeep Holla · 6 years ago
  20. 9eefa43 firmware: arm_scmi: Align few names in sensors protocol with SCMI specification by Sudeep Holla · 6 years ago
  21. 8362fd6 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  22. d252768 firmware: arm_scmi: Use the correct style for SPDX License Identifier by Nishad Kamdar · 6 years ago
  23. 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
  24. 0b673b6 firmware: arm_scmi: fetch and store sensor scale by Florian Fainelli · 6 years ago
  25. c0759b9 firmware: arm_scmi: update rate_discrete in clock_describe_rates_get by Peng Fan · 6 years ago
  26. 430daaf firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes by Sudeep Holla · 6 years ago
  27. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  28. d9350f2 firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() by Aditya Pakki · 6 years ago
  29. fa7fe29 firmware: arm_scmi: fix of_node leak in scmi_mailbox_check by Steven Price · 6 years ago
  30. 46edb8d firmware: arm_scmi: provide the mandatory device release callback by Sudeep Holla · 6 years ago
  31. 1a63fe9 firmware: arm_scmi: add a getter for power of performance states by Quentin Perret · 6 years ago
  32. ca64b71 firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings by Sudeep Holla · 6 years ago
  33. 96d529b firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero by Sudeep Holla · 6 years ago
  34. 23cae49 firmware: arm_scmi: remove some unnecessary checks by Dan Carpenter · 7 years ago
  35. 32bcbf8 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
  36. 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
  37. 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
  38. 632de8f firmware: arm_scmi: simplify exit path by returning on error by Sudeep Holla · 7 years ago
  39. ec42ac6 firmware: arm_scmi: improve exit paths and code readability by Sudeep Holla · 7 years ago
  40. 8f3397cc firmware: arm_scmi: remove unnecessary bitmap_zero by Sudeep Holla · 7 years ago
  41. 97b93dd firmware: arm_scmi: drop unused `con_priv` structure member by Sudeep Holla · 7 years ago
  42. 14e297b firmware: arm_scmi: rename scmi_xfer_{init,get,put} by Sudeep Holla · 7 years ago
  43. 7859e08 firmware: arm_scmi: rename get_transition_latency and add_opps_to_device by Sudeep Holla · 7 years ago
  44. 1baf47c firmware: arm_scmi: fix kernel-docs documentation by Sudeep Holla · 7 years ago
  45. 354b2e3 firmware: arm_scmi: improve code readability using bitfield accessor macros by Sudeep Holla · 7 years ago
  46. 31c6085 firmware: arm_scmi: Use after free in scmi_create_protocol_device() by Dan Carpenter · 7 years ago
  47. d27a3c3 firmware: arm_scmi: remove redundant null check on array by Colin Ian King · 7 years ago
  48. b5e817d firmware: arm_scmi: prevent accessing rate_discrete uninitialized by Anders Roxell · 7 years ago
  49. 898216c firmware: arm_scmi: add device power domain support using genpd by Sudeep Holla · 8 years ago
  50. 907b6d1 firmware: arm_scmi: add per-protocol channels support using idr objects by Sudeep Holla · 7 years ago
  51. fbc4d81 firmware: arm_scmi: refactor in preparation to support per-protocol channels by Sudeep Holla · 7 years ago
  52. 5c4ba3c firmware: arm_scmi: add option for polling based performance domain operations by Sudeep Holla · 7 years ago
  53. d4c3751 firmware: arm_scmi: add support for polling based SCMI transfers by Sudeep Holla · 7 years ago
  54. bc40081 firmware: arm_scmi: probe and initialise all the supported protocols by Sudeep Holla · 8 years ago
  55. 5179c52 firmware: arm_scmi: add initial support for sensor protocol by Sudeep Holla · 8 years ago
  56. 76a6550 firmware: arm_scmi: add initial support for power protocol by Sudeep Holla · 8 years ago
  57. 5f6c643 firmware: arm_scmi: add initial support for clock protocol by Sudeep Holla · 8 years ago
  58. a9e3fbf firmware: arm_scmi: add initial support for performance protocol by Sudeep Holla · 8 years ago
  59. 933c504 firmware: arm_scmi: add scmi protocol bus to enumerate protocol devices by Sudeep Holla · 7 years ago
  60. b6f20ff firmware: arm_scmi: add common infrastructure and support for base protocol by Sudeep Holla · 8 years ago
  61. aa4f886 firmware: arm_scmi: add basic driver infrastructure for SCMI by Sudeep Holla · 8 years ago