<?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://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure">
    <title>gmane.linux.drivers.video-input-infrastructure</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64746"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64742"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64741"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64740"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64738"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64732"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64727"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64726"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64723"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64722"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64721"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64720"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64719"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64718"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64716"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64715"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64714"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64713"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64712"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64711"/>
      </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://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64746">
    <title>Mistake on the colorspace page in the API doc</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64746</link>
    <description>&lt;pre&gt;Hi all,

I have been trying to get the colors right in the images grabbed from my
webcam, and I tried the color conversion code on
http://linuxtv.org/downloads/v4l-dvb-apis/colorspaces.html.

It turned out to be very white, so I checked out the intermediate steps,
and thought the part:

ER = clamp (r * 255); /* [ok? one should prob. limit y1,pb,pr] */
EG = clamp (g * 255);
EB = clamp (b * 255);


should be without the * 255. I tried removing *255 and that worked.

Regards,

--
Wouter Thielen
http://morannon.org/
&lt;/pre&gt;</description>
    <dc:creator>Wouter Thielen</dc:creator>
    <dc:date>2013-05-26T06:34:26</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64742">
    <title>Re: [PATCH v2 1/5] media: davinci: vpif: remove unwanted header mach/hardware.h and sort the includes alphabetically</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64742</link>
    <description>&lt;pre&gt;Hi Prabhakar,

Thank you for the patch.

On Saturday 25 May 2013 22:06:32 Prabhakar Lad wrote:

Acked-by: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Laurent Pinchart</dc:creator>
    <dc:date>2013-05-26T00:49:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64741">
    <title>Re: [PATCH v2 2/5] media: davinci: vpif: Convert to devm_* api</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64741</link>
    <description>&lt;pre&gt;Hi Prabhakar,

Thank you for the patch.

On Saturday 25 May 2013 22:06:33 Prabhakar Lad wrote:

You're loosing the request_mem_region(). You should use 
devm_request_and_ioremap() function instead of devm_ioremap_resource(). With 
that change,

Acked-by: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;

&lt;/pre&gt;</description>
    <dc:creator>Laurent Pinchart</dc:creator>
    <dc:date>2013-05-26T00:49:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64740">
    <title>cron job: media_tree daily build: WARNINGS</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64740</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:Sat May 25 19:00:22 CEST 2013
git branch:test
git hash:6a084d6b3dc200b855ae8a3c6771abe285a3835d
gcc version:i686-linux-gcc (GCC) 4.8.0
host hardware:x86_64
host os:3.8-3.slh.2-amd64

linux-git-arm-davinci: OK
linux-git-arm-exynos: WARNINGS
linux-git-arm-omap: WARNINGS
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.1.10-i686: WARNINGS
linux-3.2.37-i686: WARNINGS
linux-3.3.8-i686: WARNINGS
linux-3.4.27-i6&lt;/pre&gt;</description>
    <dc:creator>Hans Verkuil</dc:creator>
    <dc:date>2013-05-25T18:28:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64738">
    <title>Re: [PATCH v2 1/4] ARM: davinci: dm365 evm: remove init_enable from ths7303 pdata</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64738</link>
    <description>&lt;pre&gt;Hi Sekhar,

On Sat, May 25, 2013 at 11:09 PM, Prabhakar Lad
&amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
Can you please ack this patch as I intend to take this patch via media
tree.

Regards,
--Prabhakar Lad
&lt;/pre&gt;</description>
    <dc:creator>Prabhakar Lad</dc:creator>
    <dc:date>2013-05-25T17:43:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64732">
    <title>Re: InstantFM</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64732</link>
    <description>&lt;pre&gt;

A disconnect-connect of the USB device reset its internal state and now
I can confirm the device properly works with the 3.9.3-gentoo kernel,
using the 3.103 version of xawtv.

Under the same kernel, the 3.95-r2 xawtv version shipped with gentoo
fails to detect signal: “radio -i -d” outputs no channel and shows
“get_baseline: min=0.000000 max=0.000000”.


Thanks for your good work on this, you know who you are,



&lt;/pre&gt;</description>
    <dc:creator>Patrice Levesque</dc:creator>
    <dc:date>2013-05-25T17:18:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64727">
    <title>[PATCH v2 1/5] media: davinci: vpif: remove unwanted header mach/hardware.h and sort the includes alphabetically</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64727</link>
    <description>&lt;pre&gt;From: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

This patch removes unwanted header include of mach/hardware.h
and along side sorts the header inclusion alphabetically.

Signed-off-by: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 drivers/media/platform/davinci/vpif.c |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/drivers/media/platform/davinci/vpif.c b/drivers/media/platform/davinci/vpif.c
index ea82a8b..761c825 100644
--- a/drivers/media/platform/davinci/vpif.c
+++ b/drivers/media/platform/davinci/vpif.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -17,18 +17,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  * GNU General Public License for more details.
  */
 
+#include &amp;lt;linux/err.h&amp;gt;
 #include &amp;lt;linux/init.h&amp;gt;
+#include &amp;lt;linux/io.h&amp;gt;
+#include &amp;lt;linux/kernel.h&amp;gt;
 #include &amp;lt;linux/module.h&amp;gt;
 #include &amp;lt;linux/platform_device.h&amp;gt;
-#include &amp;lt;linux/spinlock.h&amp;gt;
-#include &amp;lt;linux/kernel.h&amp;gt;
-#include &amp;lt;linux/io.h&amp;gt;
-#include &amp;lt;linux/err.h&amp;gt;
 #include &amp;lt;linux/pm_runtime.h&amp;gt;
+#include &amp;lt;linux/spinlock.h&amp;gt;
 #include &amp;lt;linux/v4l2-dv-timings.h&amp;gt;
 
-#include &amp;lt;mach/hardware.h&amp;gt;
-
 #&lt;/pre&gt;</description>
    <dc:creator>Prabhakar Lad</dc:creator>
    <dc:date>2013-05-25T16:36:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64726">
    <title>[PATCH v2 0/5] media: davinci: vpif trivial cleanup</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64726</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.

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

Lad, Prabhakar (5):
  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_capture: Convert to devm_* api
  media: davinci: vpif_display: Convert to devm_* api

 drivers/media/platform/davinci/vpif.c         |   45 ++++-----------
 drivers/media/platform/davinci/vpif_capture.c |   73 +++++--------------------
 drivers/media/platform/davinci/vpif_display.c |   61 ++++-----------------
 3 files c&lt;/pre&gt;</description>
    <dc:creator>Prabhakar Lad</dc:creator>
    <dc:date>2013-05-25T16:36:31</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64723">
    <title>[PATCH 5/5] s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64723</link>
    <description>&lt;pre&gt;This patch fixes following compilation warning:

  CC [M]  drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.o
drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c:1733:12: warning: ‘s5p_mfc_get_decoded_status_v6’ defined but not used

It assigns existing but not used s5p_mfc_get_dec_status_v6() function to the
get_dec_status callback. It seems the get_dec_status callback is not used
anyway, as there is no corresponding s5p_mfc_hw_call().

Cc: Kamil Debski &amp;lt;k.debski&amp;lt; at &amp;gt;samsung.com&amp;gt;
Cc: Arun Kumar K &amp;lt;arun.kk&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Sylwester Nawrocki &amp;lt;sylvester.nawrocki&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
WARNING: This patch has not been tested.
---
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
index 7e76fce..3f97363 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -62,12 +62,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static &lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-05-25T11:25:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64722">
    <title>[PATCH 4/5] s5p-tv: Don't ignore return value of regulator_bulk_enable() in hdmi_drv.c</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64722</link>
    <description>&lt;pre&gt;This patch fixes following compilation warning:
 CC [M]  drivers/media/platform/s5p-tv/hdmi_drv.o
drivers/media/platform/s5p-tv/hdmi_drv.c: In function ‘hdmi_resource_poweron’:
drivers/media/platform/s5p-tv/hdmi_drv.c:583:23: warning: ignoring return value
 of ‘regulator_bulk_enable’, declared with attribute warn_unused_result

Cc: Tomasz Stanislawski &amp;lt;t.stanislaws&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Sylwester Nawrocki &amp;lt;sylvester.nawrocki&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 drivers/media/platform/s5p-tv/hdmi_drv.c |   16 ++++++++++++----
 1 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/drivers/media/platform/s5p-tv/hdmi_drv.c b/drivers/media/platform/s5p-tv/hdmi_drv.c
index 4e86626..cca83f5 100644
--- a/drivers/media/platform/s5p-tv/hdmi_drv.c
+++ b/drivers/media/platform/s5p-tv/hdmi_drv.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -576,16 +576,22 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int hdmi_s_stream(struct v4l2_subdev *sd, int enable)
 return hdmi_streamoff(hdev);
 }
 
-static void hdmi_resource_poweron(struct hdmi_resources *res)
+static int hdmi_resource_poweron(struct hdm&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-05-25T11:25:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64721">
    <title>[PATCH 3/5] s5p-tv: Do not ignore regulator/clk API return values in sdo_drv.c</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64721</link>
    <description>&lt;pre&gt;This patch fixes following compilation warning:

drivers/media/platform/s5p-tv/sdo_drv.c: In function ‘sdo_runtime_resume’:
drivers/media/platform/s5p-tv/sdo_drv.c:268:18: warning: ignoring return value of ‘regulator_enable’,
  declared with attribute warn_unused_result
drivers/media/platform/s5p-tv/sdo_drv.c:269:18: warning: ignoring return value of ‘regulator_enable’,
  declared with attribute warn_unused_result

Cc: Tomasz Stanislawski &amp;lt;t.stanislaws&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Sylwester Nawrocki &amp;lt;sylvester.nawrocki&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 drivers/media/platform/s5p-tv/sdo_drv.c |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/drivers/media/platform/s5p-tv/sdo_drv.c b/drivers/media/platform/s5p-tv/sdo_drv.c
index ab6f9ef..0afa90f 100644
--- a/drivers/media/platform/s5p-tv/sdo_drv.c
+++ b/drivers/media/platform/s5p-tv/sdo_drv.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -262,11 +262,21 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int sdo_runtime_resume(struct device *dev)
 {
 struct v4l2_subdev *sd = dev_get_drvdata(dev);
 struct&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-05-25T11:25:53</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64720">
    <title>[PATCH 2/5] s5p-tv: Don't ignore return value of regulator_enable() in sii9234_drv.c</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64720</link>
    <description>&lt;pre&gt;This patch fixes following compilation warning:

  CC [M]  drivers/media/platform/s5p-tv/sii9234_drv.o
drivers/media/platform/s5p-tv/sii9234_drv.c: In function ‘sii9234_runtime_resume’:
drivers/media/platform/s5p-tv/sii9234_drv.c:252:18: warning: ignoring return
  value of ‘regulator_enable’, declared with attribute warn_unused_result

Cc: Tomasz Stanislawski &amp;lt;t.stanislaws&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Sylwester Nawrocki &amp;lt;sylvester.nawrocki&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 drivers/media/platform/s5p-tv/sii9234_drv.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/drivers/media/platform/s5p-tv/sii9234_drv.c b/drivers/media/platform/s5p-tv/sii9234_drv.c
index 39b77d2..3dd762e 100644
--- a/drivers/media/platform/s5p-tv/sii9234_drv.c
+++ b/drivers/media/platform/s5p-tv/sii9234_drv.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -249,7 +249,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int sii9234_runtime_resume(struct device *dev)
 int ret;
 
 dev_info(dev, "resume start\n");
-regulator_enable(ctx-&amp;gt;power);
+ret = regulator_enable(ctx-&amp;gt;power);
+if (ret &amp;lt; 0)
+return&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-05-25T11:25:52</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64719">
    <title>[PATCH 1/5] s5c73m3: Do not ignore errors from regulator_enable()</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64719</link>
    <description>&lt;pre&gt;This fixes following compilation warning:

drivers/media/i2c/s5c73m3/s5c73m3-core.c: In function ‘__s5c73m3_power_off’:
drivers/media/i2c/s5c73m3/s5c73m3-core.c:1389:19: warning: ignoring return value
of ‘regulator_enable’, declared with attribute warn_unused_result

Cc: Andrzej Hajda &amp;lt;a.hajda&amp;lt; at &amp;gt;samsung.com&amp;gt;
Signed-off-by: Sylwester Nawrocki &amp;lt;sylvester.nawrocki&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 drivers/media/i2c/s5c73m3/s5c73m3-core.c |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/drivers/media/i2c/s5c73m3/s5c73m3-core.c b/drivers/media/i2c/s5c73m3/s5c73m3-core.c
index d3e867a..402da96 100644
--- a/drivers/media/i2c/s5c73m3/s5c73m3-core.c
+++ b/drivers/media/i2c/s5c73m3/s5c73m3-core.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1385,9 +1385,12 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int __s5c73m3_power_off(struct s5c73m3 *state)
 }
 return 0;
 err:
-for (++i; i &amp;lt; S5C73M3_MAX_SUPPLIES; i++)
-regulator_enable(state-&amp;gt;supplies[i].consumer);
-
+for (++i; i &amp;lt; S5C73M3_MAX_SUPPLIES; i++) {
+int r = regulator_enable(state-&amp;gt;supplies[i].consumer);
+if (r &amp;lt;&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-05-25T11:25:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64718">
    <title>[PATCH 0/5] arm/exynos compilation warning fixes</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64718</link>
    <description>&lt;pre&gt;This patch set fixes couple issues that cause warnings seen in the media 
daily build. Any testing/ack are welcome, as these patches are completely 
untested yet.

Sylwester Nawrocki (5):
  s5c73m3: Do not ignore errors from regulator_enable()
  s5p-tv: Don't ignore return value of regulator_enable() in
    sii9234_drv.c
  s5p-tv: Do not ignore regulator/clk API return values in sdo_drv.c
  s5p-tv: Don't ignore return value of regulator_bulk_enable() in
    hdmi_drv.c
  s5p-mfc: Remove unused s5p_mfc_get_decoded_status_v6() function

 drivers/media/i2c/s5c73m3/s5c73m3-core.c        |    9 ++++++---
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |    8 +-------
 drivers/media/platform/s5p-tv/hdmi_drv.c        |   16 ++++++++++++----
 drivers/media/platform/s5p-tv/sdo_drv.c         |   22 +++++++++++++++++++---
 drivers/media/platform/s5p-tv/sii9234_drv.c     |    4 +++-
 5 files changed, 41 insertions(+), 18 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Sylwester Nawrocki</dc:creator>
    <dc:date>2013-05-25T11:25:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64716">
    <title>Re: Audio: no sound</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64716</link>
    <description>&lt;pre&gt;Hi,




It seems you are still using the easycap driver.

[...]


This should say stk1160 if you were using the new driver.
I'm not sure what about what kernel first included the stk1160, but it
doesn't seem to be included in the kernel you built.

Best regards
Jon Arne Jørgensen

&lt;/pre&gt;</description>
    <dc:creator>Jon Arne Jørgensen</dc:creator>
    <dc:date>2013-05-25T07:00:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64715">
    <title>cron job: media_tree daily build: WARNINGS</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64715</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:Fri May 24 19:00:22 CEST 2013
git branch:test
git hash:6a084d6b3dc200b855ae8a3c6771abe285a3835d
gcc version:i686-linux-gcc (GCC) 4.8.0
host hardware:x86_64
host os:3.8-3.slh.2-amd64

linux-git-arm-davinci: OK
linux-git-arm-exynos: WARNINGS
linux-git-arm-omap: WARNINGS
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.1.10-i686: WARNINGS
linux-3.2.37-i686: WARNINGS
linux-3.3.8-i686: WARNINGS
linux-3.4.27-i6&lt;/pre&gt;</description>
    <dc:creator>Hans Verkuil</dc:creator>
    <dc:date>2013-05-24T18:28:20</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64714">
    <title>[PATCH 2/2] em28xx: complete GPIO register caching</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64714</link>
    <description>&lt;pre&gt;The current GPIO register caching is incomplete.
Only one GPIO register and one GPO register is cached, but
nearly all chip variants have more than one GPIO register.
Caching of pure GPO registers (reg 0x04) also isn't needed.
At least parts of register 0x0c seem to be assigned to GPIO lines,
so we need to cache this register, too.

Signed-off-by: Frank Schäfer &amp;lt;fschaefer.oss&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 drivers/media/usb/em28xx/em28xx-cards.c | 12 ---------
 drivers/media/usb/em28xx/em28xx-core.c  | 43 ++++++++++++++++++++++-----------
 drivers/media/usb/em28xx/em28xx.h       | 15 ++++++++----
 3 files changed, 39 insertions(+), 31 deletions(-)

diff --git a/drivers/media/usb/em28xx/em28xx-cards.c b/drivers/media/usb/em28xx/em28xx-cards.c
index 83bfbe4..7486533 100644
--- a/drivers/media/usb/em28xx/em28xx-cards.c
+++ b/drivers/media/usb/em28xx/em28xx-cards.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2881,10 +2881,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int em28xx_init_dev(struct em28xx *dev, struct usb_device *udev,
 
 em28xx_set_model(dev);
 
-/* Set the default GPO/GPIO for &lt;/pre&gt;</description>
    <dc:creator>Frank Schäfer</dc:creator>
    <dc:date>2013-05-24T16:34:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64713">
    <title>[PATCH 1/2] em28xx: add register defines for em25xx/em276x/7x/8x GPIO registers</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64713</link>
    <description>&lt;pre&gt;em25xx/em276x/7x/8x provides 3 GPIO register sets,
each of them consisting of separate read and a write registers.

Signed-off-by: Frank Schäfer &amp;lt;fschaefer.oss&amp;lt; at &amp;gt;googlemail.com&amp;gt;
---
 drivers/media/usb/em28xx/em28xx-reg.h | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/drivers/media/usb/em28xx/em28xx-reg.h b/drivers/media/usb/em28xx/em28xx-reg.h
index 622871d..17bdb78 100644
--- a/drivers/media/usb/em28xx/em28xx-reg.h
+++ b/drivers/media/usb/em28xx/em28xx-reg.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -210,6 +210,14 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #define EM2874_TS2_FILTER_ENABLE  (1 &amp;lt;&amp;lt; 5)
 #define EM2874_TS2_NULL_DISCARD   (1 &amp;lt;&amp;lt; 6)
 
+/* em25xx, em276x/7x/8x GPIO registers */
+#define EM25XX_R80_GPIO_P0_W    0x80
+#define EM25XX_R81_GPIO_P1_W    0x81
+#define EM25XX_R83_GPIO_P3_W    0x83
+#define EM25XX_R84_GPIO_P0_R    0x84
+#define EM25XX_R85_GPIO_P1_R    0x85
+#define EM25XX_R87_GPIO_P3_R    0x87
+
 /* register settings */
 #define EM2800_AUDIO_SRC_TUNER  0x0d
 #define EM2800_AUDIO_SRC_LINE   0x0c
&lt;/pre&gt;</description>
    <dc:creator>Frank Schäfer</dc:creator>
    <dc:date>2013-05-24T16:34:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64712">
    <title>RE: [PATCH 2/2] [media] s5p-mfc: Remove redundant use of of_match_ptr macro</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64712</link>
    <description>&lt;pre&gt;Hi Sachin,

Thank you for your patch.

Best wishes,
&lt;/pre&gt;</description>
    <dc:creator>Kamil Debski</dc:creator>
    <dc:date>2013-05-24T12:28:38</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64711">
    <title>[PATCH 2/2] [media] soc_camera: tw9910: Remove empty function</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64711</link>
    <description>&lt;pre&gt;After the switch to devm_* functions, the 'remove' function does
not do anything. Delete it.

Signed-off-by: Sachin Kamat &amp;lt;sachin.kamat&amp;lt; at &amp;gt;linaro.org&amp;gt;
Cc: Kuninori Morimoto &amp;lt;morimoto.kuninori&amp;lt; at &amp;gt;renesas.com&amp;gt;
---
 drivers/media/i2c/soc_camera/tw9910.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/media/i2c/soc_camera/tw9910.c b/drivers/media/i2c/soc_camera/tw9910.c
index bad90b1..6b9cc2a 100644
--- a/drivers/media/i2c/soc_camera/tw9910.c
+++ b/drivers/media/i2c/soc_camera/tw9910.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -938,11 +938,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int tw9910_probe(struct i2c_client *client,
 return tw9910_video_probe(client);
 }
 
-static int tw9910_remove(struct i2c_client *client)
-{
-return 0;
-}
-
 static const struct i2c_device_id tw9910_id[] = {
 { "tw9910", 0 },
 { }
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -954,7 +949,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static struct i2c_driver tw9910_i2c_driver = {
 .name = "tw9910",
 },
 .probe    = tw9910_probe,
-.remove   = tw9910_remove,
 .id_table = tw9910_id,
 };
 
&lt;/pre&gt;</description>
    <dc:creator>Sachin Kamat</dc:creator>
    <dc:date>2013-05-24T11:25:07</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64710">
    <title>[PATCH 1/2] [media] soc_camera: mt9t112: Remove empty function</title>
    <link>http://permalink.gmane.org/gmane.linux.drivers.video-input-infrastructure/64710</link>
    <description>&lt;pre&gt;After the switch to devm_* functions, the 'remove' function does
not do anything. Delete it.

Signed-off-by: Sachin Kamat &amp;lt;sachin.kamat&amp;lt; at &amp;gt;linaro.org&amp;gt;
Cc: Kuninori Morimoto &amp;lt;morimoto.kuninori&amp;lt; at &amp;gt;renesas.com&amp;gt;
---
 drivers/media/i2c/soc_camera/mt9t112.c |    6 ------
 1 file changed, 6 deletions(-)

diff --git a/drivers/media/i2c/soc_camera/mt9t112.c b/drivers/media/i2c/soc_camera/mt9t112.c
index a7256b7..0af29a4 100644
--- a/drivers/media/i2c/soc_camera/mt9t112.c
+++ b/drivers/media/i2c/soc_camera/mt9t112.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1118,11 +1118,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int mt9t112_probe(struct i2c_client *client,
 return ret;
 }
 
-static int mt9t112_remove(struct i2c_client *client)
-{
-return 0;
-}
-
 static const struct i2c_device_id mt9t112_id[] = {
 { "mt9t112", 0 },
 { }
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1134,7 +1129,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static struct i2c_driver mt9t112_i2c_driver = {
 .name = "mt9t112",
 },
 .probe    = mt9t112_probe,
-.remove   = mt9t112_remove,
 .id_table = mt9t112_id,
 };
 
&lt;/pre&gt;</description>
    <dc:creator>Sachin Kamat</dc:creator>
    <dc:date>2013-05-24T11:25:06</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>
