summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorMarek Vasut <marex@denx.de>2020-05-29 01:21:34 +0300
committerDavid S. Miller <davem@davemloft.net>2020-05-29 02:30:04 +0300
commit806f66495e791eb349cd3ea286ee411bcf1df4d0 (patch)
tree4cc2b61714370a950ab86c3db8302ae0e28b7ff8 /usr
parent2c5b0a86ac54dae5bcf854a93dbb086191368014 (diff)
downloadlinux-806f66495e791eb349cd3ea286ee411bcf1df4d0.tar.xz
net: ks8851: Remove ks8851_rdreg32()
The ks8851_rdreg32() is used only in one place, to read two registers using a single read. To make it easier to support 16-bit accesses via parallel bus later on, replace this single read with two 16-bit reads from each of the registers and drop the ks8851_rdreg32() altogether. If this has noticeable performance impact on the SPI variant of KS8851, then we should consider using regmap to abstract the SPI and parallel bus options and in case of SPI, permit regmap to merge register reads of neighboring registers into single, longer, read. Signed-off-by: Marek Vasut <marex@denx.de> Cc: David S. Miller <davem@davemloft.net> Cc: Lukas Wunner <lukas@wunner.de> Cc: Petr Stetiar <ynezz@true.cz> Cc: YueHaibing <yuehaibing@huawei.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr')
0 files changed, 0 insertions, 0 deletions