[PATCH v2 2/5] ARM: bus: da8xx-mstpri: new driver
From: robh@kernel.org (Rob Herring)
Date: 2016-11-09 18:24:40
Also in:
dri-devel, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2016-11-09 18:24:40
Also in:
dri-devel, linux-devicetree, lkml
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 <redacted> --- .../devicetree/bindings/bus/ti,da850-mstpri.txt | 20 ++
Acked-by: Rob Herring <robh@kernel.org>
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