summaryrefslogtreecommitdiffstats
path: root/drivers/bus/da8xx-mstpri.c
Commit message (Collapse)AuthorAgeFilesLines
* bus: da850-mstpri: fix my e-mail addressBartosz Golaszewski2017-01-021-1/+1
| | | | | | | I noticed my e-mail address is wrong in this one. This patch fixes it. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
* bus: da8xx-mstpri: drop the call to of_flat_dt_get_machine_name()Bartosz Golaszewski2016-11-231-3/+1Star
| | | | | | | | | | In order to avoid a section mismatch drop the call to of_flat_dt_get_machine_name() when printing the error message. While we're at it: fix a typo. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Sekhar Nori <nsekhar@ti.com>
* bus: davinci: add support for da8xx bus master priority controlBartosz Golaszewski2016-11-141-0/+269
Create the driver for the da8xx master peripheral priority configuration and implement support for writing to the three Master Priority registers on da850 SoCs. Reviewed-by: Kevin Hilman <khilman@baylibre.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> [nsekhar@ti.com: subject line adjustment] Signed-off-by: Sekhar Nori <nsekhar@ti.com>