Re: [PATCH] x86/platform/iosf_mbi: Remove unused iosf_mbi_unregister_pmic_bus_access_notifier

From: Ingo Molnar
Date: Tue Apr 01 2025 - 14:42:56 EST



* Dr. David Alan Gilbert <linux@xxxxxxxxxxx> wrote:

> * Ingo Molnar (mingo@xxxxxxxxxx) wrote:
> >
> > * linux@xxxxxxxxxxx <linux@xxxxxxxxxxx> wrote:
> >
> > > From: "Dr. David Alan Gilbert" <linux@xxxxxxxxxxx>
> > >
> > > The last use of iosf_mbi_unregister_pmic_bus_access_notifier() was
> > > removed in 2017 by
> > > commit a5266db4d314 ("drm/i915: Acquire PUNIT->PMIC bus for
> > > intel_uncore_forcewake_reset()")
> > >
> > > Remove it.
> > >
> > > Note the '_unlocked' version is still used.
> > >
> > > Signed-off-by: Dr. David Alan Gilbert <linux@xxxxxxxxxxx>
> > > ---
> > > arch/x86/include/asm/iosf_mbi.h | 7 -------
> > > arch/x86/platform/intel/iosf_mbi.c | 13 -------------
> > > drivers/gpu/drm/i915/i915_iosf_mbi.h | 6 ------
> > > 3 files changed, 26 deletions(-)
> >
> > Acked-by: Ingo Molnar <mingo@xxxxxxxxxx>
>
> Thanks!
> Any idea who might pick this one up?
>
> Dave

We can certainly do it via the x86 tree - I've added GPU/DRM
maintainers to the commit's Cc: list.

Thanks,

Ingo