[PATCH 16/16] ARM: OMAP: Make plat/omap-pm.h local to mach-omap2

2012-10-04 Thread Tony Lindgren
-media@vger.kernel.org Signed-off-by: Tony Lindgren --- arch/arm/mach-omap1/pm_bus.c |2 -- arch/arm/mach-omap2/board-rx51-peripherals.c |2 +- arch/arm/mach-omap2/display.c|2 +- arch/arm/mach-omap2/dsp.c|2 +- arch/arm/mach-omap2

Re: [PATCH v2 1/5] [media] omap3isp: Fix compilation error in ispreg.h

2012-10-08 Thread Tony Lindgren
* Mauro Carvalho Chehab [121007 06:18]: > Em Tue, 2 Oct 2012 09:31:58 -0700 > Tony Lindgren escreveu: > > > * Ido Yariv [121001 15:48]: > > > Commit c49f34bc ("ARM: OMAP2+ Move SoC specific headers to be local to > > > mach-omap2") moved omap34xx.

Re: [PATCH v3 1/3] omap3isp: Add CSI configuration registers from control block to ISP resources

2012-10-08 Thread Tony Lindgren
em_region() in isp_map_mem_resource() before they get ioremapped, right? And camera is the only user for these registers and they are not shared with anything else? If so, then this is OK to merge via the media patches: Acked-by: Tony Lindgren > Signed-off-by: Sakari Ailus > --- > a

Re: [PATCH v5 0/3] OMAP 3 CSI-2 configuration

2012-10-18 Thread Tony Lindgren
* Laurent Pinchart [121018 06:46]: > Hi Tony, > > On Tuesday 16 October 2012 16:51:40 Laurent Pinchart wrote: > > Hi Sakari, > > > > Thanks for the patches. > > > > For the whole series, > > > > Acked-by: Laurent Pinchart > > > > Tony, do you want to take patch 1/3 in your tree, or can I pus

[PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-18 Thread Tony Lindgren
Ramirez Luna Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/iommu2.c |1 arch/arm/plat-omap/include/plat/iommu.h| 10 +-- arch/arm/plat-omap/include/plat/iovmm.h| 89 drivers/iommu/omap-iommu-debug.c

[PATCH 4/6] ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.c

2012-10-18 Thread Tony Lindgren
Cc: Mauro Carvalho Chehab Cc: Omar Ramirez Luna Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Makefile|2 arch/arm/plat-omap/include/plat/iommu.h | 272 ++- drivers/iommu/Makefile |1

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-18 Thread Tony Lindgren
* Mauro Carvalho Chehab [121018 13:58]: > Tony, > > Em Thu, 18 Oct 2012 13:28:42 -0700 > Tony Lindgren escreveu: > > > Looks like the iommu framework does not have generic functions > > exported for all the needs yet. The hardware specific functions > > are de

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-19 Thread Tony Lindgren
* Laurent Pinchart [121019 02:41]: > > Nitpicking, please keep the headers sorted alphabetically, here and in all > locations below (especially the OMAP3 ISP driver). > > (OK, there's already one misplaced #include, but let's not make it worse :-)) Sure I'll check that. > I plan to push clea

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-24 Thread Tony Lindgren
* Laurent Pinchart [121019 02:41]: > On Thursday 18 October 2012 13:28:42 Tony Lindgren wrote: > > --- a/arch/arm/mach-omap2/iommu2.c > > +++ b/arch/arm/mach-omap2/iommu2.c > > @@ -17,6 +17,7 @@ > > #include > > #include > > #include > > +#incl

[PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-24 Thread Tony Lindgren
@vger.kernel.org Acked-by: Mauro Carvalho Chehab Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/iommu2.c |1 arch/arm/plat-omap/include/plat/iommu.h| 10 +-- arch/arm/plat-omap/include/plat/iovmm.h| 89 drivers/iommu/omap-iommu

[PATCH 4/6] ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.c

2012-10-24 Thread Tony Lindgren
Cc: Mauro Carvalho Chehab Cc: Omar Ramirez Luna Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Makefile|2 arch/arm/plat-omap/include/plat/iommu.h | 272 ++- drivers/iommu/Makefile |1

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-24 Thread Tony Lindgren
* Laurent Pinchart [121024 16:54]: > On Wednesday 24 October 2012 15:34:12 Tony Lindgren wrote: > > > > BTW, doing a test compile on v3.7-rc2, I'm seeing the following warnings > > for omap3isp for isp_video_ioctl_ops: > > > > drivers/media/plat

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-25 Thread Tony Lindgren
* Laurent Pinchart [121025 01:39]: > > I still think you should split this in two files, omap-iommu.h and omap- > iovmm.h. The later would just be arch/arm/plat-omap/include/plat/iovmm.h > moved > to include/linux.h. Can you please explain a bit more why you're thinking a separate omap-iovmm.h

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-25 Thread Tony Lindgren
* Laurent Pinchart [121025 13:23]: > Hi Tony, > > On Thursday 25 October 2012 09:56:44 Tony Lindgren wrote: > > * Laurent Pinchart [121025 01:39]: > > > I still think you should split this in two files, omap-iommu.h and omap- > > > iovmm.h. The later would j

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-26 Thread Tony Lindgren
* Ohad Ben-Cohen [121026 02:56]: > Hi Laurent, > > On Fri, Oct 26, 2012 at 11:35 AM, Laurent Pinchart > wrote: > > That's on my to-do list, as well as porting the OMAP3 ISP driver to > > videobuf2, > > adding DT support, moving to the common clock framework (when that will be > > available for

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-10-30 Thread Tony Lindgren
* Tony Lindgren [121026 11:02]: > * Ohad Ben-Cohen [121026 02:56]: > > Hi Laurent, > > > > On Fri, Oct 26, 2012 at 11:35 AM, Laurent Pinchart > > wrote: > > > That's on my to-do list, as well as porting the OMAP3 ISP driver to > > > videob

Re: [PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-11-02 Thread Tony Lindgren
* Tony Lindgren [121030 09:31]: > > OK so are people happy with the patches in this series? > > Please everybody ack if no more comments so we can move on > towards getting CONFIG_MULTIPLATFORM to work for omaps. Looks like Joerg has a new email address, I'll send this seri

[PATCH 4/6] ARM: OMAP2+: Move iommu2 to drivers/iommu/omap-iommu2.c

2012-11-02 Thread Tony Lindgren
Cc: Mauro Carvalho Chehab Cc: Omar Ramirez Luna Cc: linux-media@vger.kernel.org Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/Makefile|2 arch/arm/plat-omap/include/plat/iommu.h | 272 ++- drivers/iommu/Makefile |1

[PATCH 3/6] ARM: OMAP2+: Move plat/iovmm.h to include/linux/omap-iommu.h

2012-11-02 Thread Tony Lindgren
@vger.kernel.org Acked-by: Mauro Carvalho Chehab Signed-off-by: Tony Lindgren --- arch/arm/mach-omap2/iommu2.c |1 arch/arm/plat-omap/include/plat/iommu.h| 10 +-- arch/arm/plat-omap/include/plat/iovmm.h| 89 drivers/iommu/omap-iommu

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-12 Thread Tony Lindgren
* Tomi Valkeinen [121112 05:35]: > Hi, > > This patch removes use of cpu_is_* funcs from omap_vout, and uses omapdss's > version instead. The other patch removes an unneeded plat/dma.h include. > > These are based on current omapdss master branch, which has the omapdss > version > code. The oma

Re: [PATCH 1/7] ir-rx51: Handle signals properly

2012-11-20 Thread Tony Lindgren
Hi, * Timo Kokkonen [121118 07:15]: > --- a/drivers/media/rc/ir-rx51.c > +++ b/drivers/media/rc/ir-rx51.c > @@ -74,6 +74,19 @@ static void lirc_rx51_off(struct lirc_rx51 *lirc_rx51) > OMAP_TIMER_TRIGGER_NONE); > } > > +static void lirc_rx51_stop_tx(struct lirc_rx51

Re: [PATCH 0/2] omap_vout: remove cpu_is_* uses

2012-11-29 Thread Tony Lindgren
* Laurent Pinchart [121129 01:37]: > Hi Tomi, > > On Thursday 29 November 2012 11:30:28 Tomi Valkeinen wrote: > > On 2012-11-28 17:13, Laurent Pinchart wrote: > > > On Monday 12 November 2012 15:33:38 Tomi Valkeinen wrote: > > >> Hi, > > >> > > >> This patch removes use of cpu_is_* funcs from om

Re: [PATCH v3 08/10] arm: omap4panda: Add support for omap4iss camera

2012-05-25 Thread Tony Lindgren
* Sergio Aguirre [120523 21:49]: > Hi Tony, > > On Tue, May 8, 2012 at 6:46 PM, Tony Lindgren wrote: > > * Sergio Aguirre [120502 08:21]: > >> This adds support for camera interface with the support for > >> following sensors: > >> > >> -

Re: [PATCH v2 00/11] v4l2: OMAP4 ISS driver + Sensor + Board support

2011-12-07 Thread Tony Lindgren
* Sergio Aguirre [30 15:40]: > Hi everyone, > > This is the second version of the OMAP4 ISS driver, > now ported to the Media Controller framework AND supporting > videobuf2 framework. I suggest you do a device tree only binding for new drivers. > arch/arm/mach-omap2/board-4430sdp-camera.c

Re: [PATCH 6/9] [media] ir-rx51: fix clock API related build issues

2013-03-05 Thread Tony Lindgren
* Mauro Carvalho Chehab [130305 16:28]: > Em Tue, 5 Mar 2013 23:16:46 +0100 > Arnd Bergmann escreveu: > > > OMAP1 no longer provides its own clock interfaces since patch > > a135eaae52 "ARM: OMAP: remove plat/clock.h". This is great, but > > we now have to convert the ir-rx51 driver to use the

Re: [PATCH 6/9] [media] ir-rx51: fix clock API related build issues

2013-03-06 Thread Tony Lindgren
* Timo Kokkonen [130305 22:26]: > On 03.05 2013 17:09:53, Tony Lindgren wrote: > > * Mauro Carvalho Chehab [130305 16:28]: > > > Em Tue, 5 Mar 2013 23:16:46 +0100 > > > Arnd Bergmann escreveu: > > > > > > > OMAP1 no longer provides its own cloc

Re: [PATCH] [media] ir: IR_RX51 only works on OMAP2

2013-03-15 Thread Tony Lindgren
. > > > > Acked-by: Timo Kokkonen Acked-by: Tony Lindgren -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-11 Thread Tony Lindgren
* Arnd Bergmann [140611 07:37]: > The OMAP4 camera support depends on I2C and VIDEO_V4L2, both > of which can be loadable modules. This causes build failures > if we want the camera driver to be built-in. That's good news, but let's not fix it this way. > This can be solved by turning the optio

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-11 Thread Tony Lindgren
Mon Sep 17 00:00:00 2001 > From: Arnd Bergmann > Date: Tue, 21 Jan 2014 09:32:43 +0100 > Subject: [PATCH] [media] staging: tighten omap4iss dependencies > > The OMAP4 camera support depends on I2C and VIDEO_V4L2, both > of which can be loadable modules. This causes build failure

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-12 Thread Tony Lindgren
* Laurent Pinchart [140612 07:52]: > On Wednesday 11 June 2014 07:47:54 Tony Lindgren wrote: > > > > These should just use either pinctrl-single.c instead for muxing. > > Or if they are not mux registers, we do have the syscon mapping > > available in omap4.dtsi that p

Re: [PATCHv3 0/4] [media] si4713 DT binding

2014-11-10 Thread Tony Lindgren
* Sebastian Reichel [141110 12:36]: > Hi, > > This is the third revision of the si4713 radio transmitter DT support > patchset needed for the Nokia N900. > > Changes since PATCHv2: > * Dropped patches 1-4, which have been accepted > * Patch 1 has been updated according to Sakari's comments >

Re: [PATCHv3 3/4] ARM: OMAP2: RX-51: update si4713 platform data

2014-11-10 Thread Tony Lindgren
ith anything in the linux-omap tree: Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/board-rx51-peripherals.c | 69 > +--- > 1 file changed, 31 insertions(+), 38 deletions(-) > > diff --git a/arch/arm/mach-omap2/board-rx51-peripherals.c >

Re: [PATCH 1/2] mach-omap2: remove deprecated VIDEO_OMAP2 support

2014-11-14 Thread Tony Lindgren
ies with fuzz to what I have queued but should not cause merge conflicts and should be safe to merge along with other camera related patches: Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/devices.c | 31 --- > 1 file changed, 31 deletions(-) > > diff

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-17 Thread Tony Lindgren
* Pavel Machek [141117 02:17]: > On Mon 2014-11-17 11:09:45, Pali Rohár wrote: > > On Monday 17 November 2014 11:05:19 Pavel Machek wrote: > > > Hi! > > > > > > On Mon 2014-11-17 09:43:19, Pali Rohár wrote: > > > > On Sunday 16 November 2014 08:59:28 Pavel Machek wrote: > > > > > For device tree

Re: [RFC] adp1653: Add device tree bindings for LED controller

2014-11-17 Thread Tony Lindgren
* Pali Rohár [141117 07:03]: > On Monday 17 November 2014 15:55:46 Tony Lindgren wrote: > > > > There's nothing stopping us from initializing the camera code > > from pdata-quirks.c for now to keep it working. Certainly the > > binding should be added t

Re: [PATCH 10/10] ARM: omap2: use clkdev_add_alias()

2015-03-02 Thread Tony Lindgren
* Russell King [150302 09:10]: > When creating aliases of existing clkdev clocks, use clkdev_add_alias() > isntead of open coding the lookup and clk_lookup creation. Gave this series a quick try but I get these build errors: arch/arm/mach-omap2/omap_device.c: In function ‘_add_clkdev’: arch/arm/

Re: [RFC 10/18] omap3isp: Move the syscon register out of the ISP register maps

2015-03-09 Thread Tony Lindgren
.end= OMAP343X_CTRL_BASE + OMAP343X_CONTROL_CSIRXFE > > > + 3, > > > - .flags = IORESOURCE_MEM, > > > - }, > > > - { > > > - .start = OMAP343X_CTRL_BASE + > > > OMAP3630_CONTROL_CAMERA_PHY_CTRL, >

Re: [RFC 11/18] omap3isp: Replace many MMIO regions by two

2015-03-09 Thread Tony Lindgren
d merge everything through the Linux > media tree. You will need an ack from Tony. These changes look fine to me and should not conflict with anything I'm planning to queue, so please feel free to take them along with the other isp changes: Acked-by: Tony Lindgren > > drivers/media

Re: [RFC 18/18] omap3isp: Deprecate platform data support

2015-03-13 Thread Tony Lindgren
* Sebastian Reichel [150313 02:41]: > Hi, > > [+CC Tony] > > On Sat, Mar 07, 2015 at 11:41:15PM +0200, Sakari Ailus wrote: > > Print a warning when the driver is used with platform data. Existing > > platform data user should move to DT now. > > I guess this should become a more visible warning

Re: [PATCH v2 0/3] OMAP 3 ISP (and N9/N950 primary camera support) dts changes

2015-03-19 Thread Tony Lindgren
* Sakari Ailus [150318 16:51]: > Hi folks, > > Since v1, I've rebased the set on Tero Kristo's PRCM / SCM cleanup patchset > here: > > http://www.spinics.net/lists/linux-omap/msg116949.html> > > v1 can be found here: > > http://www.spinics.net/lists/linux-omap/msg116753.html> > > Changes sinc

Re: [PATCH v2 06/15] omap3isp: Refactor device configuration structs for Device Tree

2015-03-25 Thread Tony Lindgren
> Acked-by: Igor Grinberg (for cm-t35) There arch/arm/mach-omap2 changes here are OK to merge along with the driver changes: Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/board-cm-t35.c | 57 +++--- > drivers/media/platform/omap3isp/isp.c |

Re: [PATCH 03/14] clkdev: get rid of redundant clk_add_alias() prototype in linux/clk.h

2015-04-03 Thread Tony Lindgren
* Russell King [150403 10:13]: > clk_add_alias() is provided by clkdev, and is not part of the clk API. > Howver, it is prototyped in two locations: linux/clkdev.h and > linux/clk.h. This is a mess. Get rid of the redundant and unnecessary > version in linux/clk.h. Acked-by: T

Re: [PATCH 11/14] ARM: omap2: use clkdev_create()

2015-04-03 Thread Tony Lindgren
* Russell King [150403 10:14]: > Rather than open coding the clkdev allocation, initialisation and > addition, use the clkdev_create() helper. > > Signed-off-by: Russell King Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/clkt2xxx_virt_prcm_set.c | 12 ++-- &g

Re: [PATCH 12/14] ARM: omap2: use clkdev_add_alias()

2015-04-03 Thread Tony Lindgren
* Russell King [150403 10:14]: > When creating aliases of existing clkdev clocks, use clkdev_add_alias() > isntead of open coding the lookup and clk_lookup creation. > > Signed-off-by: Russell King Acked-by: Tony Lindgren > --- > arch/arm/mach-omap2/

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-12 Thread Tony Lindgren
* Laurent Pinchart [140612 08:32]: > Hi Tony, > > On Thursday 12 June 2014 08:15:35 Tony Lindgren wrote: > > * Laurent Pinchart [140612 07:52]: > > > On Wednesday 11 June 2014 07:47:54 Tony Lindgren wrote: > > > > These should just use either pinctrl-single

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-13 Thread Tony Lindgren
* Laurent Pinchart [140612 23:48]: > On Thursday 12 June 2014 22:30:44 Tony Lindgren wrote: > > > > 1. They live in separate hardware modules that can be clocked separately > > Actually I don't think that's true. The CSI2 PHY is part of the camera > device,

Re: [PATCH] [media] staging: allow omap4iss to be modular

2014-06-13 Thread Tony Lindgren
* Laurent Pinchart [140613 03:30]: > Hi Tony, > > On Friday 13 June 2014 00:53:25 Tony Lindgren wrote: > > * Laurent Pinchart [140612 23:48]: > > > On Thursday 12 June 2014 22:30:44 Tony Lindgren wrote: > > > > 1. They live in separate hardware mo

Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-09 Thread Tony Lindgren
* Nishanth Menon [140909 07:40]: > +linux-omap, tony > -Balaji > > On 09/09/2014 09:38 AM, Mauro Carvalho Chehab wrote: > > We want to be able to COMPILE_TEST the omap1_camera driver. > > It compiles fine, but it fails linkediting: > > > > ERROR: "omap_stop_dma" [drivers/media/platform/soc_camer

Re: [PATCH 1/3] omap-dma: Allow compile-testing omap1_camera driver

2014-09-10 Thread Tony Lindgren
* Mauro Carvalho Chehab [140909 17:52]: > Em Tue, 09 Sep 2014 12:36:54 -0300 > Mauro Carvalho Chehab escreveu: > > > Em Tue, 9 Sep 2014 15:41:58 +0100 > > Russell King - ARM Linux escreveu: > > > > > On Tue, Sep 09, 2014 at 11:38:17AM -0300, Mauro Carvalho Chehab wrote: > > > > We want to be a

Re: [REVIEW PATCH 2/2] Added OMAP3EVM Multi-Media Daughter Card Support

2009-01-07 Thread Tony Lindgren
Hi, Few comments below. * hvaib...@ti.com [090107 08:09]: > From: Vaibhav Hiremath > > This is first version of OMAP3EVM Mulit-Media Daughter > Card support. > > Tested: > - TVP5146 (BT656) decoder interface on top of > Sergio's ISP-Camera patches. > - Loopback application, capt

Re: [REVIEW PATCH 05/14] OMAP: CAM: Add ISP Front end

2009-01-13 Thread Tony Lindgren
* Aguirre Rodriguez, Sergio Alberto [090113 04:04]: > This adds the OMAP ISP Front end modules to the kernel. Includes: > * ISP CCDC Driver > > Signed-off-by: Sergio Aguirre > --- > drivers/media/video/isp/ispccdc.c | 1488 > + > drivers/media/video/isp/ispc

Re: [PATCH 1/2] Pad configuration for OMAP3EVM Multi-Media Daughter Card Support

2009-02-20 Thread Tony Lindgren
* Hiremath, Vaibhav [090210 04:11]: > > > Thanks, > Vaibhav Hiremath > > > -Original Message- > > From: Hiremath, Vaibhav > > Sent: Friday, January 30, 2009 12:52 AM > > To: linux-o...@vger.kernel.org > > Cc: linux-media@vger.kernel.org; Hiremath, Vaibhav; Jadav, Brijesh > > R; Shah, Ha

<    1   2