Re: [PATCH 05/11] rockchip: efuse: Refactor to use driver data and ops

2023-02-22 Thread Kever Yang
On 2023/2/16 07:48, Jonas Karlman wrote: Refactor the driver to use driver data and ops to simplify handling of SoCs that require a unique read op. Move handling of the aligned bounce buffer to main read op in order to keep the SoC unique read op simple. Signed-off-by: Jonas Karlman

[PATCH 05/11] rockchip: efuse: Refactor to use driver data and ops

2023-02-15 Thread Jonas Karlman
Refactor the driver to use driver data and ops to simplify handling of SoCs that require a unique read op. Move handling of the aligned bounce buffer to main read op in order to keep the SoC unique read op simple. Signed-off-by: Jonas Karlman --- drivers/misc/rockchip-efuse.c | 160