[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87ed6xtsms.ffs@tglx>
Date: Fri, 09 Aug 2024 21:15:23 +0200
From: Thomas Gleixner <tglx@...utronix.de>
To: Marek Maslanka <mmaslanka@...gle.com>, LKML <linux-kernel@...r.kernel.org>
Cc: Marek Maslanka <mmaslanka@...gle.com>, Daniel Lezcano
<daniel.lezcano@...aro.org>, Rajneesh Bhardwaj
<irenic.rajneesh@...il.com>, David E Box <david.e.box@...el.com>, Hans de
Goede <hdegoede@...hat.com>, Ilpo Järvinen
<ilpo.jarvinen@...ux.intel.com>, platform-driver-x86@...r.kernel.org
Subject: Re: [PATCH v4 1/2] clocksource: acpi_pm: Add external callback for
suspend/resume
On Fri, Aug 09 2024 at 13:13, Marek Maslanka wrote:
> --- a/drivers/clocksource/acpi_pm.c
> +++ b/drivers/clocksource/acpi_pm.c
> @@ -25,6 +25,12 @@
> #include <asm/io.h>
> #include <asm/time.h>
>
> +#include "acpi_pm.h"
include/linux/acpi_pmtmr.h please
> +static void *suspend_resume_cb_data;
> +
> +static void (*suspend_resume_callback)(void *data, bool suspend);
> +
> /*
> * The I/O port the PMTMR resides at.
> * The location is detected during setup_arch(),
> @@ -58,6 +64,25 @@ u32 acpi_pm_read_verified(void)
> return v2;
> }
>
> +void acpi_pm_register_suspend_resume_callback(void (*cb)(void *data, bool suspend),
> + void *data)
No line break required. Also the name wants to be acpi_pmtmr_... for the
global visible function so that it can't be confused with the power
management related acpi_pm_* functions
Thanks,
tglx
Powered by blists - more mailing lists