aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/firmware/arm_scmi
AgeCommit message (Expand)AuthorFilesLines
2026-04-16Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds4-6/+14
2026-04-13Merge tag 'gpio-updates-for-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus 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/git/shawnguo/linux into soc/driversArnd Bergmann1-0/+83
2026-01-21Merge tag 'tee-bus-callback-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into soc/driversArnd 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
2025-10-15firmware: arm_scmi: Fix premature SCMI_XFER_FLAG_IS_RAW clearing in raw modeArtem Shimko1-2/+1
2025-10-15firmware: arm_scmi: Skip RAW initialization on failureCristian Marussi1-4/+1
2025-10-15include: trace: Fix inflight count helper on failed initializationCristian Marussi2-5/+10
2025-10-15firmware: arm_scmi: Account for failed debug initializationCristian Marussi2-33/+35
2025-09-12firmware: arm_scmi: Simplify printks with pOF formatKrzysztof Kozlowski2-11/+9
2025-09-09firmware: arm_scmi: imx: Discover MISC board info from the system managerPeng Fan1-0/+35
2025-09-08firmware: arm_scmi: imx: Support retrieving MISC protocol configuration infoPeng Fan1-0/+35
2025-09-08firmware: arm_scmi: imx: Discover MISC build info from the system managerPeng Fan1-0/+41
2025-09-08firmware: arm_scmi: imx: Add documentation for MISC_BOARD_INFOPeng Fan1-0/+25
2025-09-02firmware: arm_scmi: quirk: Prevent writes to string constantsJohan Hovold1-5/+10
2025-08-21firmware: arm_scmi: Mark VirtIO ready before registering scmi_virtio_driverJunnan Wu1-0/+3
2025-08-21firmware: arm_scmi: Constify struct scmi_transport_opsChristophe JAILLET1-1/+1
2025-08-21firmware: arm_scmi: Constify struct scmi_voltage_proto_opsChristophe JAILLET1-1/+1
2025-07-09firmware: arm_scmi: Convert to SYSTEM_SLEEP_PM_OPSArnd Bergmann1-2/+2
2025-07-08firmware: arm_scmi: Avoid notifier registration for unsupported eventsCristian Marussi1-9/+30
2025-07-07firmware: arm_scmi: power_control: Ensure SCMI_SYSPOWER_IDLE is set early during resumePeng Fan1-5/+17
2025-07-07firmware: arm_scmi: Add power management operations to SCMI busPeng Fan1-0/+26
2025-07-03include: trace: Add tracepoint support for inflight xfer countPhilip Radford3-4/+20
2025-07-03firmware: arm_scmi: Track number of inflight SCMI transfersPhilip Radford2-0/+12
2025-07-03firmware: arm_scmi: Add support for debug counter decrementPhilip Radford1-0/+6
2025-06-23firmware: arm_scmi: Fix up turbo frequencies selectionSibi Sankar1-1/+1
2025-05-31Merge tag 'soc-drivers-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds15-99/+1986
2025-05-06firmware: arm_scmi: quirk: Force perf level get fastchannelJohan Hovold3-0/+11
2025-05-06firmware: arm_scmi: quirk: Fix CLOCK_DESCRIBE_RATES tripletCristian Marussi3-13/+25
2025-05-06firmware: arm_scmi: Add common framework to handle firmware quirksCristian Marussi5-1/+398
2025-05-06firmware: arm_scmi: Ensure that the message-id supports fastchannelSibi Sankar2-33/+45
2025-04-14firmware: imx: Add i.MX95 SCMI CPU driverPeng Fan1-0/+1
2025-04-14firmware: imx: Add i.MX95 SCMI LMM driverPeng Fan1-0/+1
2025-04-14firmware: arm_scmi: imx: Add i.MX95 CPU ProtocolPeng Fan3-0/+288