Re: [PATCH v5 net-next 2/3] net: mscc: ocelot: add ability to perform bulk reads
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2022-02-08 13:17:49
Also in:
lkml
From: Vladimir Oltean <vladimir.oltean@nxp.com>
Date: 2022-02-08 13:17:49
Also in:
lkml
On Mon, Feb 07, 2022 at 08:46:43PM -0800, Colin Foster wrote:
Regmap supports bulk register reads. Ocelot does not. This patch adds support for Ocelot to invoke bulk regmap reads. That will allow any driver that performs consecutive reads over memory regions to optimize that access. Signed-off-by: Colin Foster <colin.foster@in-advantage.com> ---
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>