<?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.kernel.commits.head">
    <title>gmane.linux.kernel.commits.head</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head</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.kernel.commits.head/320432"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320431"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320430"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320429"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320428"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320427"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320426"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320425"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320424"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320423"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320422"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320421"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320420"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320419"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320418"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320417"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320416"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320415"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320414"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320413"/>
      </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.kernel.commits.head/320432">
    <title>UBI: amend comments after all the renamings</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320432</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=fbd0107f4d33be01c9fb2c630036bd66b7e3d4dc
Commit:     fbd0107f4d33be01c9fb2c630036bd66b7e3d4dc
Parent:     1fc2e3e59d78999fc4be7349af769cf6621b9e61
Author:     Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
AuthorDate: Thu May 17 16:12:26 2012 +0300
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:26:04 2012 +0300

    UBI: amend comments after all the renamings
    
    This patch amends commentaries in scan.[ch] to match the new logic. Reminder -
    we did the restructuring to prepare the code for adding the fastmap. This patch
    also renames a couple of functions - it was too difficult to separate out that
    change and I decided that it is not too bad to have it in the same patch with
    commentaries changes.
    
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/build.c     |   12 ++---
 drivers/mtd/ubi/io.c        |    3 +-
 drivers/mtd/ubi/scan.c      |  111 +&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320431">
    <title>UBI: move and rename attach_by_scanning</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320431</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=47e1ec70b2c57f39752ae3210d89a625768f3e12
Commit:     47e1ec70b2c57f39752ae3210d89a625768f3e12
Parent:     41e0cd9d4eeff0895e66cad5c70a90ba41023ea3
Author:     Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
AuthorDate: Fri May 18 12:41:17 2012 +0300
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:26:04 2012 +0300

    UBI: move and rename attach_by_scanning
    
    Rename the 'attach_by_scanning()' function to 'ubi_attach()' and move it to
    scan.c. Richard will plug his fastmap stuff there.
    
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/build.c |   65 ++++------------------------------------------
 drivers/mtd/ubi/scan.c  |   52 ++++++++++++++++++++++++++++++++++++-
 drivers/mtd/ubi/scan.h  |    2 +-
 drivers/mtd/ubi/ubi.h   |    1 +
 4 files changed, 58 insertions(+), 62 deletions(-)

diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c
index ecedd&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320430">
    <title>UBI: rename ubi_scan_get_free_peb</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320430</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=c87fbd7deb08315314654de5360c102acc8716ee
Commit:     c87fbd7deb08315314654de5360c102acc8716ee
Parent:     d717dc2f85f07f68d313ac4f8f9f460f1e17dee0
Author:     Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
AuthorDate: Thu May 17 15:38:56 2012 +0300
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:26:03 2012 +0300

    UBI: rename ubi_scan_get_free_peb
    
    The old name is not logical anymore - rename it to 'ubi_early_get_peb()'.
    
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/scan.c |    6 +++---
 drivers/mtd/ubi/scan.h |    4 ++--
 drivers/mtd/ubi/vtbl.c |    2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c
index ccf4630..2c5a558 100644
--- a/drivers/mtd/ubi/scan.c
+++ b/drivers/mtd/ubi/scan.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -682,7 +682,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; out_free:
 }
 
 /**
- * ubi_scan_get_free_peb - get a free physical eraseblock.
&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320429">
    <title>UBI: rename ubi_dbg_dump_sv</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320429</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=614c74a75c60602f2a524c86650b576b14883fd5
Commit:     614c74a75c60602f2a524c86650b576b14883fd5
Parent:     1f021e1de56f79cb4575b14f9ebf1ffb9dc9db0b
Author:     Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
AuthorDate: Wed May 16 17:59:36 2012 +0300
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:25:59 2012 +0300

    UBI: rename ubi_dbg_dump_sv
    
    I am going to remove the "UBI debugging" compilation option and make the
    debugging stuff to be always compiled it. This patch is a preparation
    which renames 'ubi_dbg_dump_sv()' to 'ubi_dump_sv()'.
    
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/debug.c |    4 ++--
 drivers/mtd/ubi/debug.h |    4 ++--
 drivers/mtd/ubi/scan.c  |    8 ++++----
 drivers/mtd/ubi/vtbl.c  |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/mtd/ubi/debug.c b/drivers/mtd/ubi/debug.c
index 9b16bcc..9ae8&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320428">
    <title>UBI: rename ubi_scan_add_used</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320428</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=3561188ac29580bdc0e8db3cf3c029b87cf2c6cd
Commit:     3561188ac29580bdc0e8db3cf3c029b87cf2c6cd
Parent:     ee663d929213c9f7e55c45229e9a01eeb8335b50
Author:     Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
AuthorDate: Thu May 17 15:31:31 2012 +0300
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:26:02 2012 +0300

    UBI: rename ubi_scan_add_used
    
    The old name is not logical anymore - rename it to 'ubi_add_to_av()'.
    
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/scan.c |    9 ++++-----
 drivers/mtd/ubi/scan.h |    5 ++---
 drivers/mtd/ubi/vtbl.c |    7 +++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c
index 06151fd..3665062 100644
--- a/drivers/mtd/ubi/scan.c
+++ b/drivers/mtd/ubi/scan.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -425,7 +425,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; out_free_vidh:
 }
 
 /**
- * ubi_scan_add_used - add physical eraseblock to th&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320427">
    <title>UBI: remove superfluous "!!" operation</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320427</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=0964f6a27b3574d9210c59ec883cbb3fff78a78d
Commit:     0964f6a27b3574d9210c59ec883cbb3fff78a78d
Parent:     f01e2d1654dc65792674b3fe5403dbfcce43f9d2
Author:     Richard Weinberger &amp;lt;richard&amp;lt; at &amp;gt;nod.at&amp;gt;
AuthorDate: Tue May 8 00:47:20 2012 +0200
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:25:58 2012 +0300

    UBI: remove superfluous "!!" operation
    
    !!(x &amp;lt; y) and (x &amp;lt; y) are identical expressions.
    
    Signed-off-by: Richard Weinberger &amp;lt;richard&amp;lt; at &amp;gt;nod.at&amp;gt;
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/scan.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mtd/ubi/scan.c b/drivers/mtd/ubi/scan.c
index 47d244d..c26b1ad 100644
--- a/drivers/mtd/ubi/scan.c
+++ b/drivers/mtd/ubi/scan.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -337,7 +337,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static int compare_lebs(struct ubi_device *ubi, const struct ubi_scan_leb *seb,
 }
 
 /* Obviously the LEB with lower sequence counter&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320426">
    <title>HID: wacom: Refactor battery/ac reporting for Graphire</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320426</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=e31e3832927f5ee2d788120826e73d120dd39ea9
Commit:     e31e3832927f5ee2d788120826e73d120dd39ea9
Parent:     7e551abbc85703355dcc041434b4962697cdf628
Author:     Przemo Firszt &amp;lt;przemo&amp;lt; at &amp;gt;firszt.eu&amp;gt;
AuthorDate: Thu Mar 22 18:54:07 2012 +0000
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Wed Mar 28 10:23:35 2012 +0200

    HID: wacom: Refactor battery/ac reporting for Graphire
    
    This patch doesn't change the way battery/ac is reported, but the changes are
    required to facilitate battery reporting for Intuos4 WL.
    wdata-&amp;gt;battery_capacity now stores actual battery capacity as opposed to raw
    value reported by wacom graphire previously. Power supply state is now stored
    in a separate variable - it used to be calculated on-the-fly in
    wacom_ac_get_property function. The raw value has to be stored as well to be
    able to determine if it has changed.
    
    Signed-off-by: Przemo Firszt &amp;lt;przemo&amp;lt; at &amp;gt;firszt.eu&amp;gt;
    Reviewed-by: Chris Bagwell &amp;lt;c&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320425">
    <title>HID: hyperv: Set the hid drvdata correctly</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320425</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=b565a3906a92fe87b162cdcd11268589a36dc6dd
Commit:     b565a3906a92fe87b162cdcd11268589a36dc6dd
Parent:     16b79bb8ec4f20527525f8c063ae3e4d77388e97
Author:     K. Y. Srinivasan &amp;lt;kys&amp;lt; at &amp;gt;microsoft.com&amp;gt;
AuthorDate: Wed May 16 13:50:13 2012 -0700
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Thu May 17 10:01:07 2012 +0200

    HID: hyperv: Set the hid drvdata correctly
    
    Set the hid drvdata prior to invoking hid_add_device() as hid_add_device()
    expects this state to be set. This bug was introduced in the recent hid
    changes that were made in 07d9ab4f0e52cb ("HID: hid-hyperv: Do not use
    hid_parse_report() directly").
    
    Signed-off-by: K. Y. Srinivasan &amp;lt;kys&amp;lt; at &amp;gt;microsoft.com&amp;gt;
    Reviewed-by: Haiyang Zhang &amp;lt;haiyangz&amp;lt; at &amp;gt;microsoft.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/hid-hyperv.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/hid-hyperv.c b/drivers/hid/hid-hyperv.c
index &lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320424">
    <title>remoteproc: remove redundant NULL check before release_firmware()</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320424</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=3cc6e78777ae6f577b67e26c76577ef357ac9009
Commit:     3cc6e78777ae6f577b67e26c76577ef357ac9009
Parent:     cf92549f1c95e0b1fd980828c35416dc2e548d2b
Author:     Jesper Juhl &amp;lt;jj&amp;lt; at &amp;gt;chaosbits.net&amp;gt;
AuthorDate: Mon Apr 9 22:51:25 2012 +0200
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Mon Apr 30 13:24:45 2012 +0200

    remoteproc: remove redundant NULL check before release_firmware()
    
    release_firmware deals gracefully with NULL pointers, so checking
    first is redundant.
    
    Signed-off-by: Jesper Juhl &amp;lt;jj&amp;lt; at &amp;gt;chaosbits.net&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/remoteproc/remoteproc_core.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/drivers/remoteproc/remoteproc_core.c b/drivers/remoteproc/remoteproc_core.c
index ee15c68..3d2884b 100644
--- a/drivers/remoteproc/remoteproc_core.c
+++ b/drivers/remoteproc/remoteproc_core.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1105,8 +1105,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static void rproc_fw_config_virtio(const struct f&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320423">
    <title>HID: add Kconfig text to HID_BATTERY_STRENGTH</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320423</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=692d30d63b80b174d0ed24bbffb7a1ea536d5fee
Commit:     692d30d63b80b174d0ed24bbffb7a1ea536d5fee
Parent:     0a97e1e9f9a6765e6243030ac42b04694f3f3647
Author:     Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
AuthorDate: Tue Apr 24 10:51:30 2012 +0200
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Tue Apr 24 10:51:30 2012 +0200

    HID: add Kconfig text to HID_BATTERY_STRENGTH
    
    HID_BATTERY_STRENGTH is missing both help text and description text.
    
    Reported-by: Geert Uytterhoeven &amp;lt;geert&amp;lt; at &amp;gt;linux-m68k.org&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/Kconfig |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index ffddcba..a6f6b50 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -32,9 +32,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config HID
   If unsure, say Y.
 
 config HID_BATTERY_STRENGTH
-bool
+bool "Battery level reporting for HID devices"
 depends on HID &amp;amp;&amp;amp; POWER_SUPPLY &amp;amp;&amp;amp; HID = POWE&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320422">
    <title>UBI: rename _init_scan functions</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320422</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=41e0cd9d4eeff0895e66cad5c70a90ba41023ea3
Commit:     41e0cd9d4eeff0895e66cad5c70a90ba41023ea3
Parent:     fbd0107f4d33be01c9fb2c630036bd66b7e3d4dc
Author:     Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
AuthorDate: Thu May 17 21:05:33 2012 +0300
Committer:  Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
CommitDate: Sun May 20 20:26:04 2012 +0300

    UBI: rename _init_scan functions
    
    We have a couple of initialization funcntionsn left which have "_scan" suffic -
    rename them:
    
    ubi_eba_init_scan() -&amp;gt; ubi_eba_init()
    ubi_wl_init_scan() -&amp;gt; ubi_wl_init()
    
    Signed-off-by: Artem Bityutskiy &amp;lt;artem.bityutskiy&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
---
 drivers/mtd/ubi/build.c |    4 ++--
 drivers/mtd/ubi/eba.c   |    6 +++---
 drivers/mtd/ubi/ubi.h   |    4 ++--
 drivers/mtd/ubi/wl.c    |    4 ++--
 4 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/drivers/mtd/ubi/build.c b/drivers/mtd/ubi/build.c
index 7f293b2..ecedd75 100644
--- a&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320421">
    <title>HID: wacom: fix build breakage without CONFIG_LEDS_CLASS</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320421</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=4e52b538e31d8eca2dde1f01e0685977c19d006e
Commit:     4e52b538e31d8eca2dde1f01e0685977c19d006e
Parent:     d70a2ffe3a8ce37eeeecbed34e5b7a177956d535
Author:     David Rientjes &amp;lt;rientjes&amp;lt; at &amp;gt;google.com&amp;gt;
AuthorDate: Sat May 19 19:11:55 2012 -0700
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Mon May 21 15:27:47 2012 +0200

    HID: wacom: fix build breakage without CONFIG_LEDS_CLASS
    
    CONFIG_HID_WACOM must depend on CONFIG_LEDS_CLASS, otherwise
    CONFIG_NEW_LEDS may be disabled.
    
    Signed-off-by: David Rientjes &amp;lt;rientjes&amp;lt; at &amp;gt;google.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 6e0d65a..81b13e4 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -595,8 +595,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config THRUSTMASTER_FF
 config HID_WACOM
 tristate "Wacom Bluetooth devices support"
 depends on BT_HIDP
+depends on LEDS_&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320420">
    <title>HID: Aureal Remote Control Device Driver</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320420</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=212da74da783ba9d4459799f4aaecd5de217a312
Commit:     212da74da783ba9d4459799f4aaecd5de217a312
Parent:     dc3c78e43469063c5bf4b744214508f94c4129f9
Author:     Josenivaldo Benito Junior &amp;lt;jrbenito&amp;lt; at &amp;gt;benito.qsl.br&amp;gt;
AuthorDate: Tue Apr 10 19:29:04 2012 -0300
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Fri Apr 13 18:15:57 2012 +0200

    HID: Aureal Remote Control Device Driver
    
    Devices like Aureal Cy se W-01RN USB_V3.1 and some derived hardware
    have a bogus HID Report Descriptor. According to that report descriptor,
    the maximum logical value for key events is 1 and not 101 (101 keys).
    
    This quirk fixes this wrong Report Descriptor.
    
    Signed-off-by: Josenivaldo Benito Junior &amp;lt;jrbenito&amp;lt; at &amp;gt;benito.qsl.br&amp;gt;
    Signed-off-by: Franco Catrin &amp;lt;fcatrin&amp;lt; at &amp;gt;gmail.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/Kconfig      |    6 +++++
 drivers/hid/Makefile     |    1 +
 drivers/hid/hid-aureal.c |   54 +++++++++++++++&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320419">
    <title>HID: apple: Add Apple wireless keyboard 2011 ANSI PID</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320419</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=0a97e1e9f9a6765e6243030ac42b04694f3f3647
Commit:     0a97e1e9f9a6765e6243030ac42b04694f3f3647
Parent:     73bebc8bafb6a880a4db63d60bc4b8d9d6879c9e
Author:     Alexey Kaminsky &amp;lt;me&amp;lt; at &amp;gt;akaminsky.net&amp;gt;
AuthorDate: Mon Apr 23 18:02:18 2012 +0200
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Mon Apr 23 18:02:18 2012 +0200

    HID: apple: Add Apple wireless keyboard 2011 ANSI PID
    
    Signed-off-by: Alexey Kaminsky &amp;lt;me&amp;lt; at &amp;gt;akaminsky.net&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/hid-apple.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/hid/hid-apple.c b/drivers/hid/hid-apple.c
index 299d238..9c6a4a3 100644
--- a/drivers/hid/hid-apple.c
+++ b/drivers/hid/hid-apple.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -458,6 +458,9 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; static const struct hid_device_id apple_devices[] = {
 { HID_BLUETOOTH_DEVICE(USB_VENDOR_ID_APPLE, USB_DEVICE_ID_APPLE_ALU_WIRELESS_2011_ISO),
 .driver_data = APPLE_NUMLOCK_EMULATION | APPLE_HAS_FN |
 APPLE_ISO_K&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320418">
    <title>mmzone: fix comment typo coelesce -&gt; coalesce</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320418</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=35fca53e15a696adbea300a981df4bbfb09a76d6
Commit:     35fca53e15a696adbea300a981df4bbfb09a76d6
Parent:     b3aa1584e9f3449b0669ab2beb9b9bf99874e1d6
Author:     Wang YanQing &amp;lt;udknight&amp;lt; at &amp;gt;gmail.com&amp;gt;
AuthorDate: Sun Apr 15 20:42:28 2012 +0800
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Sun Apr 15 16:57:23 2012 +0200

    mmzone: fix comment typo coelesce -&amp;gt; coalesce
    
    Signed-off-by: Wang YanQing &amp;lt;udknight&amp;lt; at &amp;gt;gmail.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 include/linux/mmzone.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h
index dff7115..41aa49b 100644
--- a/include/linux/mmzone.h
+++ b/include/linux/mmzone.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -30,7 +30,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 /*
  * PAGE_ALLOC_COSTLY_ORDER is the order at which allocations are deemed
  * costly to service.  That is between allocation orders which should
- * coelesce naturally under reasonable reclaim pressure and those which
+ * coalesce na&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320417">
    <title>HID: wacom: Change HID_WACOM option description.</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320417</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=7e551abbc85703355dcc041434b4962697cdf628
Commit:     7e551abbc85703355dcc041434b4962697cdf628
Parent:     224b321b312e9c03989e1563beaa50f98f9b48e0
Author:     Przemo Firszt &amp;lt;przemo&amp;lt; at &amp;gt;firszt.eu&amp;gt;
AuthorDate: Thu Mar 22 18:54:06 2012 +0000
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Wed Mar 28 10:23:07 2012 +0200

    HID: wacom: Change HID_WACOM option description.
    
    Trivial patch: now the hid-wacom driver supports also Intuos4 WL tablet.
    
    Signed-off-by: Przemo Firszt &amp;lt;przemo&amp;lt; at &amp;gt;firszt.eu&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index c2ab80e..32ada10 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -598,7 +598,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config HID_WACOM
 depends on HID_WACOM
 select POWER_SUPPLY
 ---help---
-Support for Wacom Graphire Bluetooth tablet.
+Support for Wacom Graphire Bluetooth and I&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320416">
    <title>Fix "the the" in various Kconfig</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320416</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=59bf896406471ac49d124b3e5f4edcafe28e5360
Commit:     59bf896406471ac49d124b3e5f4edcafe28e5360
Parent:     3773b4540721a2e8d4b957f4619ada4bf0bc8e45
Author:     Masanari Iida &amp;lt;standby24x7&amp;lt; at &amp;gt;gmail.com&amp;gt;
AuthorDate: Wed Apr 18 00:01:21 2012 +0900
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Wed Apr 18 14:12:27 2012 +0200

    Fix "the the" in various Kconfig
    
    Fix typo "the the" in various Kconfig.
    
    Signed-off-by: Masanari Iida &amp;lt;standby24x7&amp;lt; at &amp;gt;gmail.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 arch/arm/Kconfig                |    4 ++--
 arch/arm/mach-s3c64xx/Kconfig   |    4 ++--
 arch/blackfin/Kconfig           |    2 +-
 drivers/iommu/Kconfig           |    4 ++--
 drivers/net/can/sja1000/Kconfig |    2 +-
 drivers/net/irda/Kconfig        |    2 +-
 kernel/trace/Kconfig            |    2 +-
 sound/soc/imx/Kconfig           |    2 +-
 8 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/arm/Kconfig b/arch/arm/K&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320415">
    <title>gma500: Don't needlessly include version.h in mdfld_dsi_output.h</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320415</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=b40b26ccfc31465363dbd3ff849bd84ec87fe9b7
Commit:     b40b26ccfc31465363dbd3ff849bd84ec87fe9b7
Parent:     c94bed8e1960587d3d93664b11ebf22677c1a541
Author:     Jesper Juhl &amp;lt;jj&amp;lt; at &amp;gt;chaosbits.net&amp;gt;
AuthorDate: Thu Apr 12 00:05:29 2012 +0200
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Mon Apr 16 14:38:19 2012 +0200

    gma500: Don't needlessly include version.h in mdfld_dsi_output.h
    
    drivers/gpu/drm/gma500/mdfld_dsi_output.h does not need to
    '#include &amp;lt;linux/version.h&amp;gt;' - so don't.
    
    Signed-off-by: Jesper Juhl &amp;lt;jj&amp;lt; at &amp;gt;chaosbits.net&amp;gt;
    Acked-by: Alan Cox &amp;lt;alan&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
    Acked-by: Kirill A. Shutemov &amp;lt;kirill.shutemov&amp;lt; at &amp;gt;linux.intel.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/gpu/drm/gma500/mdfld_dsi_output.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/gma500/mdfld_dsi_output.h b/drivers/gpu/drm/gma500/mdfld_dsi_output.h
index 21071ce..36eb074 100644
--- a/drivers/gpu&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320414">
    <title>edac, mips: don't change code that has been removed in edac/mips tree</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320414</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=f70d4a95edc7da87f39cd8b603ba131df2c198ed
Commit:     f70d4a95edc7da87f39cd8b603ba131df2c198ed
Parent:     a45170e7ad65b2b7179c7bbe8780882159c829fb
Author:     Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
AuthorDate: Tue May 22 10:56:21 2012 +0200
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Tue May 22 11:00:09 2012 +0200

    edac, mips: don't change code that has been removed in edac/mips tree
    
    This is a partial revert of
    
    15ed103a9800 ("edac: Fix spelling errors")
    6997991ab0db ("mips: Fix printk typos in arc/mips")
    
    which change code that doesn't exist any more in edac/mips trees.
    
    Reported-by: Stephen Rothwell &amp;lt;sfr&amp;lt; at &amp;gt;canb.auug.org.au&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 arch/mips/pci/pci-lantiq.c |    2 +-
 drivers/edac/edac_core.h   |    2 +-
 drivers/edac/edac_device.c |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/mips/pci/pci-lantiq.c b/arch/mips/pci/pci-lantiq.c
index 70&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:47</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320413">
    <title>HID: uclogic: Add support for UC-Logic TWHL850</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320413</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=d1257081aecf44455fcab8675f1d54e8b242faa1
Commit:     d1257081aecf44455fcab8675f1d54e8b242faa1
Parent:     bb2e19769533cc7c11257c67690358473099be9a
Author:     Nikolai Kondrashov &amp;lt;spbnick&amp;lt; at &amp;gt;gmail.com&amp;gt;
AuthorDate: Mon May 14 20:30:38 2012 +0300
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Tue May 15 09:50:19 2012 +0200

    HID: uclogic: Add support for UC-Logic TWHL850
    
    Add support for UC-Logic Wireless Tablet TWHL850.
    It is known to be sold as Genius MousePen M508W.
    
    This tablet has a bug in the default (compatibility) mode which is used in this
    driver: frame button assignments are mixed up. This is to be fixed with a driver
    supporting the vendor-specific protocol.
    
    Signed-off-by: Nikolai Kondrashov &amp;lt;spbnick&amp;lt; at &amp;gt;gmail.com&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/hid-core.c    |    1 +
 drivers/hid/hid-ids.h     |    1 +
 drivers/hid/hid-uclogic.c |  141 ++++++++++++++++++++++++++++++++++++++++&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.commits.head/320412">
    <title>HID: hidraw: add proper error handling to raw event reporting</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.commits.head/320412</link>
    <description>&lt;pre&gt;Gitweb:     http://git.kernel.org/linus/;a=commit;h=b6787242f32700377d3da3b8d788ab3928bab849
Commit:     b6787242f32700377d3da3b8d788ab3928bab849
Parent:     d4f0e4daf0d867f80c78ca4f9ac03a562e229e72
Author:     Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
AuthorDate: Fri Apr 27 00:56:08 2012 +0200
Committer:  Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
CommitDate: Fri Apr 27 20:10:09 2012 +0200

    HID: hidraw: add proper error handling to raw event reporting
    
    If kmemdup() in hidraw_report_event() fails, we are not propagating
    this fact properly.
    
    Let hidraw_report_event() and hid_report_raw_event() return an error
    value to the caller.
    
    Reported-by: Oliver Neukum &amp;lt;oneukum&amp;lt; at &amp;gt;suse.de&amp;gt;
    Signed-off-by: Jiri Kosina &amp;lt;jkosina&amp;lt; at &amp;gt;suse.cz&amp;gt;
---
 drivers/hid/hid-core.c |   16 +++++++++++-----
 drivers/hid/hidraw.c   |   19 +++++++++++++------
 include/linux/hid.h    |    2 +-
 include/linux/hidraw.h |    4 ++--
 4 files changed, 27 insertions(+), 14 deletions(-)

diff --git a/drivers/hid/hid-core.c b/drivers/hid/hid-&lt;/pre&gt;</description>
    <dc:creator>Linux Kernel Mailing List</dc:creator>
    <dc:date>2012-05-23T02:35:46</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel.commits.head">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.kernel.commits.head</link>
  </textinput>
</rdf:RDF>

