Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-25 Thread Ulf Hansson
On Fri, 25 Apr 2025 at 09:09, Maxime Ripard wrote: > > Hi, > > On Thu, Apr 24, 2025 at 06:51:00PM +0200, Ulf Hansson wrote: > > On Thu, 17 Apr 2025 at 18:19, Michal Wilczynski > > wrote: > > > On 4/16/25 16:48, Rafael J. Wysocki wrote: > > > > On Wed, Apr 16, 2025 at 3:32 PM Michal Wilczynski > >

Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-25 Thread Maxime Ripard
Hi, On Thu, Apr 24, 2025 at 06:51:00PM +0200, Ulf Hansson wrote: > On Thu, 17 Apr 2025 at 18:19, Michal Wilczynski > wrote: > > On 4/16/25 16:48, Rafael J. Wysocki wrote: > > > On Wed, Apr 16, 2025 at 3:32 PM Michal Wilczynski > > > wrote: > > >> > > >> On 4/15/25 18:42, Rafael J. Wysocki wrote:

Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-24 Thread Ulf Hansson
+ Stephen On Thu, 17 Apr 2025 at 18:19, Michal Wilczynski wrote: > > > > On 4/16/25 16:48, Rafael J. Wysocki wrote: > > On Wed, Apr 16, 2025 at 3:32 PM Michal Wilczynski > > wrote: > >> > >> On 4/15/25 18:42, Rafael J. Wysocki wrote: > >>> On Mon, Apr 14, 2025 at 8:53 PM Michal Wilczynski > >>>

Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-17 Thread Michal Wilczynski
On 4/16/25 16:48, Rafael J. Wysocki wrote: > On Wed, Apr 16, 2025 at 3:32 PM Michal Wilczynski > wrote: >> >> On 4/15/25 18:42, Rafael J. Wysocki wrote: >>> On Mon, Apr 14, 2025 at 8:53 PM Michal Wilczynski >>> wrote: Introduce a new dev_pm_info flag - platform_resources_managed, to

Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-16 Thread Rafael J. Wysocki
On Wed, Apr 16, 2025 at 3:32 PM Michal Wilczynski wrote: > > On 4/15/25 18:42, Rafael J. Wysocki wrote: > > On Mon, Apr 14, 2025 at 8:53 PM Michal Wilczynski > > wrote: > >> > >> Introduce a new dev_pm_info flag - platform_resources_managed, to > >> indicate whether platform PM resources such as

Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-16 Thread Michal Wilczynski
On 4/15/25 18:42, Rafael J. Wysocki wrote: > On Mon, Apr 14, 2025 at 8:53 PM Michal Wilczynski > wrote: >> >> Introduce a new dev_pm_info flag - platform_resources_managed, to >> indicate whether platform PM resources such as clocks or resets are >> managed externally (e.g. by a generic power d

Re: [PATCH v2 1/4] PM: device: Introduce platform_resources_managed flag

2025-04-15 Thread Rafael J. Wysocki
On Mon, Apr 14, 2025 at 8:53 PM Michal Wilczynski wrote: > > Introduce a new dev_pm_info flag - platform_resources_managed, to > indicate whether platform PM resources such as clocks or resets are > managed externally (e.g. by a generic power domain driver) instead of > directly by the consumer de