<?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.documentation">
    <title>gmane.linux.documentation</title>
    <link>http://blog.gmane.org/gmane.linux.documentation</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.documentation/11309"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11287"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11269"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11246"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11230"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11218"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11210"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11189"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11186"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11170"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11161"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11148"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11141"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11136"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11122"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11100"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11042"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/11040"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/10972"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.linux.documentation/10935"/>
      </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.documentation/11309">
    <title>[PATCH] ARM: document the bigger pagetables needed for LPAE</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11309</link>
    <description>&lt;pre&gt;The Booting documentation assumes that the initial pagetables are
16KiB but since 1b6ba46 (ARM: LPAE: MMU setup for the 3-level page
table format) they are 20KiB for LPAE kernels.  Thus, the
recommendation to put atags or the dtb in the first 16KiB is wrong,
there's only 12KiB of space there in LPAE kernels, so update the
documentation accordingly.
---
 Documentation/arm/Booting |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/Documentation/arm/Booting b/Documentation/arm/Booting
index 0c1f475..f6f9cd8 100644
--- a/Documentation/arm/Booting
+++ b/Documentation/arm/Booting
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -105,7 +105,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; The tagged list should be stored in system RAM.
 
 The tagged list must be placed in a region of memory where neither
 the kernel decompressor nor initrd 'bootp' program will overwrite
-it.  The recommended placement is in the first 16KiB of RAM.
+it.  The recommended placement is in the first 12KiB of RAM.
 
 4b. Setup the device tree
 -------------------------
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -120,7 +120,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; tagged l&lt;/pre&gt;</description>
    <dc:creator>Javi Merino</dc:creator>
    <dc:date>2013-05-24T15:43:56</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11287">
    <title>[PATCH v3 00/13] Arrange hotpluggable memory in SRAT as ZONE_MOVABLE.</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11287</link>
    <description>&lt;pre&gt;In memory hotplug situation, the hotpluggable memory should be
arranged in ZONE_MOVABLE because memory in ZONE_NORMAL may be
used by kernel, and Linux cannot migrate pages used by kernel.

So we need a way to specify hotpluggable memory as movable. It
should be as easy as possible.

According to ACPI spec 5.0, SRAT table has memory affinity
structure and the structure has Hot Pluggable Filed. 
See "5.2.16.2 Memory Affinity Structure".

If we use the information, we might be able to specify hotpluggable
memory by firmware. For example, if Hot Pluggable Filed is enabled,
kernel sets the memory as movable memory.

To achieve this goal, we need to do the following:
1. Prevent memblock from allocating hotpluggable memroy for kernel.
   This is done by reserving hotpluggable memory in memblock as the
   folowing steps:
   1) Parse SRAT early enough so that memblock knows which memory
      is hotpluggable.
   2) Add a "flags" member to memblock so that it is able to tell
      which memory is hotpluggable when fre&lt;/pre&gt;</description>
    <dc:creator>Tang Chen</dc:creator>
    <dc:date>2013-05-24T09:29:09</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11269">
    <title>[PATCH 0/8] Documentation: Updating docs and links relating to patches.</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11269</link>
    <description>&lt;pre&gt; This patch series 1. adds "the perfect patch" doc 2. adds "submission format"
 doc 3. update refs to perfect-patch 4. fix link in perfect patch 5. update
 refs to sub-format 6. fix source ref in perfect patch 7. reformat  submission
 format doc 8. move other documents into patch sub directory.

Ben Minerds (8):
  Documentation: Adding "The Perfect Patch" by Andrew Morton
  Documentation: Adding "Linux Kernel Patch Submission Format"
  Documentation: Replacing references to broken perfect patch URL
  Documentation: Replacing reference to broken perfect patch URL
  Documentation: Replacing reference to broken submission format URL
  Documentation: Updating a broken link in "the perfect patch"
  Documentation: Reformatting "Linux Kernel Patch Submission Format"
  Documentation: Move other patch related document

 Documentation/HOWTO                                |  12 +-
 Documentation/SubmittingPatches                    | 743 ---------------------
 Documentation/applying-patches.txt                 | 454 --&lt;/pre&gt;</description>
    <dc:creator>Ben Minerds</dc:creator>
    <dc:date>2013-05-23T12:49:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11246">
    <title>[PATCH] Documentation: Updated broken link in HOWTO</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11246</link>
    <description>&lt;pre&gt;Updated broken "The Perfect Patch" link in HOWTO to a copy at kerneltrap.org.

Signed-off-by: Ben Minerds &amp;lt;puzzleduck&amp;lt; at &amp;gt;gmail.com&amp;gt;

---
 Documentation/HOWTO | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/HOWTO b/Documentation/HOWTO
index a9f288f..27faae3 100644
--- a/Documentation/HOWTO
+++ b/Documentation/HOWTO
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -112,7 +112,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; required reading:
 
     Other excellent descriptions of how to create patches properly are:
 "The Perfect Patch"
-http://userweb.kernel.org/~akpm/stuff/tpp.txt
+http://kerneltrap.org/node/3737
 "Linux kernel patch submission format"
 http://linux.yyz.us/patch-format.html
 
&lt;/pre&gt;</description>
    <dc:creator>Ben Minerds</dc:creator>
    <dc:date>2013-05-22T08:42:07</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11230">
    <title>[PATCH V3 0/2] Add DT support for tps6507x touchscreen</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11230</link>
    <description>&lt;pre&gt;Patch set adds DT support for tps6507x based touchscreen.
Also, add DT data for tps6507x touchscreen in da850-evm by
providing touchscreen node inside tps6507x mfd device.

This patch series applies on top of linux-next tree and depends on [1].

[1]tps6507x-ts: update to devm_* API
   https://patchwork.kernel.org/patch/2324441/

Tested on da850-evm board.

Changes since V2:
 - Updated tps6507x documentation.
 - Removed unnecessary code.

Changes since V1:
 - Updated tps6507x documentation.
 - Updated commit message.
 - return proper error value in absence platform and DT data
   for touchscreen.

Vishwanathrao Badarkhe, Manish (2):
  tps6507x-ts: Add DT support
  ARM: davinci: da850: add tps6507x touchscreen DT data

 Documentation/devicetree/bindings/mfd/tps6507x.txt |   28 ++++++-
 arch/arm/boot/dts/da850-evm.dts                    |    9 ++
 drivers/input/touchscreen/tps6507x-ts.c            |   98 ++++++++++++++------
 3 files changed, 104 insertions(+), 31 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Vishwanathrao Badarkhe, Manish</dc:creator>
    <dc:date>2013-05-21T08:54:16</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11218">
    <title>[PATCH] [trivial] doc: Fix typo in documentation/bcache.txt</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11218</link>
    <description>&lt;pre&gt;Correct spelling typo in documentation/bcache.txt

Signed-off-by: Masanari Iida &amp;lt;standby24x7&amp;lt; at &amp;gt;gmail.com&amp;gt;

# Please enter the commit message for your changes. Lines starting
# with '#' will be kept; you may remove them yourself if you want to.
# An empty message aborts the commit.
# On branch bcache-fix
# Changes to be committed:
#   (use "git reset HEAD &amp;lt;file&amp;gt;..." to unstage)
#
#modified:   Documentation/bcache.txt
#
---
 Documentation/bcache.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/bcache.txt b/Documentation/bcache.txt
index b3a7e7d..c3365f2 100644
--- a/Documentation/bcache.txt
+++ b/Documentation/bcache.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -181,7 +181,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; want for getting the best possible numbers when benchmarking.
 
    In practice this isn't an issue because as soon as a write comes along it'll
    cause the btree node to be split, and you need almost no write traffic for
-   this to not show up enough to be noticable (especially since bcache's btree
+   this to not show up e&lt;/pre&gt;</description>
    <dc:creator>Masanari Iida</dc:creator>
    <dc:date>2013-05-19T15:04:35</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11210">
    <title>[PATCH] hdio.txt: fix typos</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11210</link>
    <description>&lt;pre&gt;Example code contained incorrect ioctl call name.

Signed-off-by: Andrey Utkin &amp;lt;andrey.krieger.utkin&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 Documentation/ioctl/hdio.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/ioctl/hdio.txt b/Documentation/ioctl/hdio.txt
index 18eb98c..69e4ed3 100644
--- a/Documentation/ioctl/hdio.txt
+++ b/Documentation/ioctl/hdio.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -453,7 +453,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; HDIO_GET_BUSSTATEget the bus state of the hwif
 usage:
 
   long state;
-  ioctl(fd, HDIO_SCAN_HWIF, &amp;amp;state);
+  ioctl(fd, HDIO_GET_BUSSTATE, &amp;amp;state);
 
 inputs:none
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -473,7 +473,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; HDIO_SET_BUSSTATEset the bus state of the hwif
 
   int state;
   ...
-  ioctl(fd, HDIO_SCAN_HWIF, state);
+  ioctl(fd, HDIO_SET_BUSSTATE, state);
 
 inputs:
   Desired IDE power state.  One of BUSSTATE_OFF, BUSSTATE_ON,
&lt;/pre&gt;</description>
    <dc:creator>Andrey Utkin</dc:creator>
    <dc:date>2013-05-16T20:02:40</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11189">
    <title>[patch] Documentation: allow multiple return statements per function</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11189</link>
    <description>&lt;pre&gt;A surprising number of newbies interpret this section to mean that only
one return statement is allowed per function.  Part of the problem is
that the "one return statement per function" rule is an actual style
guideline that people are used to from other projects.

Signed-off-by: Dan Carpenter &amp;lt;dan.carpenter&amp;lt; at &amp;gt;oracle.com&amp;gt;

diff --git a/Documentation/CodingStyle b/Documentation/CodingStyle
index e00b8f0..7fe0546 100644
--- a/Documentation/CodingStyle
+++ b/Documentation/CodingStyle
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -389,7 +389,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Albeit deprecated by some people, the equivalent of the goto statement is
 used frequently by compilers in form of the unconditional jump instruction.
 
 The goto statement comes in handy when a function exits from multiple
-locations and some common work such as cleanup has to be done.
+locations and some common work such as cleanup has to be done.  If there is no
+cleanup needed then just return directly.
 
 The rationale is:
 
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body &lt;/pre&gt;</description>
    <dc:creator>Dan Carpenter</dc:creator>
    <dc:date>2013-05-15T17:20:21</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11186">
    <title>[PATCH RFC] media: OF: add field-active and sync-on-green endpoint properties</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11186</link>
    <description>&lt;pre&gt;From: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

This patch adds "field-active" and "sync-on-green" as part of
endpoint properties and also support to parse them in the parser.

Signed-off-by: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: Hans Verkuil &amp;lt;hans.verkuil&amp;lt; at &amp;gt;cisco.com&amp;gt;
Cc: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;
Cc: Mauro Carvalho Chehab &amp;lt;mchehab&amp;lt; at &amp;gt;redhat.com&amp;gt;
Cc: Guennadi Liakhovetski &amp;lt;g.liakhovetski&amp;lt; at &amp;gt;gmx.de&amp;gt;
Cc: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Cc: Sakari Ailus &amp;lt;sakari.ailus&amp;lt; at &amp;gt;iki.fi&amp;gt;
Cc: Grant Likely &amp;lt;grant.likely&amp;lt; at &amp;gt;secretlab.ca&amp;gt;
Cc: Rob Herring &amp;lt;rob.herring&amp;lt; at &amp;gt;calxeda.com&amp;gt;
Cc: Rob Landley &amp;lt;rob&amp;lt; at &amp;gt;landley.net&amp;gt;
Cc: devicetree-discuss&amp;lt; at &amp;gt;lists.ozlabs.org
Cc: linux-doc&amp;lt; at &amp;gt;vger.kernel.org
Cc: linux-kernel&amp;lt; at &amp;gt;vger.kernel.org
Cc: davinci-linux-open-source&amp;lt; at &amp;gt;linux.davincidsp.com
Cc: Kyungmin Park &amp;lt;kyungmin.park&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 .../devicetree/bindings/media/video-interfaces.txt |    4 ++++
 drivers/media/v4l2-core/v4l2-of.c                  |    6 ++++++
 include/media/v4l2-mediabus.h                &lt;/pre&gt;</description>
    <dc:creator>Lad Prabhakar</dc:creator>
    <dc:date>2013-05-15T12:52:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11170">
    <title>[PATCH v3] media: i2c: tvp514x: add OF support</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11170</link>
    <description>&lt;pre&gt;From: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

add OF support for the tvp514x driver. Alongside this patch
removes unnecessary header file inclusion and sorts them alphabetically.

Signed-off-by: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: Hans Verkuil &amp;lt;hans.verkuil&amp;lt; at &amp;gt;cisco.com&amp;gt;
Cc: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;
Cc: Mauro Carvalho Chehab &amp;lt;mchehab&amp;lt; at &amp;gt;redhat.com&amp;gt;
Cc: Guennadi Liakhovetski &amp;lt;g.liakhovetski&amp;lt; at &amp;gt;gmx.de&amp;gt;
Cc: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Cc: Sakari Ailus &amp;lt;sakari.ailus&amp;lt; at &amp;gt;iki.fi&amp;gt;
Cc: Grant Likely &amp;lt;grant.likely&amp;lt; at &amp;gt;secretlab.ca&amp;gt;
Cc: Rob Herring &amp;lt;rob.herring&amp;lt; at &amp;gt;calxeda.com&amp;gt;
Cc: Rob Landley &amp;lt;rob&amp;lt; at &amp;gt;landley.net&amp;gt;
Cc: devicetree-discuss&amp;lt; at &amp;gt;lists.ozlabs.org
Cc: linux-doc&amp;lt; at &amp;gt;vger.kernel.org
Cc: linux-kernel&amp;lt; at &amp;gt;vger.kernel.org
Cc: davinci-linux-open-source&amp;lt; at &amp;gt;linux.davincidsp.com
---
Tested on da850-evm.

 RFC v1: https://patchwork.kernel.org/patch/2030061/
 RFC v2: https://patchwork.kernel.org/patch/2061811/

 Changes for current version from RFC v2:
 1: Fixed review comments pointed by Sylwester&lt;/pre&gt;</description>
    <dc:creator>Lad Prabhakar</dc:creator>
    <dc:date>2013-05-14T11:00:36</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11161">
    <title>[PATCH v2] media: i2c: tvp514x: add OF support</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11161</link>
    <description>&lt;pre&gt;From: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

add OF support for the tvp514x driver. Alongside this patch
removes unnecessary header file inclusion and sorts them alphabetically.

Signed-off-by: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: Hans Verkuil &amp;lt;hans.verkuil&amp;lt; at &amp;gt;cisco.com&amp;gt;
Cc: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;
Cc: Mauro Carvalho Chehab &amp;lt;mchehab&amp;lt; at &amp;gt;redhat.com&amp;gt;
Cc: Guennadi Liakhovetski &amp;lt;g.liakhovetski&amp;lt; at &amp;gt;gmx.de&amp;gt;
Cc: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Cc: Sakari Ailus &amp;lt;sakari.ailus&amp;lt; at &amp;gt;iki.fi&amp;gt;
Cc: Grant Likely &amp;lt;grant.likely&amp;lt; at &amp;gt;secretlab.ca&amp;gt;
Cc: Rob Herring &amp;lt;rob.herring&amp;lt; at &amp;gt;calxeda.com&amp;gt;
Cc: Rob Landley &amp;lt;rob&amp;lt; at &amp;gt;landley.net&amp;gt;
Cc: devicetree-discuss&amp;lt; at &amp;gt;lists.ozlabs.org
Cc: linux-doc&amp;lt; at &amp;gt;vger.kernel.org
Cc: linux-kernel&amp;lt; at &amp;gt;vger.kernel.org
Cc: davinci-linux-open-source&amp;lt; at &amp;gt;linux.davincidsp.com
---
 Tested on da850-evm.

 RFC v1: https://patchwork.kernel.org/patch/2030061/
 RFC v2: https://patchwork.kernel.org/patch/2061811/

 Changes for current version from RFC v2:
 1: Fixed review comments pointed by Sylweste&lt;/pre&gt;</description>
    <dc:creator>Lad Prabhakar</dc:creator>
    <dc:date>2013-05-14T08:06:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11148">
    <title>[PATCH] usb: phy: samsung: adding usbphy for Exynos4X12</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11148</link>
    <description>&lt;pre&gt;This patch adds usb host phy (USB 2.0 PHY) support for Samsung Exynos4X12 SoC.
New functions, samsung_exynos4x12_usb2phy_enable/_disable and selecting
reference clock, for Exynos4X12 are added. Since it has different register
set up with Exynos4210 or Exynos5250, "samsung,exynos4x12-usb2phy" is added.

Signed-off-by: Dongjin Kim &amp;lt;tobetter&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 .../devicetree/bindings/usb/samsung-usbphy.txt     |    5 ++
 drivers/usb/phy/phy-samsung-usb.c                  |   30 ++++++-
 drivers/usb/phy/phy-samsung-usb.h                  |   18 ++++
 drivers/usb/phy/phy-samsung-usb2.c                 |   90 ++++++++++++++++++++
 4 files changed, 140 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/usb/samsung-usbphy.txt b/Documentation/devicetree/bindings/usb/samsung-usbphy.txt
index 33fd354..f805878 100644
--- a/Documentation/devicetree/bindings/usb/samsung-usbphy.txt
+++ b/Documentation/devicetree/bindings/usb/samsung-usbphy.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -18,6 +18,11 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; Exynos4210:
 - clock-names: names of &lt;/pre&gt;</description>
    <dc:creator>Dongjin Kim</dc:creator>
    <dc:date>2013-05-13T18:25:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11141">
    <title>[PATCH RFC V4 FINAL] media: i2c: mt9p031: add OF support</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11141</link>
    <description>&lt;pre&gt;From: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

add OF support for the mt9p031 sensor driver.
Alongside this patch sorts the header inclusion alphabetically.

Signed-off-by: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: Hans Verkuil &amp;lt;hans.verkuil&amp;lt; at &amp;gt;cisco.com&amp;gt;
Cc: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;
Cc: Mauro Carvalho Chehab &amp;lt;mchehab&amp;lt; at &amp;gt;redhat.com&amp;gt;
Cc: Guennadi Liakhovetski &amp;lt;g.liakhovetski&amp;lt; at &amp;gt;gmx.de&amp;gt;
Cc: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Cc: Sakari Ailus &amp;lt;sakari.ailus&amp;lt; at &amp;gt;iki.fi&amp;gt;
Cc: Grant Likely &amp;lt;grant.likely&amp;lt; at &amp;gt;secretlab.ca&amp;gt;
Cc: Sascha Hauer &amp;lt;s.hauer&amp;lt; at &amp;gt;pengutronix.de&amp;gt;
Cc: Rob Herring &amp;lt;rob.herring&amp;lt; at &amp;gt;calxeda.com&amp;gt;
Cc: Rob Landley &amp;lt;rob&amp;lt; at &amp;gt;landley.net&amp;gt;
Cc: Arnd Bergmann &amp;lt;arnd&amp;lt; at &amp;gt;arndb.de&amp;gt;
Cc: devicetree-discuss&amp;lt; at &amp;gt;lists.ozlabs.org
Cc: davinci-linux-open-source&amp;lt; at &amp;gt;linux.davincidsp.com
Cc: linux-doc&amp;lt; at &amp;gt;vger.kernel.org
Cc: linux-kernel&amp;lt; at &amp;gt;vger.kernel.org
---
 Changes for v4:
 1: Renamed "gpio-reset" property to "reset-gpios".
 2: Dropped assigning the driver data from the of node.

 Changes for v3:
 1: Dropped check if &lt;/pre&gt;</description>
    <dc:creator>Lad Prabhakar</dc:creator>
    <dc:date>2013-05-13T05:17:04</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11136">
    <title>[PATCH/RESEND v6 3/3] block: Adding ROW scheduling algorithm</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11136</link>
    <description>&lt;pre&gt;This patch adds the implementation of a new scheduling algorithm - ROW.
The policy of this algorithm is to prioritize READ requests over WRITE
as much as possible without starving the WRITE requests.
The requests are kept in queues according to their priority. The dispatch
is done in a Round Robin manner with a different slice for each queue.
READ request queues get bigger dispatch quantum than the write requests.

Signed-off-by: Tatyana Brokhman &amp;lt;tlinder&amp;lt; at &amp;gt;codeaurora.org&amp;gt;

diff --git a/Documentation/block/row-iosched.txt b/Documentation/block/row-iosched.txt
new file mode 100644
index 0000000..0d794ee
--- /dev/null
+++ b/Documentation/block/row-iosched.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,134 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+Introduction
+============
+
+The ROW scheduling algorithm will be used in mobile devices as default
+block layer IO scheduling algorithm. ROW stands for "READ Over WRITE"
+which is the main requests dispatch policy of this algorithm.
+
+The ROW IO scheduler was developed with the mobile devices needs in
+mind. In mobile devices we favor &lt;/pre&gt;</description>
    <dc:creator>Tanya Brokhman</dc:creator>
    <dc:date>2013-05-12T10:34:48</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11122">
    <title>[PATCH] clk: add specified-rate clock</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11122</link>
    <description>&lt;pre&gt;The frequency of some SoC's external oscillators (for example TZ1090's
XTAL1) are configured by the board using pull-ups/pull-downs of
configuration pins, the logic values of which are automatically latched
on reset and available in an SoC register. Add a generic clock component
and DT bindings to handle this.

It behaves similar to a fixed rate clock (read-only), except it needs
information about a register field (reg, shift, width), and the
clock-frequency is a mapping from register field values to clock
frequencies.

Signed-off-by: James Hogan &amp;lt;james.hogan&amp;lt; at &amp;gt;imgtec.com&amp;gt;
Cc: Mike Turquette &amp;lt;mturquette&amp;lt; at &amp;gt;linaro.org&amp;gt;
Cc: Grant Likely &amp;lt;grant.likely&amp;lt; at &amp;gt;secretlab.ca&amp;gt;
Cc: Rob Herring &amp;lt;rob.herring&amp;lt; at &amp;gt;calxeda.com&amp;gt;
Cc: Rob Landley &amp;lt;rob&amp;lt; at &amp;gt;landley.net&amp;gt;
Cc: Arnd Bergmann &amp;lt;arnd&amp;lt; at &amp;gt;arndb.de&amp;gt;
Cc: Linus Walleij &amp;lt;linus.walleij&amp;lt; at &amp;gt;linaro.org&amp;gt;
Cc: Mark Brown &amp;lt;broonie&amp;lt; at &amp;gt;opensource.wolfsonmicro.com&amp;gt;
Cc: Lars-Peter Clausen &amp;lt;lars&amp;lt; at &amp;gt;metafoo.de&amp;gt;
---
 .../devicetree/bindings/clock/specified-clock.txt  |  39 ++++
 drivers/clk/Makefile                    &lt;/pre&gt;</description>
    <dc:creator>James Hogan</dc:creator>
    <dc:date>2013-05-10T12:44:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11100">
    <title>[PATCH] ARM: mmc: bcm281xx SDHCI driver</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11100</link>
    <description>&lt;pre&gt;Add SDHCI driver for the Broadcom 281xx SoCs. Also
add bindings for it into bcm281xx dts files.
Still missing:
 - power managemement

Signed-off-by: Christian Daudt &amp;lt;csd&amp;lt; at &amp;gt;broadcom.com&amp;gt;

diff --git a/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt b/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt
new file mode 100644
index 0000000..ad1c4bd
--- /dev/null
+++ b/Documentation/devicetree/bindings/mmc/bcm,kona-sdhci.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+Broadcom BCM281xx SDHCI driver
+
+This file documents differences between the core properties in mmc.txt
+and the properties in the bcm281xx driver.
+
+Required properties:
+- compatible : Should be "bcm,kona-sdhci"
+
+Example:
+
+sdio2: sdio&amp;lt; at &amp;gt;0x3f1a0000 {
+compatible = "bcm,kona-sdhci";
+reg = &amp;lt;0x3f1a0000 0x10000&amp;gt;;
+interrupts = &amp;lt;0x0 74 0x4&amp;gt;;
+};
+
diff --git a/arch/arm/boot/dts/bcm11351-brt.dts b/arch/arm/boot/dts/bcm11351-brt.dts
index 248067c..9ae3404 100644
--- a/arch/arm/boot/dts/bcm11351-brt.dts
+++ b/arch/arm/boot/dts/bcm11351-brt.dts
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -27,4 +27,21 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
&lt;/pre&gt;</description>
    <dc:creator>Christian Daudt</dc:creator>
    <dc:date>2013-05-09T05:55:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11042">
    <title>[PATCH 1/1] drivers/gpio: Altera soft IP GPIO driver</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11042</link>
    <description>&lt;pre&gt;Add driver support for Altera GPIO soft IP, including interrupts and I/O.
Tested on Altera CV SoC board.

Signed-off-by: Tien Hock Loh &amp;lt;thloh&amp;lt; at &amp;gt;altera.com&amp;gt;
---
 .../devicetree/bindings/gpio/gpio-altera.txt       |  40 +++
 drivers/gpio/Kconfig                               |   7 +
 drivers/gpio/Makefile                              |   1 +
 drivers/gpio/gpio-altera.c                         | 375 +++++++++++++++++++++
 4 files changed, 423 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-altera.txt
 create mode 100644 drivers/gpio/gpio-altera.c

diff --git a/Documentation/devicetree/bindings/gpio/gpio-altera.txt b/Documentation/devicetree/bindings/gpio/gpio-altera.txt
new file mode 100644
index 0000000..b4a5c24
--- /dev/null
+++ b/Documentation/devicetree/bindings/gpio/gpio-altera.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,40 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+Altera GPIO controller bindings
+
+Required properties:
+- compatible:
+  - "altr,pio-1.0"
+- reg: Physical base address and length of the controller's registers.
+- #gpio-cells : Sh&lt;/pre&gt;</description>
    <dc:creator>Tien Hock Loh</dc:creator>
    <dc:date>2013-05-08T02:39:00</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/11040">
    <title>dringender Vorschlag</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/11040</link>
    <description>&lt;pre&gt;

Entschuldigungen für kommen in Ihre Privatsphäre! Ich bin Rechtsanwalt
Werner Erich Zeller; Ich habe einen meiner einflussreichen und
wohlhabenden Kunden zum Tode; und er hatte eine sehr geheime und private
Investitionen von €15,000,000.00 bei einer privaten Bank in Großbritannien
hier zu Lebzeiten. Diese Investition wurde ohne einen deklarierten
nächsten Angehörigen und begünstigte. Jetzt brauche ich Sie arbeiten mit
mir als mein Partner zu erholen und zu je 50 % Aktienfonds. Alle Dokumente
werden rechtlich beantragt und beschafft, und in 5 Werktage, wird diese
Transaktion auftreten. Aber ich brauche einen ernsten, treuen und
glaubwürdigen Partner.

Bitte senden Sie mir eine vertrauliche Antwort, wenn Sie denken, Sie
vertraut werden können und sind von den Qualitäten! Ich warte auf Ihre
schnelle Antwort.

Werner Erich Zeller (Rechtsanwalt)
Rufen Sie + 44-702-409-0820 (Office)
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majordomo&amp;lt; at &amp;gt;vger.kerne&lt;/pre&gt;</description>
    <dc:creator>John P. Goldman</dc:creator>
    <dc:date>2013-05-08T08:46:28</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/10972">
    <title>[PATCH V2 0/2] Add DT support for tps6507x touchscreen</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/10972</link>
    <description>&lt;pre&gt;Patch set adds DT support for tps6507x based touchscreen
Also, add DT data for tps6507x touchscreen in da850-evm by
providing touchscreen node inside tps6507x mfd device.

This patch series applies on top of linux-next tree
and depends on [1].

[1]tps6507x-ts: update to devm_* API
   https://patchwork.kernel.org/patch/2324441/

Tested on da850-evm board.

Changes since V1:
 - Updated tps6507x documentation.
 - Updated commit message.
 - return proper error value in absence platform and DT data
   for touchscreen.

Vishwanathrao Badarkhe, Manish (2):
  tps6507x-ts: Add DT support
  ARM: davinci: da850: add tps6507x touchscreen DT data

 Documentation/devicetree/bindings/mfd/tps6507x.txt |   28 +++++-
 arch/arm/boot/dts/da850-evm.dts                    |    9 ++
 drivers/input/touchscreen/tps6507x-ts.c            |  105 ++++++++++++++------
 3 files changed, 111 insertions(+), 31 deletions(-)

&lt;/pre&gt;</description>
    <dc:creator>Vishwanathrao Badarkhe, Manish</dc:creator>
    <dc:date>2013-05-04T11:12:29</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/10935">
    <title>[PATCH RFC v3] media: i2c: mt9p031: add OF support</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/10935</link>
    <description>&lt;pre&gt;From: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;

add OF support for the mt9p031 sensor driver.
Alongside this patch sorts the header inclusion alphabetically.

Signed-off-by: Lad, Prabhakar &amp;lt;prabhakar.csengg&amp;lt; at &amp;gt;gmail.com&amp;gt;
Cc: Hans Verkuil &amp;lt;hans.verkuil&amp;lt; at &amp;gt;cisco.com&amp;gt;
Cc: Laurent Pinchart &amp;lt;laurent.pinchart&amp;lt; at &amp;gt;ideasonboard.com&amp;gt;
Cc: Mauro Carvalho Chehab &amp;lt;mchehab&amp;lt; at &amp;gt;redhat.com&amp;gt;
Cc: Guennadi Liakhovetski &amp;lt;g.liakhovetski&amp;lt; at &amp;gt;gmx.de&amp;gt;
Cc: Sylwester Nawrocki &amp;lt;s.nawrocki&amp;lt; at &amp;gt;samsung.com&amp;gt;
Cc: Sakari Ailus &amp;lt;sakari.ailus&amp;lt; at &amp;gt;iki.fi&amp;gt;
Cc: Grant Likely &amp;lt;grant.likely&amp;lt; at &amp;gt;secretlab.ca&amp;gt;
Cc: Sascha Hauer &amp;lt;s.hauer&amp;lt; at &amp;gt;pengutronix.de&amp;gt;
Cc: Rob Herring &amp;lt;rob.herring&amp;lt; at &amp;gt;calxeda.com&amp;gt;
Cc: Rob Landley &amp;lt;rob&amp;lt; at &amp;gt;landley.net&amp;gt;
Cc: Arnd Bergmann &amp;lt;arnd&amp;lt; at &amp;gt;arndb.de&amp;gt;
Cc: devicetree-discuss&amp;lt; at &amp;gt;lists.ozlabs.org
Cc: davinci-linux-open-source&amp;lt; at &amp;gt;linux.davincidsp.com
Cc: linux-doc&amp;lt; at &amp;gt;vger.kernel.org
Cc: linux-kernel&amp;lt; at &amp;gt;vger.kernel.org
---
 Changes for v2:
 1: Used '-' instead of '_' for device properties.
 2: Specified gpio reset pin as phandle in device node.
 3: Handle platform data properly even i&lt;/pre&gt;</description>
    <dc:creator>Prabhakar Lad</dc:creator>
    <dc:date>2013-05-03T06:51:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.linux.documentation/10934">
    <title>[PATCH v2] clk: si5351: Allow user to define disabled state for every clock output</title>
    <link>http://comments.gmane.org/gmane.linux.documentation/10934</link>
    <description>&lt;pre&gt;From: Sebastian Hesselbarth &amp;lt;sebastian.hesselbarth&amp;lt; at &amp;gt;gmail.com&amp;gt;

This patch adds platform data and DT bindings to allow to overwrite
the stored disabled state for each clock output.

Signed-off-by: Marek Belisko &amp;lt;marek.belisko&amp;lt; at &amp;gt;streamunlimited.com&amp;gt;
Signed-off-by: Sebastian Hesselbarth &amp;lt;sebastian.hesselbarth&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
Changes from v1-&amp;gt;v2:
Sebastian Hesselbarth send me updated version of patch which was based
on v1. Resending with updates.

 .../devicetree/bindings/clock/silabs,si5351.txt    |    5 ++
 drivers/clk/clk-si5351.c                           |   74 +++++++++++++++++++-
 drivers/clk/clk-si5351.h                           |    1 +
 include/linux/platform_data/si5351.h               |   18 +++++
 4 files changed, 95 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/clock/silabs,si5351.txt b/Documentation/devicetree/bindings/clock/silabs,si5351.txt
index cc37465..66c75b2 100644
--- a/Documentation/devicetree/bindings/clock/silabs,si5351.txt
+++ b/Documentation/devicetree/bi&lt;/pre&gt;</description>
    <dc:creator>Marek Belisko</dc:creator>
    <dc:date>2013-05-03T05:33:27</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.documentation">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.documentation</link>
  </textinput>
</rdf:RDF>
