linux-sh.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype
@ 2015-12-17  6:45 Magnus Damm
  2015-12-17 11:38 ` Sergei Shtylyov
  2015-12-17 11:42 ` Sergei Shtylyov
  0 siblings, 2 replies; 3+ messages in thread
From: Magnus Damm @ 2015-12-17  6:45 UTC (permalink / raw)
  To: linux-sh

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype
  2015-12-17  6:45 [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype Magnus Damm
@ 2015-12-17 11:38 ` Sergei Shtylyov
  2015-12-17 11:42 ` Sergei Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2015-12-17 11:38 UTC (permalink / raw)
  To: linux-sh

Hello.

On 12/17/2015 9:45 AM, Magnus Damm wrote:

> 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";

    It's enough to just omit the "status" prop, AFAIK.

[...]
> --- 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

    Unrelated change?

MBR, Sergei


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype
  2015-12-17  6:45 [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype Magnus Damm
  2015-12-17 11:38 ` Sergei Shtylyov
@ 2015-12-17 11:42 ` Sergei Shtylyov
  1 sibling, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2015-12-17 11:42 UTC (permalink / raw)
  To: linux-sh

Hello.

On 12/17/2015 9:45 AM, Magnus Damm wrote:

> 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";

    It's enough to just omit the "status" prop, AFAIK.

[...]
> --- 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

    Unrelated change?

MBR, Sergei


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-12-17 11:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17  6:45 [PATCH] ARM: shmobile: r8a7790: DU and IPMMU-MX prototype Magnus Damm
2015-12-17 11:38 ` Sergei Shtylyov
2015-12-17 11:42 ` Sergei Shtylyov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).