https://bugzilla.kernel.org/show_bug.cgi?id=219055

--- Comment #16 from Bill McDonough (wil...@gmail.com) ---
(In reply to Evan Frouin from comment #15)
> Just wondering, as I'm very new to the kernel dev process. Has this patch
> been implemented into the mainline kernel yet? If not, how can I know where
> the patch stands at?

Evan,
    I compared 6.12 to 6.13-rc1 this morning and found the patch contents
within 6.13-rc1.
I did a search for "static int ucsi_acpi_read_cci" looking for:

+       if (UCSI_COMMAND(ua->cmd) == UCSI_PPM_RESET) {
+               ret = ucsi_acpi_dsm(ua, UCSI_DSM_FUNC_READ);
+               if (ret)
+                       return ret;
+       }

The patch is here:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=next-20241021&id=fa48d7e81624efdf398b990a9049e9cd75a5aead

The 6.13-rc1 file I examined is here:
https://github.com/torvalds/linux/blob/v6.13-rc1/drivers/usb/typec/ucsi/ucsi_acpi.c

-- 
You may reply to this email to add a comment.

You are receiving this mail because:
You are watching the assignee of the bug.

_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to