aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware/arm_scmi
AgeCommit message (Expand)AuthorFilesLines
2026-07-09firmware: arm_scmi: Rate-limit queue-full warnings in IRQ contextPushpendra Singh1-3/+3
2026-07-09firmware: arm_scmi: Use 64-bit division for clock rate roundingSteve Dunnagan1-4/+7
2026-06-30firmware: arm_scmi: Grammar s/may needed/may be needed/Geert Uytterhoeven1-2/+2
2026-05-21firmware: arm_scmi: optee: Rework transport probe sequenceCristian Marussi1-10/+36
2026-05-21firmware: arm_scmi: virtio: Rework transport probe sequenceCristian Marussi1-9/+43
2026-05-21firmware: arm_scmi: Add a generic transport supplierCristian Marussi1-0/+111
2026-05-21firmware: arm_scmi: Add transport instance handlesCristian Marussi1-4/+48
2026-05-21firmware: arm_scmi: Fix OOB in scmi_power_name_get()Geert Uytterhoeven1-1/+5
2026-05-20firmware: arm_scmi: Validate Powercap domains before state accessSudeep Holla1-4/+14
2026-05-20firmware: arm_scmi: Validate SENSOR_UPDATE payload sizeSudeep Holla1-1/+9
2026-05-20firmware: arm_scmi: Validate BASE_ERROR_EVENT payload sizeSudeep Holla1-2/+13
2026-05-20firmware: arm_scmi: Read sensor config as 32-bit valueSudeep Holla1-1/+1
2026-05-12firmware: arm_scmi: Introduce all_rates_get clock operationCristian Marussi1-26/+57
2026-05-12firmware: arm_scmi: Fix OOB in scmi_clock_describe_rates_get_lazy()Geert Uytterhoeven1-2/+5
2026-05-12firmware: arm_scmi: Use bound iterators to minimize discovered ratesCristian Marussi1-9/+81
2026-05-12firmware: arm_scmi: Use proper iter_response_bound_cleanup() nameGeert Uytterhoeven2-4/+4
2026-05-12firmware: arm_scmi: Fix bound iterators returning too many itemsGeert Uytterhoeven1-2/+7
2026-05-12firmware: arm_scmi: Add bound iterators supportCristian Marussi3-19/+55
2026-05-12firmware: arm_scmi: Refactor iterators internal allocationCristian Marussi1-17/+18
2026-05-12firmware: arm_scmi: Harden clock parents discoveryCristian Marussi1-8/+10
2026-05-12firmware: arm_scmi: Make clock rates allocation dynamicCristian Marussi1-3/+16
2026-05-12firmware: arm_scmi: Drop unused clock rate interfacesCristian Marussi1-9/+0
2026-05-12firmware: arm_scmi: Simplify clock rates exposed interfaceCristian Marussi1-73/+81
2026-05-12firmware: arm_scmi: Add clock determine_rate operationCristian Marussi1-0/+42
2026-05-05firmware: arm_scmi: Convert to list_for_each_entry()Geert Uytterhoeven1-3/+1
2026-05-05firmware: arm_scmi: quirk: Simplify quirk table iterationGeert Uytterhoeven1-3/+1
2026-05-05firmware: arm_scmi: quirk: Improve quirk range parsingGeert Uytterhoeven1-7/+6
2026-05-05firmware: arm_scmi: Rename struct scmi_revision_info to scmi_base_infoMarek Vasut3-13/+13
2026-05-05firmware: arm_scmi: imx: Support getting reset reason of MISC protocolPeng Fan1-0/+86
2026-04-16Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-6/+14
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2026-03-24firmware: arm_scmi: Allow PINCTRL_REQUEST to return EOPNOTSUPPDan Carpenter1-0/+2
2026-03-17firmware: arm_scmi: Support loop control in quirk code snippetsGeert Uytterhoeven1-4/+4
2026-03-08firmware: arm_scmi: Use round_up() for base protocol list size calculationPeng Fan1-2/+2
2026-03-08firmware: arm_scmi: Spelling s/mulit/multi/, s/currenly/currently/Geert Uytterhoeven1-2/+2
2026-03-08firmware: arm_scmi: Implement arm,no-completion-irq propertyMarek Vasut2-0/+8
2026-03-07firmware: arm_scmi: Fix NULL dereference on notify error pathCristian Marussi1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds3-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook3-5/+5
2026-01-21Merge tag 'imx-drivers-6.20' of https://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann1-0/+83
2026-01-21Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-22/+10
2026-01-17firmware: arm_scmi: imx: Support getting syslog of MISC protocolPeng Fan1-0/+83
2026-01-07firmware: arm_scmi: Make use of tee bus methodsUwe Kleine-König1-10/+9
2026-01-07firmware: arm_scmi: optee: Make use of module_tee_client_driver()Uwe Kleine-König1-12/+1
2025-12-27firmware: arm_scmi: Remove legacy protocol versioning logicCristian Marussi16-186/+72
2025-12-27firmware: arm_scmi: Rework protocol version negotiation logicCristian Marussi2-16/+81
2025-12-16firmware: arm_scmi: Increase performance MAX_OPPS limit to 64Vivek Aknurwar1-1/+1
2025-12-16firmware: arm_scmi: Move boiler plate code into the get info functionsDan Carpenter1-60/+48
2025-12-16firmware: arm_scmi: Refactor reset domain handlingArtem Shimko1-17/+33
2025-12-15firmware: arm_scmi: Fix uninitialized pointers with __free attrAlly Heev1-2/+3