<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.linux.drivers.video-input-infrastructure">
    <title>gmane.linux.drivers.video-input-infrastructure</title>
    <link>http://blog.gmane.org/gmane.linux.drivers.video-input-infrastructure</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65804"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65776"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65766"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65756"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65737"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65733"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65732"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65730"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65723"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65721"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65718"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65716"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65698"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65687"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65680"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65679"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65663"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65661"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65660"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65659"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65804">
    <title>[PATCH] v4l2: videobuf2-dc: fix support for mappings without struct page in userptr mode</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65804</link>
    <description>&lt;pre&gt;Earlier version of dma-contig allocator in user ptr mode assumed that in
all cases DMA address equals physical address. This was just a special case.
Commit e15dab752d4c588544ccabdbe020a7cc092e23c8 introduced correct support
for converting userpage to dma address, but unfortunately it broke the
support for simple dma address = physical address for the case, when given
physical frame has no struct page associated with it (this happens if one
use for example dma_declare_coherent api or other reserved memory approach).
This commit restores support for such cases.

Signed-off-by: Marek Szyprowski &amp;lt;m.szyprowski&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 drivers/media/v4l2-core/videobuf2-dma-contig.c |   87 ++++++++++++++++++++++--
 1 file changed, 82 insertions(+), 5 deletions(-)

diff --git a/drivers/media/v4l2-core/videobuf2-dma-contig.c b/drivers/media/v4l2-core/videobuf2-dma-contig.c
index fd56f25..1382749 100644
--- a/drivers/media/v4l2-core/videobuf2-dma-contig.c
+++ b/drivers/media/v4l2-core/videobuf2-dma-contig.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -423,6 +423,3&lt;/pre&gt;</description>
    <dc:creator>Marek Szyprowski</dc:creator>
    <dc:date>2013-06-19T12:56:46</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65776">
    <title>cron job: media_tree daily build: WARNINGS</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65776</link>
    <description>&lt;pre&gt;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:Tue Jun 18 19:00:19 CEST 2013
git branch:test
git hash:e049ca5e854263c821a15c0e25fe2ae202c365e1
gcc version:i686-linux-gcc (GCC) 4.8.0
host hardware:x86_64
host os:3.8-3.slh.2-amd64

linux-git-arm-at91: OK
linux-git-arm-davinci: OK
linux-git-arm-exynos: WARNINGS
linux-git-arm-mx: OK
linux-git-arm-omap: WARNINGS
linux-git-arm-omap1: OK
linux-git-arm-pxa: OK
linux-git-blackfin: WARNINGS
linux-git-i686: OK
linux-git-m32r: OK
linux-git-mips: OK
linux-git-powerpc64: OK
linux-git-sh: OK
linux-git-x86_64: OK
linux-2.6.31.14-i686: WARNINGS
linux-2.6.32.27-i686: WARNINGS
linux-2.6.33.7-i686: WARNINGS
linux-2.6.34.7-i686: WARNINGS
linux-2.6.35.9-i686: WARNINGS
linux-2.6.36.4-i686: WARNINGS
linux-2.6.37.6-i686: WARNINGS
linux-2.6.38.8-i686: WARNINGS
linux-2.6.39.4-i686: WARNINGS
linux-3.0.60-i686: WARNINGS
linux-3.10-rc1-i686: WARNINGS
linux-3.&lt;/pre&gt;</description>
    <dc:creator>Hans Verkuil</dc:creator>
    <dc:date>2013-06-18T18:28:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65766">
    <title>[PATCH v2 0/6] v4l-utils: v4l-utils: Fix satellite support in dvbv5-{scan,zap} tools</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65766</link>
    <description>&lt;pre&gt;Hi all,

This set of patch fix sat support for dvbv5 libs and utils.
In this set, a different approach is used. The polarization parameter is stored in
the DTV_POLARIZATION property.

  Guy

Guy Martin (6):
  libdvbv5: Remove buggy parsing of extra DTV_foo parameters
  libdvbv5: Add parsing of POLARIZATION
  libdvbv5: Export dvb_fe_is_satellite()
  libdvbv5: Fix satellite handling and apply polarization parameter to
    the frontend
  libdvbv5: Use a temporary copy of the dvb parameters when tuning
  dvbv5-zap: Parse the LNB from the channel file

 lib/include/dvb-fe.h      |  2 +-
 lib/include/dvb-file.h    |  1 -
 lib/include/dvb-sat.h     |  1 -
 lib/libdvbv5/dvb-fe.c     | 79 ++++++++++++++++++-----------------------
 lib/libdvbv5/dvb-file.c   | 90 +++++++++++++++--------------------------------
 lib/libdvbv5/dvb-sat.c    | 68 +++++++++++++----------------------
 lib/libdvbv5/dvb-v5-std.c |  9 ++---
 utils/dvb/dvbv5-zap.c     |  9 +++++
 8 files changed, 100 insertions(+), 159 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Guy Martin</dc:creator>
    <dc:date>2013-06-18T14:19:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65756">
    <title>[PATCH v2 0/8] Add support for MFC v7 firmware</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65756</link>
    <description>&lt;pre&gt;This patch series adds MFC v7 firmware support to the Exynos
MFC driver. MFC v7 is present in 5420 SoC which has support
for VP8 encoding and many other features.

Changes from v1:
- Addressed review comments from Hans and Sylwester
http://www.mail-archive.com/linux-media&amp;lt; at &amp;gt;vger.kernel.org/msg63148.html
http://www.mail-archive.com/linux-media&amp;lt; at &amp;gt;vger.kernel.org/msg63311.html
- Modified IS_MFCV6 macro to IS_MFCV6_PLUS to include v7 also

Arun Kumar K (7):
  [media] s5p-mfc: Update v6 encoder buffer sizes
  [media] s5p-mfc: Rename IS_MFCV6 macro
  [media] s5p-mfc: Add register definition file for MFC v7
  [media] s5p-mfc: Core support for MFC v7
  [media] s5p-mfc: Update driver for v7 firmware
  [media] V4L: Add VP8 encoder controls
  [media] s5p-mfc: Add support for VP8 encoder

Sylwester Nawrocki (1):
  [media] V4L: Add support for integer menu controls with standard menu
    items

 Documentation/DocBook/media/v4l/controls.xml       |  151 ++++++++++++++++++++
 .../devicetree/bindings/media/s5p-mfc.txt          &lt;/pre&gt;</description>
    <dc:creator>Arun Kumar K</dc:creator>
    <dc:date>2013-06-18T12:56:15</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65737">
    <title>[PATCH -next] [media] coda: fix missing unlock on error in coda_stop_streaming()</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65737</link>
    <description>&lt;pre&gt;From: Wei Yongjun &amp;lt;yongjun_wei&amp;lt; at &amp;gt;trendmicro.com.cn&amp;gt;

Add the missing unlock before return from function coda_stop_streaming()
in the error handling case.

Signed-off-by: Wei Yongjun &amp;lt;yongjun_wei&amp;lt; at &amp;gt;trendmicro.com.cn&amp;gt;
---
 drivers/media/platform/coda.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/media/platform/coda.c b/drivers/media/platform/coda.c
index df4ada88..2c3cd17 100644
--- a/drivers/media/platform/coda.c
+++ b/drivers/media/platform/coda.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1347,6 +1347,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int coda_stop_streaming(struct vb2_queue *q)
 if (coda_command_sync(ctx, CODA_COMMAND_SEQ_END)) {
 v4l2_err(&amp;amp;dev-&amp;gt;v4l2_dev,
  "CODA_COMMAND_SEQ_END failed\n");
+mutex_unlock(&amp;amp;dev-&amp;gt;coda_mutex);
 return -ETIMEDOUT;
 }
 mutex_unlock(&amp;amp;dev-&amp;gt;coda_mutex);

&lt;/pre&gt;</description>
    <dc:creator>Wei Yongjun</dc:creator>
    <dc:date>2013-06-18T05:00:17</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65733">
    <title>[GIT PULL] git://linuxtv.org/mkrufky/tuners mxl111sf</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65733</link>
    <description>&lt;pre&gt;The following changes since commit
e049ca5e854263c821a15c0e25fe2ae202c365e1:

  [media] staging/media: lirc_imon: fix leaks in imon_probe()
  (2013-06-17 15:52:20 -0300)

are available in the git repository at:

  git://linuxtv.org/mkrufky/tuners mxl111sf

for you to fetch changes up to 0fca4f2af6a176bf4c980643e70c99d11d002094:

  mxl111sf: don't redefine pr_err/info/debug (2013-06-17 19:56:40 -0400)

----------------------------------------------------------------
Hans Verkuil (1):
      mxl111sf: don't redefine pr_err/info/debug

 drivers/media/usb/dvb-usb-v2/mxl111sf-tuner.c |  8 +++-----
 drivers/media/usb/dvb-usb-v2/mxl111sf.c       | 90
 ++++++++++++++++++++++++++++++++++++++++++------------------------------------------------
 2 files changed, 45 insertions(+), 53 deletions(-)
&lt;/pre&gt;</description>
    <dc:creator>Michael Krufky</dc:creator>
    <dc:date>2013-06-18T01:13:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65732">
    <title>[GIT PULL] git://linuxtv.org/mkrufky/tuners r820t</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65732</link>
    <description>&lt;pre&gt;The following changes since commit
e049ca5e854263c821a15c0e25fe2ae202c365e1:

  [media] staging/media: lirc_imon: fix leaks in imon_probe()
  (2013-06-17 15:52:20 -0300)

are available in the git repository at:

  git://linuxtv.org/mkrufky/tuners r820t

for you to fetch changes up to a02dfce109f6dcddf1bfd973f9b3000cd74c3590:

  r820t: fix imr calibration (2013-06-17 19:32:45 -0400)

----------------------------------------------------------------
Gianluca Gennari (3):
      r820t: remove redundant initializations in r820t_attach()
      r820t: avoid potential memcpy buffer overflow in shadow_store()
      r820t: fix imr calibration

 drivers/media/tuners/r820t.c | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)
&lt;/pre&gt;</description>
    <dc:creator>Michael Krufky</dc:creator>
    <dc:date>2013-06-17T23:36:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65730">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65730</link>
    <description>&lt;pre&gt;


Loan Syndicacion

Am AFG Guaranty Trust Bank, zu strukturieren wir Kreditlinien treffen Sie
unsere
Kunden spezifischen geschäftlichen Anforderungen und einen deutlichen
Mehrwert für unsere
Kunden Unternehmen.
eine Division der AFG Finance und Private Bank plc.

Wenn Sie erwägen, eine große Akquisition oder ein Großprojekt sind, können
Sie
brauchen eine erhebliche Menge an Kredit. AFG Guaranty Trust Bank setzen
können
zusammen das Syndikat, das die gesamte Kredit schnürt für
Sie.


Als Bank mit internationaler Reichweite, sind wir gekommen, um Darlehen zu
identifizieren
Syndizierungen als Teil unseres Kerngeschäfts und durch spitzte diese Zeile
aggressiv sind wir an einem Punkt, wo wir kommen, um als erkannt haben
Hauptakteur in diesem Bereich.


öffnen Sie ein Girokonto heute mit einem Minimum Bankguthaben von 500 £ und
Getup zu £ 10.000 als Darlehen und auch den Hauch einer Chance und gewann
die Sterne
Preis von £ 500.000 in die sparen und gewinnen promo in may.aply jetzt.


mit dem Folowin&lt;/pre&gt;</description>
    <dc:creator>AFG GTBANK LOAN</dc:creator>
    <dc:date>2013-06-17T19:28:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65723">
    <title>cron job: media_tree daily build: ERRORS</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65723</link>
    <description>&lt;pre&gt;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:Mon Jun 17 19:00:22 CEST 2013
git branch:test
git hash:3080f8c77f277eb87397d639581ebea859f9ea41
gcc version:i686-linux-gcc (GCC) 4.8.0
host hardware:x86_64
host os:3.8-3.slh.2-amd64

linux-git-arm-at91: ERRORS
linux-git-arm-davinci: OK
linux-git-arm-exynos: ERRORS
linux-git-arm-mx: ERRORS
linux-git-arm-omap: ERRORS
linux-git-arm-omap1: ERRORS
linux-git-arm-pxa: ERRORS
linux-git-blackfin: WARNINGS
linux-git-i686: OK
linux-git-m32r: OK
linux-git-mips: ERRORS
linux-git-powerpc64: OK
linux-git-sh: OK
linux-git-x86_64: OK
linux-2.6.31.14-i686: ERRORS
linux-2.6.32.27-i686: ERRORS
linux-2.6.33.7-i686: ERRORS
linux-2.6.34.7-i686: ERRORS
linux-2.6.35.9-i686: ERRORS
linux-2.6.36.4-i686: ERRORS
linux-2.6.37.6-i686: ERRORS
linux-2.6.38.8-i686: ERRORS
linux-2.6.39.4-i686: ERRORS
linux-3.0.60-i686: ERRORS
linux-3.10-rc1-i686: WARNINGS
linux-3.1.10&lt;/pre&gt;</description>
    <dc:creator>Hans Verkuil</dc:creator>
    <dc:date>2013-06-17T17:50:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65721">
    <title>[GIT PULL for v3.10-rc7] V4L/DVB fixes</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65721</link>
    <description>&lt;pre&gt;Hi Linus,

Please pull from:
  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus

For a series of fixes for Kernel 3.10. There are some usual driver fixes (mostly
on s5p/exynos playform drivers), plus some fixes at V4L2 core.

Thank you!
Mauro

Latest commit at the branch: 
af44ad5edd1eb6ca92ed5be48e0004e1f04bf219 [media] soc_camera: error dev remove and v4l2 call
The following changes since commit df90e2258950fd631cdbf322c1ee1f22068391aa:

  Merge branch 'devel-for-v3.10' into v4l_for_linus (2013-04-30 09:01:04 -0300)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media v4l_for_linus

for you to fetch changes up to af44ad5edd1eb6ca92ed5be48e0004e1f04bf219:

  [media] soc_camera: error dev remove and v4l2 call (2013-06-08 21:51:06 -0300)

----------------------------------------------------------------
Andrzej Hajda (3):
      [media] s5p-mfc: separate encoder parameters for h264 and mpeg4
      [media] s5p-mfc: v4l2 cont&lt;/pre&gt;</description>
    <dc:creator>Mauro Carvalho Chehab</dc:creator>
    <dc:date>2013-06-17T16:30:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65718">
    <title>[PATCH] MAINTAINERS: Update S5P/Exynos FIMC driver entry</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65718</link>
    <description>&lt;pre&gt;This change is mainly to update the driver's path changed from
drivers/media/platform/s5p-fimc to drivers/media/platform/exynos4-is/.
While at it, remove non-existent files rule, move the whole entry to
the Samsung drivers section and add the patch tracking system URL.

Signed-off-by: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Kyungmin Park &amp;lt;kyungmin.park&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 MAINTAINERS |   17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 3d7782b..d2c5618 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1153,15 +1153,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; L:linux-media&amp;lt; at &amp;gt;vger.kernel.org
 S:Maintained
 F:drivers/media/platform/s5p-g2d/
 
-ARM/SAMSUNG S5P SERIES FIMC SUPPORT
-M:Kyungmin Park &amp;lt;kyungmin.park&amp;lt; at &amp;gt;samsung.com&amp;gt;
-M:Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
-L:linux-arm-kernel&amp;lt; at &amp;gt;lists.infradead.org
-L:linux-media&amp;lt; at &amp;gt;vger.kernel.org
-S:Maintained
-F:arch/arm/plat-samsung/include/plat/*fimc*
-F:drivers/media/platform/s5p-fimc/
-
 ARM/SAMSUNG S5P SERIES Mult&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-06-17T16:42:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65716">
    <title>[PATCH] Documentation: Update driver's directory in video4linux/fimc.txt</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65716</link>
    <description>&lt;pre&gt;Update the documentation with the driver's path changed in
commit 56fa1a6a6a7da91e7ece8b01b0ae8adb2926e434
[media] s5p-fimc: Change the driver directory to exynos4-is

Signed-off-by: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Kyungmin Park &amp;lt;kyungmin.park&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 Documentation/video4linux/fimc.txt |   21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/Documentation/video4linux/fimc.txt b/Documentation/video4linux/fimc.txt
index 25f4d34..e51f1b5 100644
--- a/Documentation/video4linux/fimc.txt
+++ b/Documentation/video4linux/fimc.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1,6 +1,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 Samsung S5P/EXYNOS4 FIMC driver
 
-Copyright (C) 2012 Samsung Electronics Co., Ltd.
+Copyright (C) 2012 - 2013 Samsung Electronics Co., Ltd.
 ---------------------------------------------------------------------------
 
 The FIMC (Fully Interactive Mobile Camera) device available in Samsung
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -10,7 +10,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; data from LCD controller (FIMD) through the SoC internal writeback data
 path.  There are mult&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-06-17T16:34:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65698">
    <title>[PATCH v4 00/11] media: davinci: vpif driver cleanup</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65698</link>
    <description>&lt;pre&gt;From: "Lad, Prabhakar" &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

This patch series cleans the VPIF driver, uses devm_* api wherever
required and uses module_platform_driver() to simplify the code.

This patch series applies on http://git.linuxtv.org/hverkuil/media_tree.git/
shortlog/refs/heads/for-v3.11 and is tested on OMAP-L138 EVM.

Changes for v2:
1: Rebased on v3.11 branch of Hans.
2: Dropped the patches which removed headers as mentioned by Laurent.

Changes for v3:
1: Splitted the patches logically as mentioned by Laurent.
2: Fixed review comments pointed by Laurent.
3: Included Ack's.

Changes for v4:
1: Rebased on v3.11 branch of Hans.
2: Fixed review comments pointed by Laurent and Sergei.
3: Included Ack's.
4: Removed unnecessary loop for IRQ resource.


Lad, Prabhakar (11):
  media: davinci: vpif: remove unwanted header mach/hardware.h and sort
    the includes alphabetically
  media: davinci: vpif: Convert to devm_* api
  media: davinci: vpif: remove unnecessary braces around defines
  media: davinci: vpif_&lt;/pre&gt;</description>
    <dc:creator>Prabhakar Lad</dc:creator>
    <dc:date>2013-06-17T15:20:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65687">
    <title>[PATCH 0/8] CODA7541 decoding support</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65687</link>
    <description>&lt;pre&gt;The following patch series depends on the CODA patches queued in Kamil's branch
and on the "mem2mem: add support for hardware buffered queue" patch I've posted
earlier. It should allow decoding h.264 high profile 1080p streams on i.MX53 
with the current CODA7541 firmware version 1.4.50.

regards
Philipp

---
 drivers/media/platform/coda.c | 1471 +++++++++++++++++++++++++++++++++++------
 drivers/media/platform/coda.h |  107 ++-
 2 files changed, 1389 insertions(+), 189 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Philipp Zabel</dc:creator>
    <dc:date>2013-06-17T14:59:11</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65680">
    <title>[GIT PULL FOR 3.10] exynos4-is driver BUG fix</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65680</link>
    <description>&lt;pre&gt;Hi Mauro,

Only one patch in this pull request, but it fixes pretty serious bug,
that took me long time to debug. Please queue for 3.10, if possible.

The following changes since commit af44ad5edd1eb6ca92ed5be48e0004e1f04bf219:

  [media] soc_camera: error dev remove and v4l2 call (2013-06-08 21:51:06 -0300)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git v3.10-fixes-3

for you to fetch changes up to 21c62485ee61398eadc27b4fbab66a832860c008:

  exynos4-is: Fix FIMC-IS clocks initialization (2013-06-17 14:27:28 +0200)

----------------------------------------------------------------
Sylwester Nawrocki (1):
      exynos4-is: Fix FIMC-IS clocks initialization

 drivers/media/platform/exynos4-is/fimc-is.c |   26 ++++++++------------------
 drivers/media/platform/exynos4-is/fimc-is.h |    1 -
 2 files changed, 8 insertions(+), 19 deletions(-)

Thanks,
Sylwester
&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-06-17T12:38:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65679">
    <title>[GIT PULL FOR 3.11] Media entity link handling fixes</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65679</link>
    <description>&lt;pre&gt;Hi Mauro,

This includes corrections of the media entity links handling and resolves
potential issues when media entity drivers are in different kernel modules. 
It allows to keep all entities that belong to same media graph in correct
state, when one of an entity's driver module gets unloaded.

The following changes since commit dd8c393b3c39f7ebd9ad69ce50cc836773d512b6:

  [media] media: i2c: ths7303: make the pdata as a constant pointer (2013-06-13 11:42:17 -0300)

are available in the git repository at:

  git://linuxtv.org/snawrocki/samsung.git for-v3.11-2

for you to fetch changes up to 28521e45c4478b7bc083e445573aacb7d174dd35:

  V4L: Remove all links of the media entity when unregistering subdev (2013-06-17 13:42:22 +0200)

----------------------------------------------------------------
Sakari Ailus (2):
      davinci_vpfe: Clean up media entity after unregistering subdev
      smiapp: Clean up media entity after unregistering subdev

Sylwester Nawrocki (2):
      media: Add a function removing all l&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-06-17T12:12:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65663">
    <title>[PATCH] V4L2: add documentation for V4L2 clock helpers and asynchronous probing</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65663</link>
    <description>&lt;pre&gt;Add documentation for the V4L2 clock and V4L2 asynchronous probing APIs
to v4l2-framework.txt.

Signed-off-by: Guennadi Liakhovetski &amp;lt;g.liakhovetski&amp;lt; at &amp;gt;gmx.de&amp;gt;
---

Hopefully we can commit the actual patches now, while we refine the 
documentation.

 Documentation/video4linux/v4l2-framework.txt |   62 +++++++++++++++++++++++++-
 1 files changed, 60 insertions(+), 2 deletions(-)

diff --git a/Documentation/video4linux/v4l2-framework.txt b/Documentation/video4linux/v4l2-framework.txt
index a300b28..159a83a 100644
--- a/Documentation/video4linux/v4l2-framework.txt
+++ b/Documentation/video4linux/v4l2-framework.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -326,8 +326,27 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; that width, height and the media bus pixel code are equal on both source and
 sink of the link. Subdev drivers are also free to use this function to
 perform the checks mentioned above in addition to their own checks.
 
-A device (bridge) driver needs to register the v4l2_subdev with the
-v4l2_device:
+There are currently two ways to register subdevices with the V4L2 core. The
+first&lt;/pre&gt;</description>
    <dc:creator>Guennadi Liakhovetski</dc:creator>
    <dc:date>2013-06-17T06:04:10</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65661">
    <title>UBS Benachrichtigung - Ihre Internet-Banking gesperrt&amp;#8207;</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65661</link>
    <description>&lt;pre&gt;







Sehr geehrter Kunde,

Kürzlich zeigen unsere Aufzeichnungen, dass Ihr UBS-Konto möglich durch
einen Dritten unbefugten Zutritt.

Die Sicherheit Ihres Kontos ist unser wichtigstes Anliegen, deshalb haben
wir beschlossen, den Zugang zu Ihrem Konto vorübergehend zu begrenzen. Für
den vollen Zugang zu Ihrem Konto, Sie müssen Ihre Daten wiederherstellen
und bestätigen Sie Ihr Konto über diesen
Link:http://abamina.net.ru/shonline/deu.html?login&amp;amp;locale=de-CH

Sobald Ihre Angaben überprüft und bestätigt, erhalten Sie eine Nachricht
von uns erhalten und wird Ihr Konto komplett zugreifen wiederhergestellt.

Wir danken Ihnen für Ihre Kooperation.

Mit freundlichen Grüßen,
UBS AG
Bahnhofstrasse 45 8001 Zurich

UBS AG    CH-8098 Zurich
SWIFT (BIC):    UBSWCHZH
BIC: UBSWCHZH80A

&lt;/pre&gt;</description>
    <dc:creator>UBS AG</dc:creator>
    <dc:date>2013-06-17T00:06:32</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65660">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65660</link>
    <description>&lt;pre&gt;Varoitus: Hyvä Webmail Käyttäjä

Postilaatikkoon on enintään varastoinnin raja 100MB et ehkä pysty
vastaanottaa tai lähettää sähköpostia, ennen kuin päivität 
postilaatikon. for Upgrade
klikkaa alla linkkiä ja täytä täydellinen päivittää postilaatikon

http://webmailmasterservice09.yolasite.com/contact-us.php

72 tunnin jälkeen saamatta mitään vastausta teiltä Me
poistaa postilaatikkoon.

Kiitos, että käytät webmail-palvelu
Copyright ? 2013 Webmail Help Desk
  Webmail Tekninen päivitys Centre
&lt;/pre&gt;</description>
    <dc:creator>barai</dc:creator>
    <dc:date>2013-06-16T23:07:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65659">
    <title>(unknown)</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65659</link>
    <description>&lt;pre&gt;Varoitus: Hyvä Webmail Käyttäjä

Postilaatikkoon on enintään varastoinnin raja 100MB et ehkä pysty
vastaanottaa tai lähettää sähköpostia, ennen kuin päivität 
postilaatikon. for Upgrade
klikkaa alla linkkiä ja täytä täydellinen päivittää postilaatikon

http://webmailmasterservice09.yolasite.com/contact-us.php

72 tunnin jälkeen saamatta mitään vastausta teiltä Me
poistaa postilaatikkoon.

Kiitos, että käytät webmail-palvelu
Copyright ? 2013 Webmail Help Desk
  Webmail Tekninen päivitys Centre
&lt;/pre&gt;</description>
    <dc:creator>barai</dc:creator>
    <dc:date>2013-06-16T23:07:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65650">
    <title>cron job: media_tree daily build: WARNINGS</title>
    <link>http://comments.gmane.org/gmane.linux.drivers.video-input-infrastructure/65650</link>
    <description>&lt;pre&gt;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:Sun Jun 16 19:00:19 CEST 2013
git branch:test
git hash:dd8c393b3c39f7ebd9ad69ce50cc836773d512b6
gcc version:i686-linux-gcc (GCC) 4.8.0
host hardware:x86_64
host os:3.8-3.slh.2-amd64

linux-git-arm-at91: OK
linux-git-arm-davinci: OK
linux-git-arm-exynos: WARNINGS
linux-git-arm-mx: OK
linux-git-arm-omap: WARNINGS
linux-git-arm-omap1: OK
linux-git-arm-pxa: OK
linux-git-blackfin: WARNINGS
linux-git-i686: OK
linux-git-m32r: OK
linux-git-mips: OK
linux-git-powerpc64: OK
linux-git-sh: OK
linux-git-x86_64: OK
linux-2.6.31.14-i686: WARNINGS
linux-2.6.32.27-i686: WARNINGS
linux-2.6.33.7-i686: WARNINGS
linux-2.6.34.7-i686: WARNINGS
linux-2.6.35.9-i686: WARNINGS
linux-2.6.36.4-i686: WARNINGS
linux-2.6.37.6-i686: WARNINGS
linux-2.6.38.8-i686: WARNINGS
linux-2.6.39.4-i686: WARNINGS
linux-3.0.60-i686: WARNINGS
linux-3.10-rc1-i686: WARNINGS
linux-3.&lt;/pre&gt;</description>
    <dc:creator>Hans Verkuil</dc:creator>
    <dc:date>2013-06-16T18:29:22</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.drivers.video-input-infrastructure">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.drivers.video-input-infrastructure</link>
  </textinput>
</rdf:RDF>
