Re: [RFC PATCH 1/2] PM: EM: Export em_table_alloc/free

From: Xuewen Yan

Date: Tue Jul 21 2026 - 07:11:40 EST


Hi Christoph,

On Mon, Jul 13, 2026 at 3:34 PM Christoph Hellwig <hch@xxxxxxxxxxxxx> wrote:
>
> On Fri, Jul 10, 2026 at 04:24:46PM +0800, Xuewen Yan wrote:
> > When drivers wants to alloc a new em_perf_table to update
> > their em_perf_table, they need to use em_table_alloc and
> > em_table_free.
> > So export the two func.
>
> Please send this along with the driver actually using it.
>

Sorry for the late reply.
we use it in android vendor specific ko, and the ko is not upstream.
We use them with em_dev_update_perf_domain(), Just like
em_dev_update_perf_domain() was exported, export the
em_table_alloc/free.

Thanks!

BR
---
xuewen