Discuss SCMI firmware, SCMI drivers in Linux, U-boot, OP-TEE
 help / color / mirror / Atom feed
 messages from 2024-11-20 03:46:12 to 2025-01-02 07:38:13 UTC [more...]

[PATCH 0/4] scmi: Bypass set fwnode to address devlink issue
 2025-01-02  7:38 UTC  (18+ messages)
` [PATCH 1/4] firmware: arm_scmi: bus: Bypass setting fwnode for scmi cpufreq
` [PATCH 2/4] firmware: arm_scmi: bus: Bypass setting fwnode for pinctrl
` [PATCH 3/4] pinctrl: scmi: Check fwnode instead of machine compatible
` [PATCH 4/4] pinctrl: freescale: "

[PATCH] cpufreq: scpi: Prevent null pointer dereference in scpi_cpufreq_get_rate()
 2025-01-02  5:00 UTC  (2+ messages)

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2024-12-24 16:25 UTC  (16+ messages)
` [PATCH v5 01/12] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v5 02/12] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v5 03/12] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages
` [PATCH v5 05/12] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v5 06/12] driver core: Remove match_any()
` [PATCH v5 07/12] slimbus: core: Remove of_slim_match_dev()
` [PATCH v5 08/12] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v5 09/12] driver core: Introduce an device matching API device_match_type()
` [PATCH v5 10/12] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v5 11/12] cxl/pmem: Remove is_cxl_nvdimm_bridge()
` [PATCH v5 12/12] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2024-12-24 12:58 UTC  (29+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v4 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v4 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v4 06/11] driver core: Remove match_any()
` [PATCH v4 07/11] slimbus: core: Remove of_slim_match_dev()
` [PATCH v4 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v4 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v4 10/11] cxl/pmem: Replace match_nvdimm_bridge() with "
` [PATCH v4 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH V4 4/5] soc: qcom: Introduce SCMI based Memlat (Memory Latency) governor
 2024-12-23 14:14 UTC  (38+ messages)
` [PATCH V4 0/5] arm_scmi: vendors: Qualcomm Generic Vendor Extensions
  ` [PATCH V4 1/5] dt-bindings: firmware: Document bindings for QCOM SCMI Generic Extension
            ` Re: [PATCH V4 4/5] soc: qcom: Introduce SCMI based Memlat (Memory Latency) governor

[PATCH] firmware: arm_scmi: fix an OF node reference leak in scmi_txrx_setup()
 2024-12-17 14:27 UTC  (4+ messages)

[PATCH v2] firmware: arm_scmi: Delete the meaningless scmi_bus_id
 2024-12-17  2:06 UTC  (10+ messages)

[PATCH v2 0/2] firmware: arm_scmi: unbound discrete rates, support round rate
 2024-12-13 11:24 UTC  (15+ messages)
` [PATCH v2 1/2] firmware: arm_scmi: get only min/max clock rates
` [PATCH v2 2/2] firmware: arm_scmi: round rate bisecting in discrete rates

I urge you to understand my viewpoint accurately
 2024-12-13  4:26 UTC 

Question about pin control configs
 2024-12-12 18:32 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Delete the meaningless scmi_bus_id
 2024-12-12  2:12 UTC  (2+ messages)

[PATCH] firmware: Switch back to struct platform_driver::remove()
 2024-12-11 22:33 UTC  (2+ messages)

[PATCH] firmware: arm_scmi: Delete the meaningless scmi_bus_id
 2024-12-11 13:45 UTC 

[PATCH 0/3] Add SCMI Vendor module autoload support
 2024-12-09 16:49 UTC  (4+ messages)
` [PATCH v2 1/3] firmware: arm_scmi: Support vendor protocol modules autoloading
` [PATCH v2 2/3] firmware: arm_scmi: Add module aliases to i.MX vendor protocols
` [PATCH v2 3/3] firmware: arm_scmi: Add aliases to transport modules

[PATCH 0/2] Add SCMI Vendor module autoload support
 2024-12-09  3:54 UTC  (4+ messages)
` [PATCH 1/2] firmware: arm_scmi: Support vendor protocol modules autoloading
` [PATCH 2/2] firmware: arm_scmi: Add module aliases to i.MX vendor protocols

[PATCH v3 00/11] driver core: Constify API device_find_child()
 2024-12-08 13:18 UTC  (30+ messages)
` [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation
` [PATCH v3 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v3 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v3 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v3 06/11] driver core: Remove match_any()
` [PATCH v3 07/11] slimbus: core: Simplify of_find_slim_device() implementation
` [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v3 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()
` [PATCH v3 11/11] usb: typec: class: Remove both cable_match() and partner_match()

[PATCH V5 0/2] arm_scmi: vendors: Qualcomm Generic Vendor Extensions
 2024-12-05 16:35 UTC  (11+ messages)
` [PATCH V5 1/2] firmware: arm_scmi: Add QCOM Generic Vendor Protocol documentation
` [PATCH V5 2/2] firmware: arm_scmi: vendors: Add QCOM SCMI Generic Extensions

[PATCH] firmware: arm_scmi: fix i.MX build dependency
 2024-12-05 10:32 UTC  (4+ messages)

[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
 2024-12-05  0:07 UTC  (24+ messages)
` [PATCH v2 01/32] driver core: Constify API device_find_child()
` [PATCH v2 02/32] driver core: Introduce device_match_type() to match device with a device type
` [PATCH v2 03/32] drm/mediatek: Adapt for constified device_find_child()
` [PATCH v2 04/32] hwmon: "
` [PATCH v2 05/32] media: pci: mgb4: "
` [PATCH v2 06/32] thunderbolt: "
` [PATCH v2 07/32] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v2 08/32] net: dsa: Adapt for constified device_find_child()
` [PATCH v2 09/32] pwm: "
` [PATCH v2 10/32] nvdimm: "
` [PATCH v2 11/32] libnvdimm: Simplify nd_namespace_store() implementation

[PATCH] firmware: arm_scmi: Allow transport properties for multiple instances
 2024-12-03 19:35 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox