summaryrefslogtreecommitdiff
path: root/drivers/block/rkmtd.c
AgeCommit message (Collapse)Author
2024-10-24rockchip: block: simplify rkmtd driverHeinrich Schuchardt
By using blk_create_devicef() instead of blk_create_devicef() the driver can be simplified and brought into line with other block device drivers. Signed-off-by: Heinrich Schuchardt <[email protected]> Tested-by: Johan Jonker <[email protected]>
2023-10-24rockchip: block: add rkmtd class and driversJohan Jonker
Add rkmtd class and drivers to create a virtual block device to transfer Rockchip boot block data to and from NAND with block orientated tools like "ums" and "rockusb". Signed-off-by: Johan Jonker <[email protected]> Reviewed-by: Kever Yang <[email protected]>