Marek Behún 0d1ecc99cb mtd: Remove mtd_erase_callback() entirely
The original purpose of mtd_erase_callback() in Linux at the time it was
imported to U-Boot, was to inform the caller that erasing is done (since
it was an asynchronous operation).

All supplied callback methods in U-Boot do nothing, but the
mtd_erase_callback() function was (until previous patch) grossly abused
in U-Boot's mtdpart implementation for completely different purpose.

Since we got rid of the abusement, remove the mtd_erase_callback()
function and the .callback member from struct erase_info entirely, in
order to avoid such problems in the future.

Signed-off-by: Marek Behún <marek.behun@nic.cz>
2021-10-23 15:47:33 +05:30
..
2021-01-27 16:58:57 -05:00
2019-12-06 16:44:20 -05:00
2019-12-06 16:44:20 -05:00
2019-12-06 16:44:20 -05:00
2021-03-01 09:54:11 -05:00
2018-06-07 17:08:06 -04:00
2018-11-20 13:08:15 +01:00
2017-07-06 16:17:19 -04:00
2019-05-20 13:50:34 +02:00
2020-05-11 01:30:49 +05:30
2020-08-24 16:37:53 +02:00
2017-04-13 09:41:10 -04:00
2019-12-06 16:44:20 -05:00
2021-03-01 09:54:11 -05:00
2021-04-20 07:31:12 -04:00
2018-11-20 13:08:15 +01:00
2017-07-06 16:17:19 -04:00
2021-04-12 17:44:55 -04:00
2019-12-06 16:44:19 -05:00
2019-05-05 08:48:50 -04:00