Re: [PATCH v2 2/5] ARM: bus: da8xx-mstpri: new driver

From: Rob Herring
Date: Wed Nov 09 2016 - 13:24:44 EST


On Mon, Oct 31, 2016 at 03:45:35PM +0100, Bartosz Golaszewski wrote:
> Create the driver for the da8xx master peripheral priority
> configuration and implement support for writing to the three
> Master Priority registers on da850 SoCs.
>
> Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
> ---
> .../devicetree/bindings/bus/ti,da850-mstpri.txt | 20 ++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/bus/Kconfig | 9 +
> drivers/bus/Makefile | 2 +
> drivers/bus/da8xx-mstpri.c | 269 +++++++++++++++++++++
> 4 files changed, 300 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/bus/ti,da850-mstpri.txt
> create mode 100644 drivers/bus/da8xx-mstpri.c