- 1b1a00b firmware: arm_scmi: Add delayed response status check by Cristian Marussi · 3 years, 7 months ago
- fe5fe0b firmware: arm_scmi: Fix range check for the maximum number of pending messages by Cristian Marussi · 3 years, 6 months ago
- 8f8e547 firmware: arm_scmi: Fix possible scmi_linux_errmap buffer overflow by Sudeep Holla · 3 years, 6 months ago
- 15d727c firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selected by Sudeep Holla · 3 years, 8 months ago
- 4b4c610 firmware: arm_scmi: Reset Rx buffer to max size during async commands by Cristian Marussi · 3 years, 8 months ago
- 1173e48 firmware: arm_scmi: Fix call site of scmi_notification_exit by Cristian Marussi · 4 years ago
- 9724722 firmware: arm_scmi: Add missing Rx size re-initialisation by Sudeep Holla · 4 years, 3 months ago
- 1eaf18e firmware: arm_scmi: Move scmi protocols registration into the driver by Sudeep Holla · 4 years, 4 months ago
- 5a2f0a0 firmware: arm_scmi: Move scmi bus init and exit calls into the driver by Sudeep Holla · 4 years, 4 months ago
- 481f6cc firmware: arm_scmi: Add SCMI device for system power protocol by Cristian Marussi · 4 years, 4 months ago
- 72a5eb9 firmware: arm_scmi: Remove fixed size fields from reports/scmi_event_header by Cristian Marussi · 4 years, 6 months ago
- 6b8a691 firmware: arm_scmi: Enable notification core by Cristian Marussi · 4 years, 7 months ago
- d764282 firmware: arm_scmi: Use HAVE_ARM_SMCCC_DISCOVERY instead of ARM_PSCI_FW by Sudeep Holla · 4 years, 7 months ago
- bad0d73 firmware: arm_scmi: Use signed integer to report transfer status by Sudeep Holla · 4 years, 7 months ago
- 5a897e3a firmware: arm_scmi: fix psci dependency by Sudeep Holla · 4 years, 8 months ago
- c5bceb9 firmware: arm_scmi: Fix handling of unexpected delayed responses by Cristian Marussi · 4 years, 9 months ago
- d04fb2b firmware: arm_scmi: Clear channel for delayed responses by Cristian Marussi · 4 years, 9 months ago
- b37f5cc firmware: arm_scmi: Clear channel on reception of unexpected responses by Cristian Marussi · 4 years, 9 months ago
- 87dff4e firmware: arm_scmi: Rename .clear_notification() transport_ops by Cristian Marussi · 4 years, 9 months ago
- 4d09852 firmware: arm_scmi: Add support for notifications message processing by Sudeep Holla · 4 years, 10 months ago
- 4ebd8f6 firmware: arm_scmi: Add receive buffer support for notifications by Sudeep Holla · 4 years, 10 months ago
- 1dc6558 firmware: arm_scmi: Add smc/hvc transport by Peng Fan · 4 years, 10 months ago
- 5c8a47a firmware: arm_scmi: Make scmi core independent of the transport type by Viresh Kumar · 5 years ago
- c4eb836 firmware: arm_scmi: Move macros and helpers to common.h by Viresh Kumar · 5 years ago
- 71af05a firmware: arm_scmi: Update doc style comments by Viresh Kumar · 5 years ago
- 729d353 drivers: firmware: scmi: Extend SCMI transport layer by trace events by Lukasz Luba · 5 years ago
- 4605e22 firmware: arm_scmi: Add versions and identifier attributes using dev_groups by Sudeep Holla · 5 years ago
- 9c5c463 firmware: arm_scmi: Add names to scmi devices created by Sudeep Holla · 5 years ago
- 1104088 firmware: arm_scmi: Skip scmi mbox channel setup for addtional devices by Sudeep Holla · 5 years ago
- ee7a9c9 firmware: arm_scmi: Add support for multiple device per protocol by Sudeep Holla · 6 years ago
- 58ecdf0 firmware: arm_scmi: Add support for asynchronous commands and delayed response by Sudeep Holla · 6 years ago
- 22d1f76 firmware: arm_scmi: Add mechanism to unpack message headers by Sudeep Holla · 6 years ago
- 38c927f firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx by Sudeep Holla · 6 years ago
- 46cc7c2 firmware: arm_scmi: Add receive channel support for notifications by Sudeep Holla · 6 years ago
- 3748daf firmware: arm_scmi: Segregate tx channel handling and prepare to add rx by Sudeep Holla · 6 years ago
- 2747a96 firmware: arm_scmi: Reorder some functions to avoid forward declarations by Sudeep Holla · 6 years ago
- 9dc34d6 firmware: arm_scmi: Check if platform has released shmem before using by Sudeep Holla · 6 years ago
- 5b65af8 firmware: arm_scmi: Use the term 'message' instead of 'command' by Sudeep Holla · 6 years ago
- c29a628 firmware: arm_scmi: Fix few trivial typos in comments by Sudeep Holla · 6 years ago
- 37bbffc firmware: arm_scmi: Remove extra check for invalid length message responses by Sudeep Holla · 6 years ago
- d9350f2 firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data() by Aditya Pakki · 6 years ago
- fa7fe29 firmware: arm_scmi: fix of_node leak in scmi_mailbox_check by Steven Price · 6 years ago
- 32bcbf8 Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
- 632de8f firmware: arm_scmi: simplify exit path by returning on error by Sudeep Holla · 7 years ago
- 8f3397cc firmware: arm_scmi: remove unnecessary bitmap_zero by Sudeep Holla · 7 years ago
- 14e297b firmware: arm_scmi: rename scmi_xfer_{init,get,put} by Sudeep Holla · 7 years ago
- 1baf47c firmware: arm_scmi: fix kernel-docs documentation by Sudeep Holla · 7 years ago
- 354b2e3 firmware: arm_scmi: improve code readability using bitfield accessor macros by Sudeep Holla · 7 years ago
- 31c6085 firmware: arm_scmi: Use after free in scmi_create_protocol_device() by Dan Carpenter · 7 years ago
- 907b6d1 firmware: arm_scmi: add per-protocol channels support using idr objects by Sudeep Holla · 7 years ago
- fbc4d81 firmware: arm_scmi: refactor in preparation to support per-protocol channels by Sudeep Holla · 7 years ago
- d4c3751 firmware: arm_scmi: add support for polling based SCMI transfers by Sudeep Holla · 7 years ago
- bc40081 firmware: arm_scmi: probe and initialise all the supported protocols by Sudeep Holla · 8 years ago
- b6f20ff firmware: arm_scmi: add common infrastructure and support for base protocol by Sudeep Holla · 8 years ago
- aa4f886 firmware: arm_scmi: add basic driver infrastructure for SCMI by Sudeep Holla · 8 years ago