Re: [PATCH 00/10] arch/arm OMAP IOMMU patches for 3.15

2014-03-12 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [140311 14:52]:
 Hi Paul,
 
 On 03/05/2014 06:24 PM, Suman Anna wrote:
 Hi Paul, Benoit,
 
 This is a repost as per Tony's request [3] of all the OMAP IOMMU DT support
 patches that are under arch/arm. The series just assimilates patches 8
 through 13 from the v3 OMAP IOMMU DT adaptation for 3.15 series [1], and
 all the v2 patches from the OMAP IOMMU DTS nodes [2].
 
 The only change made with respect to the patches above is in the OMAP4
 and OMAP5 DTS nodes - I have adjusted the reg sizes from 0xff to 0x100.
 
 Can you please provide your acks on the hwmod patches and DTS
 patches?
 
 Ping. Can you review and provide your acks for Patches 2 and 5 (the
 hwmod patches) for Tony to pick up all the patches in the series?

Applied all with Paul's acks into omap-for-v3.15/dt. As it's getting
so late to the merge window, no guarantees it will actually get
pulled.

For the pdata-quirks.c changes, I assume you are working on
implementing the reset driver mentioned in the related patch?

Regards,

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] arch/arm OMAP IOMMU patches for 3.15

2014-03-12 Thread Suman Anna

On 03/12/2014 12:04 PM, Tony Lindgren wrote:

* Suman Anna s-a...@ti.com [140311 14:52]:

Hi Paul,

On 03/05/2014 06:24 PM, Suman Anna wrote:

Hi Paul, Benoit,

This is a repost as per Tony's request [3] of all the OMAP IOMMU DT support
patches that are under arch/arm. The series just assimilates patches 8
through 13 from the v3 OMAP IOMMU DT adaptation for 3.15 series [1], and
all the v2 patches from the OMAP IOMMU DTS nodes [2].

The only change made with respect to the patches above is in the OMAP4
and OMAP5 DTS nodes - I have adjusted the reg sizes from 0xff to 0x100.

Can you please provide your acks on the hwmod patches and DTS
patches?


Ping. Can you review and provide your acks for Patches 2 and 5 (the
hwmod patches) for Tony to pick up all the patches in the series?


Applied all with Paul's acks into omap-for-v3.15/dt. As it's getting
so late to the merge window, no guarantees it will actually get
pulled.


Thanks Tony.



For the pdata-quirks.c changes, I assume you are working on
implementing the reset driver mentioned in the related patch?



Dan Murphy is currently working on this, and there is still some work to 
be done before it can be posted to the lists.


regards
Suman


--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] arch/arm OMAP IOMMU patches for 3.15

2014-03-12 Thread Tony Lindgren
* Suman Anna s-a...@ti.com [140312 10:25]:
 On 03/12/2014 12:04 PM, Tony Lindgren wrote:
 
 For the pdata-quirks.c changes, I assume you are working on
 implementing the reset driver mentioned in the related patch?
 
 
 Dan Murphy is currently working on this, and there is still some
 work to be done before it can be posted to the lists.

OK thanks for the update, good to hear.

Tony
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/10] arch/arm OMAP IOMMU patches for 3.15

2014-03-11 Thread Suman Anna

Hi Paul,

On 03/05/2014 06:24 PM, Suman Anna wrote:

Hi Paul, Benoit,

This is a repost as per Tony's request [3] of all the OMAP IOMMU DT support
patches that are under arch/arm. The series just assimilates patches 8
through 13 from the v3 OMAP IOMMU DT adaptation for 3.15 series [1], and
all the v2 patches from the OMAP IOMMU DTS nodes [2].

The only change made with respect to the patches above is in the OMAP4
and OMAP5 DTS nodes - I have adjusted the reg sizes from 0xff to 0x100.

Can you please provide your acks on the hwmod patches and DTS
patches?


Ping. Can you review and provide your acks for Patches 2 and 5 (the 
hwmod patches) for Tony to pick up all the patches in the series?


regards
Suman



[1] http://marc.info/?l=linux-omapm=139362022805667w=2
[2] http://marc.info/?l=linux-omapm=139362062805816w=2
[3] http://marc.info/?l=linux-omapm=139404802021252w=2

Florian Vaussard (4):
   ARM: OMAP3: remove deprecated CONFIG_OMAP_IOMMU_IVA2
   ARM: dts: OMAP3: Update ISP IOMMU node
   ARM: dts: OMAP3: Add IVA IOMMU node
   ARM: dts: OMAP4: Add IOMMU nodes

Suman Anna (6):
   ARM: OMAP3: fix iva mmu programming issues
   ARM: OMAP2+: change the ISP device archdata MMU name for DT
   ARM: OMAP2+: use pdata quirks for iommu reset lines
   ARM: OMAP5: hwmod data: add mmu data for ipu  dsp
   ARM: OMAP2+: extend iommu pdata-quirks to OMAP5
   ARM: dts: OMAP5: Add IOMMU nodes

  arch/arm/boot/dts/omap3.dtsi| 15 --
  arch/arm/boot/dts/omap4.dtsi| 15 ++
  arch/arm/boot/dts/omap5.dtsi| 15 ++
  arch/arm/mach-omap2/clockdomains3xxx_data.c |  2 +-
  arch/arm/mach-omap2/devices.c   |  3 ++
  arch/arm/mach-omap2/omap_hwmod_3xxx_data.c  | 12 ++---
  arch/arm/mach-omap2/omap_hwmod_54xx_data.c  | 83 +
  arch/arm/mach-omap2/pdata-quirks.c  | 24 +
  arch/arm/plat-omap/Kconfig  |  3 --
  9 files changed, 157 insertions(+), 15 deletions(-)



--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 00/10] arch/arm OMAP IOMMU patches for 3.15

2014-03-05 Thread Suman Anna
Hi Paul, Benoit,

This is a repost as per Tony's request [3] of all the OMAP IOMMU DT support
patches that are under arch/arm. The series just assimilates patches 8
through 13 from the v3 OMAP IOMMU DT adaptation for 3.15 series [1], and
all the v2 patches from the OMAP IOMMU DTS nodes [2].

The only change made with respect to the patches above is in the OMAP4
and OMAP5 DTS nodes - I have adjusted the reg sizes from 0xff to 0x100.

Can you please provide your acks on the hwmod patches and DTS
patches?

regards
Suman

[1] http://marc.info/?l=linux-omapm=139362022805667w=2
[2] http://marc.info/?l=linux-omapm=139362062805816w=2
[3] http://marc.info/?l=linux-omapm=139404802021252w=2

Florian Vaussard (4):
  ARM: OMAP3: remove deprecated CONFIG_OMAP_IOMMU_IVA2
  ARM: dts: OMAP3: Update ISP IOMMU node
  ARM: dts: OMAP3: Add IVA IOMMU node
  ARM: dts: OMAP4: Add IOMMU nodes

Suman Anna (6):
  ARM: OMAP3: fix iva mmu programming issues
  ARM: OMAP2+: change the ISP device archdata MMU name for DT
  ARM: OMAP2+: use pdata quirks for iommu reset lines
  ARM: OMAP5: hwmod data: add mmu data for ipu  dsp
  ARM: OMAP2+: extend iommu pdata-quirks to OMAP5
  ARM: dts: OMAP5: Add IOMMU nodes

 arch/arm/boot/dts/omap3.dtsi| 15 --
 arch/arm/boot/dts/omap4.dtsi| 15 ++
 arch/arm/boot/dts/omap5.dtsi| 15 ++
 arch/arm/mach-omap2/clockdomains3xxx_data.c |  2 +-
 arch/arm/mach-omap2/devices.c   |  3 ++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c  | 12 ++---
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c  | 83 +
 arch/arm/mach-omap2/pdata-quirks.c  | 24 +
 arch/arm/plat-omap/Kconfig  |  3 --
 9 files changed, 157 insertions(+), 15 deletions(-)

-- 
1.9.0

--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html