Re: [PATCH v7 01/12] mtd: core: always create master device

2025-05-12 Thread Miquel Raynal
Hello Alexander, On 06/05/2025 at 11:07:21 GMT, "Usyskin, Alexander" wrote: >> >> On 26/03/2025 at 17:26:12 +02, Alexander Usyskin >> wrote: >> >> > Create master device without partition when >> > CONFIG_MTD_PARTITIONED_MASTER flag is unset. >> > >> > This streamlines device tree and allows

RE: [PATCH v7 01/12] mtd: core: always create master device

2025-05-06 Thread Usyskin, Alexander
> > On 26/03/2025 at 17:26:12 +02, Alexander Usyskin > wrote: > > > Create master device without partition when > > CONFIG_MTD_PARTITIONED_MASTER flag is unset. > > > > This streamlines device tree and allows to anchor > > runtime power management on master device in all cases. > > > > Signed-of

Re: [PATCH v7 01/12] mtd: core: always create master device

2025-04-29 Thread Miquel Raynal
On 26/03/2025 at 17:26:12 +02, Alexander Usyskin wrote: > Create master device without partition when > CONFIG_MTD_PARTITIONED_MASTER flag is unset. > > This streamlines device tree and allows to anchor > runtime power management on master device in all cases. > > Signed-off-by: Alexander Usyski

Re: [PATCH v7 01/12] mtd: core: always create master device

2025-04-10 Thread Miquel Raynal
Hello, > The mtd_master is completely different class to avoid mtd tree disturbances. > It is real kernel device object, I'm not sure how we can do 'link to' > magic here. Maybe we can add that later if someone needs. > About MTD_PARTITIONED_MASTER - we can treat it as another partition and > c

RE: [PATCH v7 01/12] mtd: core: always create master device

2025-04-10 Thread Usyskin, Alexander
> Subject: RE: [PATCH v7 01/12] mtd: core: always create master device > > Hi > > > Hello, > > > > > The mtd_master is completely different class to avoid mtd tree > disturbances. > > > It is real kernel device object, I'm not sure how we can d

RE: [PATCH v7 01/12] mtd: core: always create master device

2025-04-10 Thread Usyskin, Alexander
Hi > Hello, > > > The mtd_master is completely different class to avoid mtd tree disturbances. > > It is real kernel device object, I'm not sure how we can do 'link to' > > magic here. > > Maybe we can add that later if someone needs. > > > About MTD_PARTITIONED_MASTER - we can treat it as ano

RE: [PATCH v7 01/12] mtd: core: always create master device

2025-04-07 Thread Usyskin, Alexander
> On 26/03/2025 at 17:26:12 +02, Alexander Usyskin > wrote: > > > Create master device without partition when > > CONFIG_MTD_PARTITIONED_MASTER flag is unset. > > > > This streamlines device tree and allows to anchor > > runtime power management on master device in all cases. > > > > Signed-off-b

Re: [PATCH v7 01/12] mtd: core: always create master device

2025-04-01 Thread Miquel Raynal
Hello Alexander, On 26/03/2025 at 17:26:12 +02, Alexander Usyskin wrote: > Create master device without partition when > CONFIG_MTD_PARTITIONED_MASTER flag is unset. > > This streamlines device tree and allows to anchor > runtime power management on master device in all cases. > > Signed-off-by