Re: [PATCH v3 3/4] dax/mum: Save the dax mum platform device pointer

2025-04-10 Thread Bowman, Terry
On 4/4/2025 8:34 AM, Jonathan Cameron wrote: > On Thu, 3 Apr 2025 13:33:14 -0500 > Terry Bowman wrote: > >> From: Nathan Fontenot > > mum? > >> >> In order to handle registering hmem devices for SOFT RESERVE >> resources after the dax hmem device initialization occurs >> we need to save a refe

Re: [PATCH v3 3/4] dax/mum: Save the dax mum platform device pointer

2025-04-04 Thread Jonathan Cameron
On Thu, 3 Apr 2025 13:33:14 -0500 Terry Bowman wrote: > From: Nathan Fontenot mum? > > In order to handle registering hmem devices for SOFT RESERVE > resources after the dax hmem device initialization occurs > we need to save a reference to the dax hmem platform device > that will be used in

[PATCH v3 3/4] dax/mum: Save the dax mum platform device pointer

2025-04-03 Thread Terry Bowman
From: Nathan Fontenot In order to handle registering hmem devices for SOFT RESERVE resources after the dax hmem device initialization occurs we need to save a reference to the dax hmem platform device that will be used in a following patch. Saving the platform device pointer also allows us to cl