rcar_gen3: drivers: qos: Add function to configure DBSC QoS settings from a table
authorMarek Vasut <[email protected]>
Fri, 14 Jun 2019 13:55:04 +0000 (15:55 +0200)
committerMarek Vasut <[email protected]>
Mon, 17 Jun 2019 13:13:22 +0000 (15:13 +0200)
commitd875f93642b6c9641316024af6a215f0151dad62
treec61ea90c7594ea0533e1ebb0774d8b7f4624f1ca
parentb784916485d22a803af18e8722616ee3c13f9d06
rcar_gen3: drivers: qos: Add function to configure DBSC QoS settings from a table

The DBSC QoS settings can be programmed by iterating over a table with
register-value pairs and writing those to the registers, add function
to do just that. Subsequent patches will convert the DBSC QoS setting
functions for each SoC to this new function.

Signed-off-by: Marek Vasut <[email protected]>
Change-Id: I949c46a0f032661a58000cb5f7829349e973438c
drivers/staging/renesas/rcar/qos/qos_common.h
drivers/staging/renesas/rcar/qos/qos_init.c