Re: [PATCH 0/1] fw_setenv always locks flash whenever it tries to write

2020-07-30 Thread Tom Rini
On Thu, Jul 23, 2020 at 10:20:55PM +, Ivan Mikhaylov wrote: > On Fri, 2020-07-10 at 19:54 +0300, Ivan Mikhaylov wrote: > > fw_setenv usage always locks u-boot-env mtd device without questions. > > Locking of flash can be disruptive and may affect not only u-boot-env > > region due to different

Re: [PATCH 0/1] fw_setenv always locks flash whenever it tries to write

2020-07-23 Thread Ivan Mikhaylov
On Fri, 2020-07-10 at 19:54 +0300, Ivan Mikhaylov wrote: > fw_setenv usage always locks u-boot-env mtd device without questions. > Locking of flash can be disruptive and may affect not only u-boot-env > region due to different problems with chips and lock callbacks on > kernel > side. I'm not sure

[PATCH 0/1] fw_setenv always locks flash whenever it tries to write

2020-07-11 Thread Ivan Mikhaylov
fw_setenv usage always locks u-boot-env mtd device without questions. Locking of flash can be disruptive and may affect not only u-boot-env region due to different problems with chips and lock callbacks on kernel side. I'm not sure if my fix is right, but also I thought about possible option in fw_

[PATCH 0/1] fw_setenv always locks flash whenever it tries to write

2020-05-05 Thread Ivan Mikhaylov
From: Ivan Mikhaylov fw_setenv usage always locks u-boot-env mtd device without questions. Locking of flash can be disruptive and may affect not only u-boot-env region due to different problems with chips and lock callbacks on kernel side. I'm not sure if my fix is right, but also I thought about