Re: [PATCH v3 1/2] mtd: Add flag to indicate panic_write

2019-07-01 Thread Miquel Raynal
Hi Kamal, Kamal Dasu wrote on Thu, 16 May 2019 12:41:46 -0400: > Added a flag to indicate a panic_write so that low level drivers can > use it to take required action where applicable, to ensure oops data > gets written to assigned mtd device. > > Signed-off-by: Kamal Dasu > --- Applied to

Re: [PATCH v3 1/2] mtd: Add flag to indicate panic_write

2019-06-17 Thread Richard Weinberger
On Fri, May 17, 2019 at 10:08 AM Richard Weinberger wrote: > > On Thu, May 16, 2019 at 6:42 PM Kamal Dasu wrote: > > > > Added a flag to indicate a panic_write so that low level drivers can > > use it to take required action where applicable, to ensure oops data > > gets written to assigned mtd

Re: [PATCH v3 1/2] mtd: Add flag to indicate panic_write

2019-05-17 Thread Richard Weinberger
On Thu, May 16, 2019 at 6:42 PM Kamal Dasu wrote: > > Added a flag to indicate a panic_write so that low level drivers can > use it to take required action where applicable, to ensure oops data > gets written to assigned mtd device. > > Signed-off-by: Kamal Dasu > --- > drivers/mtd/mtdcore.c

[PATCH v3 1/2] mtd: Add flag to indicate panic_write

2019-05-16 Thread Kamal Dasu
Added a flag to indicate a panic_write so that low level drivers can use it to take required action where applicable, to ensure oops data gets written to assigned mtd device. Signed-off-by: Kamal Dasu --- drivers/mtd/mtdcore.c | 3 +++ include/linux/mtd/mtd.h | 6 ++ 2 files changed, 9