All of lore.kernel.org
 help / color / mirror / Atom feed
From: Magnus Damm <magnus.damm@gmail.com>
To: linux-sh@vger.kernel.org
Subject: [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype
Date: Thu, 17 Dec 2015 06:45:35 +0000	[thread overview]
Message-ID: <20151217064535.30114.91840.sendpatchset@little-apple> (raw)

From: Magnus Damm <damm+renesas@opensource.se>

Enable the IPMMU-MX device and hook up the DU on r8a7790,
and also include enable debug messages.

On boards such as r8a7790 Lager the DU will with this change
included use IOMMU framework and IPMMU-MX device  when driving
on-board video output via VGA, HDMI and LVDS.

Not-Yet-Signed-off-by: Magnus Damm <damm+renesas@opensource.se>
---

 Written against renesas-devel-20151217v2-v4.4-rc5

 arch/arm/boot/dts/r8a7790.dtsi |    3 ++-
 drivers/iommu/iommu.c          |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

--- 0001/arch/arm/boot/dts/r8a7790.dtsi
+++ work/arch/arm/boot/dts/r8a7790.dtsi	2015-12-17 15:38:20.890513000 +0900
@@ -886,6 +886,7 @@
 			 <&mstp7_clks R8A7790_CLK_LVDS0>,
 			 <&mstp7_clks R8A7790_CLK_LVDS1>;
 		clock-names = "du.0", "du.1", "du.2", "lvds.0", "lvds.1";
+		iommus = <&ipmmu_mx 15>, <&ipmmu_mx 16>;
 		status = "disabled";
 
 		ports {
@@ -1809,7 +1810,7 @@
 		interrupts = <0 222 IRQ_TYPE_LEVEL_HIGH>,
 			     <0 221 IRQ_TYPE_LEVEL_HIGH>;
 		#iommu-cells = <1>;
-		status = "disabled";
+		status = "okay";
 	};
 
 	ipmmu_rt: mmu@ffc80000 {
--- 0001/drivers/iommu/iommu.c
+++ work/drivers/iommu/iommu.c	2015-12-17 15:38:34.880513000 +0900
@@ -15,7 +15,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
  */
-
+#define DEBUG
 #define pr_fmt(fmt)    "iommu: " fmt
 
 #include <linux/device.h>

             reply	other threads:[~2015-12-17  6:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-17  6:45 Magnus Damm [this message]
2015-12-17 11:38 ` [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype Sergei Shtylyov
2015-12-17 11:42 ` Sergei Shtylyov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151217064535.30114.91840.sendpatchset@little-apple \
    --to=magnus.damm@gmail.com \
    --cc=linux-sh@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.