commit | 901fb957742edef9307948c397bdd28c8b5ebfac | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Wed Jan 11 23:24:23 2023 +0100 |
committer | Nico Huber <nico.h@gmx.de> | Sat Mar 09 10:30:24 2024 +0000 |
tree | c69fc13d64764e08ce22df9a08772cb4eb9cde20 | |
parent | a96aaa3c716e13c62e1a7d93b5e6580e817cd2f5 [diff] |
Add prepare/finish_access() hooks for chip drivers Some of the arrangements we perform in prepare_flash_access() are actually specific to the flash chip. Allow to clean that up by adding respective hooks into `struct flashchip`. Change-Id: Iff79ba3d190dba04ecf58c5c53faa428bf592bdf Signed-off-by: Nico Huber <nico.h@gmx.de> Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/72516