
25 May
2020
25 May
'20
10:05 a.m.
On Thu, May 14, 2020 at 6:21 PM Jagan Teki jagan@amarulasolutions.com wrote:
The get_sw_write_prot API is used to get the write-protected bits of flash by reading the status register and other wards it's API for reading register bits.
- This kind of requirement can be achieved using existing flash operations and flash locking API calls instead of making a separate flash API.
- Technically there is no real hardware user for this API to use in the source tree.
- Having a flash operations API for simple register read bits also make difficult to extend the flash operations.
- Instead of touching generic code, it is possible to have this functionality inside spinor operations in the form of flash hooks or fixups for associated flash chips.
Considering all these points, this patch drops the get_sw_write_prot and associated code bases.
Cc: Simon Glass sjg@chromium.org Cc: Vignesh R vigneshr@ti.com Signed-off-by: Jagan Teki jagan@amarulasolutions.com
Applied to u-boot-spi/master