From: Andrew Lunn <andrew@lunn.ch> Date: 2020-05-14 01:38:42
On Thu, May 14, 2020 at 02:07:44AM +0200, Marek Vasut wrote:
The register and FIFO accessors are bus specific, so is locking.
Implement callbacks so that each variant of the KS8851 can implement
matching accessors and locking, and use the rest of the common code.
Signed-off-by: Marek Vasut <marex@denx.de>