Re: [PATCH 2/3] sunxi: mmc: group non-DM specific functions

2023-01-08 Thread Samuel Holland
On 7/13/22 11:21, Andre Przywara wrote: > As the SPL code for sunxi boards does not use the driver model, we have > two mmc_ops structures, one for DM, one for non-DM. The actual hardware > access code is shared, with the respective callback functions using that > common code. > > To make this mor

[PATCH 2/3] sunxi: mmc: group non-DM specific functions

2022-07-13 Thread Andre Przywara
As the SPL code for sunxi boards does not use the driver model, we have two mmc_ops structures, one for DM, one for non-DM. The actual hardware access code is shared, with the respective callback functions using that common code. To make this more obvious and easier to read, reorder the functions