acrn-kernel/drivers/net/dsa/qca
Christian Marangi c766e077d9 net: dsa: qca8k: convert to regmap read/write API
Convert qca8k to regmap read/write bulk API. The mgmt eth can write up
to 32 bytes of data at times. Currently we use a custom function to do
it but regmap now supports declaration of read/write bulk even without a
bus.

Drop the custom function and rework the regmap function to this new
implementation.

Rework the qca8k_fdb_read/write function to use the new
regmap_bulk_read/write as the old qca8k_bulk_read/write are now dropped.

Cc: Mark Brown <broonie@kernel.org>
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2023-01-27 12:06:45 +00:00
..
Kconfig
Makefile
ar9331.c net: dsa: ar9331: remove unnecessary dev_set_drvdata() 2022-09-22 19:30:38 -07:00
qca8k-8xxx.c net: dsa: qca8k: convert to regmap read/write API 2023-01-27 12:06:45 +00:00
qca8k-common.c net: dsa: qca8k: convert to regmap read/write API 2023-01-27 12:06:45 +00:00
qca8k.h net: dsa: qca8k: convert to regmap read/write API 2023-01-27 12:06:45 +00:00