- 17 Jun, 2019 6 commits
-
-
Marek Vasut authored
Now that QoS drivers are cleaned up , move them out of staging. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: If61ab2157c30b8f5a6b91d2c56ddbb9098ef99e8
-
Marek Vasut authored
Convert the DBSC QoS setting function to a simple table of register-value pairs and pass it to common rcar_qos_dbsc_setting() to write those values to matching registers. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I3e8b0251099b57581ebdcfce5670bff5579dc505
-
Marek Vasut authored
Drop useless comments in dbsc_setting(). No functional change. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I8a113d253f39e5b6a61e16b1740f9a66b2540753
-
Marek Vasut authored
Convert the mstat table from a complex structure to simple sequence of uint64_t values, since the structure described just that and the loop can operate over incrementing sequence of addresses just fine. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: If1917605e5540a38cbd763c56fc1e677573e7066
-
Marek Vasut authored
Pull out the mstat fix array into separate file, to align the structure of the driver with the other SoCs. No functional change. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: Ifb6644063d8f463e2eb20bdadc5b69ab74ac591d
-
Marek Vasut authored
Use common qos_regs.h instead of a local copy in the V3M QoS init. Fill missing registers into qos_regs.h . No functional change. Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> Change-Id: I9aabff54abc05781ef606b0d09e4e9fbf7ec3968
-
- 02 Apr, 2019 1 commit
-
-
Valentine Barshak authored
Add R-Car V3M support. This is based on the original V3M support patch for Yocto v2.23.1 by Vladimir Barinov. Signed-off-by:
Vladimir Barinov <vladimir.barinov@cogentembedded.com> Signed-off-by:
Valentine Barshak <valentine.barshak@cogentembedded.com> Signed-off-by:
Marek Vasut <marek.vasut+renesas@gmail.com> --- Marek: Update on top of mainline ATF/master
-