Re: [PATCH v3] usb: typec: intel_pmc_mux: Expose IOM port status to debugfs

From: Greg KH
Date: Wed Apr 19 2023 - 09:13:35 EST


On Wed, Apr 19, 2023 at 06:33:45PM +0530, Rajat Khandelwal wrote:
> IOM status has a crucial role during debugging to check the
> current state of the type-C port.
> There are ways to fetch the status, but all those require the
> IOM port status offset, which could change with platform.
>
> Make a debugfs directory for intel_pmc_mux and expose the status
> under it per port basis.
>
> Signed-off-by: Rajat Khandelwal <rajat.khandelwal@xxxxxxxxxxxxxxx>
> ---
>
> v3: Allocate the debugfs directory name for the platform device with
> its ACPI dev name included

{sigh} No, sorry, this is not correct.

Also, you did not properly follow the rules that all Intel kernel
developers are supposed to follow. Please consult your local kernel
developer team and do so before sending any more kernel patches out.

greg k-h