RE: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-12-11 Thread Usyskin, Alexander
Adding Kartihik > Subject: Re: [PATCH 06/10] mtd: intel-dg: wake card on operations > > Hi Alexander, > > Please reduce the context when answering, otherwise it's hard to find > all places where you commented. > > >> > > > That's the part that

Re: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-11 Thread Miquel Raynal
Hi Alexander, Please reduce the context when answering, otherwise it's hard to find all places where you commented. >> > > > That's the part that I'm not sure if I agree. if I remember from some >> > > > experiments in the past, >> > > > when you call to wake up the child, the parent will wakeup

RE: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-11 Thread Usyskin, Alexander
Tvrtko Ursulin ; > > Weil, Oren jer ; linux-...@lists.infradead.org; > > dri- > > de...@lists.freedesktop.org; intel-...@lists.freedesktop.org; linux- > > ker...@vger.kernel.org > > Subject: Re: [PATCH 06/10] mtd: intel-dg: wake card on operations > > > > On T

RE: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-10 Thread Usyskin, Alexander
; ; > > > Thomas Zimmermann ; David Airlie > > > ; Simona Vetter ; Jani Nikula > > > ; Joonas Lahtinen > > > ; Tvrtko Ursulin ; > > > Weil, Oren jer ; linux-...@lists.infradead.org; > dri- > > > de...@lists.freedesktop.org; intel-

Re: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-08 Thread Miquel Raynal
>> > That's the part that I'm not sure if I agree. if I remember from some >> > experiments in the past, >> > when you call to wake up the child, the parent will wakeup first anyway. >> > >> The child (mtd device) does not exist at this point of time. >> To create MTD device, the partition table

Re: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-07 Thread Rodrigo Vivi
Weil, Oren jer ; linux-...@lists.infradead.org; > > dri- > > de...@lists.freedesktop.org; intel-...@lists.freedesktop.org; linux- > > ker...@vger.kernel.org > > Subject: Re: [PATCH 06/10] mtd: intel-dg: wake card on operations > > > > On Tue, Oct 29, 2024

RE: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-05 Thread Usyskin, Alexander
> > > Thomas Zimmermann ; David Airlie > > > ; Simona Vetter ; Jani Nikula > > > ; Joonas Lahtinen > > > ; Tvrtko Ursulin ; > > > Weil, Oren jer ; linux-...@lists.infradead.org; > dri- > > > de...@lists.freedesktop.org; intel-...@lists.freedeskt

Re: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-11-04 Thread Rodrigo Vivi
Weil, Oren jer ; linux-...@lists.infradead.org; > > dri- > > de...@lists.freedesktop.org; intel-...@lists.freedesktop.org; linux- > > ker...@vger.kernel.org > > Subject: RE: [PATCH 06/10] mtd: intel-dg: wake card on operations > > > > > > > >

RE: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-10-29 Thread Usyskin, Alexander
> ; Tvrtko Ursulin ; > > Weil, Oren jer ; linux-...@lists.infradead.org; > > dri- > > de...@lists.freedesktop.org; intel-...@lists.freedesktop.org; linux- > > ker...@vger.kernel.org > > Subject: Re: [PATCH 06/10] mtd: intel-dg: wake card on operations > > &

RE: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-10-28 Thread Gupta, Anshuman
..@vger.kernel.org > Subject: Re: [PATCH 06/10] mtd: intel-dg: wake card on operations > > On Tue, Oct 22, 2024 at 01:41:15PM +0300, Alexander Usyskin wrote: > > Enable runtime PM in mtd driver to notify graphics driver that whole > > card should be kept awake while nvm opera

Re: [PATCH 06/10] mtd: intel-dg: wake card on operations

2024-10-28 Thread Rodrigo Vivi
On Tue, Oct 22, 2024 at 01:41:15PM +0300, Alexander Usyskin wrote: > Enable runtime PM in mtd driver to notify graphics driver that > whole card should be kept awake while nvm operations are > performed through this driver. > > CC: Lucas De Marchi > Signed-off-by: Alexander Usyskin > --- > driv