She sure is gone now; have no pity...
Love
Jens
--
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
On Thu, Oct 25, 2012 at 11:39 PM, Tony Lindgren wrote:
>> > Joerg and Ohad, do you have any opinions on this?
I agree that there's some merit in having a separate header file for
IOVMM, since it's a different layer from the IOMMU API.
But in reality it's tightly coupled with OMAP's IOMMU, and id
Completely agree! Thanks for spotting that one.
Signed-off-by: Mike Isely
-Mike
On Thu, 25 Oct 2012, Alan Cox wrote:
> From: Alan Cox
>
> This should have break statements in it.
>
> Signed-off-by: Alan Cox
> ---
>
> drivers/media/usb/pvrusb2/pvrusb2-hdw.c |6 +++---
> 1 file ch
Hello,
On Sunday 21 October 2012 20:52:21 Sylwester Nawrocki wrote:
> On 10/20/2012 12:20 AM, Guennadi Liakhovetski wrote:
> > Typical video devices like camera sensors require an external clock
> > source. Many such devices cannot even access their hardware registers
> > without a running clock.
On 10/25/2012 12:45 PM, Mark Brown wrote:
> On Tue, Oct 23, 2012 at 11:44:28AM -0700, Andrey Smirnov wrote:
>
>> +core->regmap = devm_regmap_init_si476x(core);
>> +if (IS_ERR(core->regmap)) {
> This really makes little sense to me, why are you doing this? Does the
> device *really* layer a
Hi Laurent,
On Thu, Oct 25, 2012 at 11:39:42PM +0200, Laurent Pinchart wrote:
> Clock enable (disable) is split in two operations, prepare and enable
> (disable and unprepare). Perform both when enabling/disabling the ISP
> clocks.
>
> Signed-off-by: Laurent Pinchart
> ---
> drivers/media/platf
* 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 just be arch/arm/plat-omap/include/plat
The current code first iterates over entities with external connectivity
to locate the external source, and then walks the pipeline to verify its
connectivity. Merge both search operations.
This has the side effect of removing the bogus "can't find source,
failing now" warning message printed when
Clock enable (disable) is split in two operations, prepare and enable
(disable and unprepare). Perform both when enabling/disabling the ISP
clocks.
Signed-off-by: Laurent Pinchart
---
drivers/media/platform/omap3isp/isp.c | 25 +
1 files changed, 13 insertions(+), 12 de
> Unlikely as most of the code I've written belongs to Intel or Red Hat. I
> also have better things to do with life than sue Nvidia and start an all
> out copyright and patent war in Linuxspace.
I forgot to ask, but after your petty G+ trolling, if most of the code
belings to Intel or Red Hat, wh
The OMAP3ISP_*_REG_OFFSET, OMAP3ISP_*_REG_BASE and OMAP3ISP_*_REG macros
are not needed. Remove them.
The only expection is the OMAP3ISP_HIST_REG_BASE address. Replace it
with the memory address received through platform resources.
Signed-off-by: Laurent Pinchart
Acked-by: Sakari Ailus
---
dri
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 just be arch/arm/plat-omap/include/plat/iovmm.h
> > moved to include/linux.h.
>
> Can
This message is generated daily by a cron job that builds media_tree for
the kernels and architectures in the list below.
Results of the daily build of media_tree:
date:Thu Oct 25 19:00:22 CEST 2012
git hash:542fb082b9c76af8e71e9ea286d2dafdfba27099
gcc version: i686-linux-gcc (GC
On Tue, Oct 23, 2012 at 11:44:28AM -0700, Andrey Smirnov wrote:
> + core->regmap = devm_regmap_init_si476x(core);
> + if (IS_ERR(core->regmap)) {
This really makes little sense to me, why are you doing this? Does the
device *really* layer a byte stream on top of I2C for sending messages
Hi,
I have a Pinnacle PCTV (310c) board that I was trying to make work on a Quad
core PC tower with Ubuntu 12.04 kernel 3.0.0-26
Unfortunately there is a kernel panic and the computer resets has soon as the
card is plugged in the yenta pcmcia to pci
adapter.
Even after reset, the kernel raises a
While mche...@infradead.org is valid, I prefer to use just one email
for all patches upstream, instead of receiving some things on one
emails, and others on some other place.
While here, also update the main linux-media development tree,
as the one at kernel.org is used mainly for patch merging an
On 10/25/2012 06:46 PM, Mauro Carvalho Chehab wrote:
> Em Thu, 25 Oct 2012 18:01:17 +0200
> Sylwester Nawrocki escreveu:
>
>> Hi Mauro,
>>
>> please pull following fixes for v3.7-rc.
>>
>> The following changes since commit 1fdead8ad31d3aa833bc37739273fcde89ace93c:
>>
>>[media] m5mols: Add mi
Hi Hans,
Em Mon, 22 Oct 2012 10:35:56 +0200
Hans Verkuil escreveu:
> Hi all,
>
> This is the tentative agenda for the media workshop on November 8, 2012.
> If you have additional things that you want to discuss, or something is wrong
> or incomplete in this list, please let me know so I can upd
* 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
Em Thu, 25 Oct 2012 18:01:17 +0200
Sylwester Nawrocki escreveu:
> Hi Mauro,
>
> please pull following fixes for v3.7-rc.
>
> The following changes since commit 1fdead8ad31d3aa833bc37739273fcde89ace93c:
>
> [media] m5mols: Add missing #include (2012-10-10 08:17:16
> -0300)
>
> are availabl
Em Thu, 25 Oct 2012 15:24:49 +0200
javier Martin escreveu:
> Hi Mauro,
> do you have any problems with this series?
It didn't apply here, maybe due to its dependency from your
previous ov7670 (v3) series.
>From my side, feel free to rebase them and re-submit.
Regards,
Mauro
--
Regards,
Mauro
Hi Mauro,
please pull following fixes for v3.7-rc.
The following changes since commit 1fdead8ad31d3aa833bc37739273fcde89ace93c:
[media] m5mols: Add missing #include (2012-10-10 08:17:16
-0300)
are available in the git repository at:
git://git.infradead.org/users/kmpark/linux-samsung v4l_
drivers/media/dvb-frontends/drxk_hard.c:68:6: warning: no previous prototype
for 'IsA1WithPatchCode' [-Wmissing-prototypes]
drivers/media/dvb-frontends/drxk_hard.c:73:6: warning: no previous prototype
for 'IsA1WithRomCode' [-Wmissing-prototypes]
drivers/media/dvb-frontends/drxk_hard.c:192:12: war
Hi Javier,
Em Thu, 25 Oct 2012 15:27:08 +0200
javier Martin escreveu:
> Hi Mauro, Jon,
> any more issues related with this series?
Patch doesn't apply anymore:
patching file drivers/media/i2c/ov7670.c
Hunk #2 succeeded at 191 (offset -32 lines).
Hunk #3 succeeded at 220 (offset -35 lines).
Hun
On Fri, Oct 05, 2012 at 06:53:01PM -0300, Fabio Estevam wrote:
> During the clock conversion for mx27 the "per4_gate" clock was missed to get
> registered as a dependency of mx2-camera driver.
>
> In the old mx27 clock driver we used to have:
>
> DEFINE_CLOCK1(csi_clk, 0, NULL, 0, parent, &csi_cl
Hi Laurent
You are very fast on implementing new features in omap3-isp-live. I appreciate
much the new panning-feature - thank you!
On my beagleboard I use omap-vout with vrfb-rotation. As I already configured
omapfb to rotate the screen upon start (kernel-argument omapfb.rotate), I
thought it
From: Lad, Prabhakar
Warnings were generated because of the following commit changed data type for
address pointer
195bbca ARM: 7500/1: io: avoid writeback addressing modes for __raw_ accessors
add __iomem annotation to fix following warnings
drivers/media/platform/davinci/vpbe_osd.c: In funct
From: Alan Cox
Missing break
Signed-off-by: Alan Cox
---
drivers/media/usb/sn9c102/sn9c102_core.c |2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/media/usb/sn9c102/sn9c102_core.c
b/drivers/media/usb/sn9c102/sn9c102_core.c
index 5bfc8e2..7360586 100644
--- a/drivers/media/usb
From: Alan Cox
This should have break statements in it.
Signed-off-by: Alan Cox
---
drivers/media/usb/pvrusb2/pvrusb2-hdw.c |6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
index fb8
Hi Sascha,
On Thu, Oct 25, 2012 at 11:46 AM, Mauro Carvalho Chehab
wrote:
>> As this patch is for arch/arm, I'm understanding that it will be merged
>> via arm tree. So,
>>
>> Acked-by: Mauro Carvalho Chehab
>
> Forgot to comment: as patch 2 relies on this change, the better, IMHO, is
> to send
Make sure the platform sub-devices are registered to the media
device driver only when v4l2_device_unregister_subdev() succeeds.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/media/platform/s5p-fimc/fimc-mdevice.c | 33
1 file changed, 16
On 2012-03-09 10:03, Hiremath, Vaibhav wrote:
> On Fri, Mar 09, 2012 at 05:17:41, Laurent Pinchart wrote:
>> Hi Archit,
>>
>> On Wednesday 07 March 2012 14:31:16 Archit Taneja wrote:
>>> The omap_vout driver tries to set the DSS overlay_info using
>>> set_overlay_info() when the physical address fo
Em Thu, 25 Oct 2012 11:38:41 -0200
Mauro Carvalho Chehab escreveu:
> Hi Fábio,
>
> Em Fri, 5 Oct 2012 18:53:01 -0300
> Fabio Estevam escreveu:
>
> > During the clock conversion for mx27 the "per4_gate" clock was missed to get
> > registered as a dependency of mx2-camera driver.
> >
> > In the
Hi Fábio,
Em Fri, 5 Oct 2012 18:53:01 -0300
Fabio Estevam escreveu:
> During the clock conversion for mx27 the "per4_gate" clock was missed to get
> registered as a dependency of mx2-camera driver.
>
> In the old mx27 clock driver we used to have:
>
> DEFINE_CLOCK1(csi_clk, 0, NULL, 0, parent,
Hi Vaibhav/Andrei,
Em Tue, 9 Oct 2012 17:32:25 +
"Hiremath, Vaibhav" escreveu:
> On Tue, Oct 09, 2012 at 14:08:18, Andrey Mandychev wrote:
> > Hi,
> >
> > Please find below some additional comments.
> >
> > Actually it's not a real issue. It's more warning than issue. When you
> > are tryi
Hi Mauro, Jon,
any more issues related with this series?
Regards.
On 29 September 2012 21:25, Jonathan Corbet wrote:
> On Fri, 28 Sep 2012 13:26:39 +0200
> Javier Martin wrote:
>
>> The following series migrate ov7670 sensor and current users to ctrl
>> framework
>> as discussed in [1]. This
Hi Mauro,
do you have any problems with this series?
Regards.
On 29 September 2012 21:20, Jonathan Corbet wrote:
> On Thu, 27 Sep 2012 17:38:20 +0200
> Javier Martin wrote:
>
>> The following series includes all the changes discussed in [1] that
>> don't affect either bridge drivers that use ov
Hi Prabhakar,
Thanks for the patch.
On Tuesday 23 October 2012 18:54:37 Prabhakar Lad wrote:
> From: Lad, Prabhakar
>
> Warnings were generated because of the following commit changed data type
> for address pointer
>
> 195bbca ARM: 7500/1: io: avoid writeback addressing modes for __raw_
> acc
Hi Murali,
Thanks for the patch. I'll queue this patch for 3.8.
On Mon, Oct 22, 2012 at 9:06 PM, Murali Karicheri wrote:
> As a first step towards migrating davinci platforms to use common clock
> framework, replace all instances of clk_enable() with clk_prepare_enable()
> and clk_disable() wi
commit 80d8d4985f280dca3c395286d13b49f910a029e7 introduce a bug
that set the wrong bandwich bit on the tua6034 pll.
Signed-off-by: Arne Fitzenreiter
diff -Naur a/drivers/media/dvb-frontends/dvb-pll.c
b/drivers/media/dvb-frontends/dvb-pll.c
--- a/drivers/media/dvb-frontends/dvb-pll.c 2012-08-14
Hi Laurent,
On 10/25/2012 01:35 PM, Laurent Pinchart wrote:
> On Thursday 25 October 2012 11:06:56 Sylwester Nawrocki wrote:
>> Make sure there is no v4l2_device_unregister_subdev() call
>> on a subdev which wasn't registered.
>
> I'm not implying that this fix is bad, but doesn't the V4L2 core a
Hi Sylwester,
On Thursday 25 October 2012 11:06:56 Sylwester Nawrocki wrote:
> Make sure there is no v4l2_device_unregister_subdev() call
> on a subdev which wasn't registered.
I'm not implying that this fix is bad, but doesn't the V4L2 core already
handle this ? v4l2_device_unregister_subdev()
This patch will add the device tree support for MFC driver.
Signed-off-by: Arun Kumar K
---
drivers/media/platform/s5p-mfc/s5p_mfc.c | 100 +-
1 files changed, 84 insertions(+), 16 deletions(-)
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c
b/drivers/media/p
This patch adds device tree support for MFC driver.
The arch side patch for Exynos5250 adding MFC DT node
is applied to linux-samsung tree. [1]
[1]http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg12672.html
Arun Kumar K (1):
s5p-mfc: Add device tree support
drivers/media/platf
Make sure there is no v4l2_device_unregister_subdev() call
on a subdev which wasn't registered.
Signed-off-by: Sylwester Nawrocki
Signed-off-by: Kyungmin Park
---
drivers/media/platform/s5p-fimc/fimc-mdevice.c | 25
1 file changed, 13 insertions(+), 12 deletions(-)
d
Hi Mauro,
Please cancel this pull request. Two of the patches need to be pushed to v3.7.
I've sent a separate pull request for them, and I'll resend this one without
those two patches.
--
Regards,
Laurent Pinchart
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
t
On Thu October 25 2012 10:43:59 Sylwester Nawrocki wrote:
> Hi Laurent,
>
> On 10/25/2012 12:42 AM, Laurent Pinchart wrote:
> Sylwester, would Samsung be able to prepare for a brainstorming session
> on Monday or Tuesday? Both Laurent and myself have presentations on
> Wednesday, so
Hi Laurent,
On 10/25/2012 12:42 AM, Laurent Pinchart wrote:
Sylwester, would Samsung be able to prepare for a brainstorming session
on Monday or Tuesday? Both Laurent and myself have presentations on
Wednesday, so that's not the best day for such a session.
>>
>> Kamil has presentat
Hi Tony,
Thanks for the patch.
On Wednesday 24 October 2012 17:20:56 Tony Lindgren wrote:
> Looks like the iommu framework does not have generic functions
> exported for all the needs yet. The hardware specific functions
> are defined in files like intel-iommu.h and amd-iommu.h. Follow
> the same
49 matches
Mail list logo