
24 Oct
2024
24 Oct
'24
10:42 p.m.
On Fri, 18 Oct 2024 03:30:12 +0200, Heinrich Schuchardt wrote:
There should be a defined interface between block devices drivers and the block class layer. Most drivers already use blk_create_devicef() to generate block devices. The EFI block device driver and the Rockchip rkmtd driver are the exceptions.
- Convert the remaining drivers to use blk_create_devicef().
- Make blk_create_device() a static function.
[...]
Applied to u-boot/master, thanks!
--
Tom