<?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.documentation">
    <title>gmane.linux.documentation</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.linux.documentation/11249"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11248"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11246"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11245"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11244"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11242"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11241"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11238"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11237"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11232"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11231"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11230"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11227"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11225"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11223"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11222"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11221"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11220"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11219"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.documentation/11218"/>
      </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.documentation/11249">
    <title>Re: [PATCH 3/3] gpio: msm: Add device tree and irqdomain support for gpio-msm-v2</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11249</link>
    <description>&lt;pre&gt;Hi, Rohit

Thanks for the patch!

On 05/21/2013 09:32 PM, Rohit Vaswani wrote:

&amp;lt;cut&amp;gt;


IMO here you should use irq_find_mapping() and create irq mapping once
in .probe. See below comment.


&amp;lt;cut&amp;gt;


Are you sure that we want to WARN if no memory? I'd return an error and
fail the probe if the driver can't works without interrupts.


Adding irqdomain might fail, could you check the return value. And if
irqdomain init fail do we need to set up chained handler for summary_irq
at all?


I'd call irq_create_mapping() instead. This way the mapping will be
created once in .probe and use irq_find_mapping() in gpio_to_irq.


These three function calls are not needed anymore because
irq_create_mapping() will call internally irqdomain .map operation. The
.map already calls these three functions.


- Stan
--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Stanimir Varbanov</dc:creator>
    <dc:date>2013-05-22T09:36:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11248">
    <title>Re: [PATCH v2 01/13] x86: get pg_data_t's memory from other node</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11248</link>
    <description>&lt;pre&gt;......

Oh, yes.

We don't need this. Will remove the following in the next version.

Thanks. :)


--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Tang Chen</dc:creator>
    <dc:date>2013-05-22T09:24:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11246">
    <title>[PATCH] Documentation: Updated broken link in HOWTO</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.linux.documentation/11245">
    <title>[PATCH 09/11] gpio: davinci: DT changes for driver</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11245</link>
    <description>&lt;pre&gt;From: KV Sujith &amp;lt;sujithkv&amp;lt; at &amp;gt;ti.com&amp;gt;

- Add of_device_id for Davinci GPIO driver.
- Add function to populate data from DT.
- Modify the probe to read from DT if DT match is found.
- Add DT binding documentation for Davinci GPIO properties in a new file
  gpio-davinci.txt located at Documentation/devicetree/bindings/gpio/.

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
Signed-off-by: KV Sujith &amp;lt;sujithkv&amp;lt; at &amp;gt;ti.com&amp;gt;
Signed-off-by: Philip Avinash &amp;lt;avinashphilip&amp;lt; at &amp;gt;ti.com&amp;gt;
---
 .../devicetree/bindings/gpio/gpio-davinci.txt      |   26 +++++++++
 drivers/gpio/gpio-davinci.c                        |   57 ++++++++++++++++++--
 2 files changed, 80 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-davinci.txt

diff --git a/Documentation/devicetree/bindings/gpio/gpio-davinci.txt b/Documentation/devicetree/bindings/gpio/gpio-davinci.txt
new fi&lt;/pre&gt;</description>
    <dc:creator>Philip Avinash</dc:creator>
    <dc:date>2013-05-22T07:10:32</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11244">
    <title>Re: [PATCH v4] extcon: Palmas Extcon Driver</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11244</link>
    <description>&lt;pre&gt;Hi,

On Tuesday 07 May 2013 10:51 AM, Kishon Vijay Abraham I wrote:
I think this is to do with disabling interrupts while reporting the VBUS 
state. (linkstat is updated in irq handler). So this should be fine I guess?

Thanks
Kishon
--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Kishon Vijay Abraham I</dc:creator>
    <dc:date>2013-05-22T06:23:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11242">
    <title>Re: [PATCH v2 12/13] x86, numa, acpi, memory-hotplug: Make movablecore=acpi have higher priority.</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11242</link>
    <description>&lt;pre&gt;Hi Vasilis,

Maybe the following two problems are the cause of the reboot panic
problem in qemu you mentioned.

On 04/30/2013 05:21 PM, Tang Chen wrote:
......

Need to call find_usable_zone_for_movable() here before goto out.


Here, it should be PFN_DOWN(reserved-&amp;gt;regions[i].base).

Thanks. :)

--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Tang Chen</dc:creator>
    <dc:date>2013-05-22T04:43:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11241">
    <title>Re: [PATCH 3/3] gpio: msm: Add device tree and irqdomain support for gpio-msm-v2</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11241</link>
    <description>&lt;pre&gt;
This doesn't actually rely on ARCH_MSM anymore so I think we can
drop that dependency.


Looks like intstat is used uninitialized now?


Fail probe if the property isn't there?


devm_ioremap_resource() returns an ERR_PTR on failure, not NULL.
Also, it already prints messages on errors so you can drop all the
prints around this. Just do

res = platform_get_resource(&amp;amp;pdev-&amp;gt;dev, IORESOURCE_MEM, 0);
msm_tlmm_base = devm_ioremap_resource(pdev-&amp;gt;dev, res);
if (IS_ERR(msm_tlmm_base))
return ERR_PTR(msm_tlmm_base);
  


You could use module_platform_driver here now too.

&lt;/pre&gt;</description>
    <dc:creator>Stephen Boyd</dc:creator>
    <dc:date>2013-05-21T21:06:27</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11238">
    <title>Re: [PATCH V2 1/2] ARM: mmc: bcm281xx SDHCI driver</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11238</link>
    <description>&lt;pre&gt;
The allocation, it can be part of the sdhci_pltfm_host data.


Sorry for being unclear. I mean you can just use &amp;amp;sdhci_pltfm_data_kona
in the probe function, since the data is constant anyway, no need to have
a local variable for pulling this out of the device id.

Arnd
--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Arnd Bergmann</dc:creator>
    <dc:date>2013-05-21T18:23:03</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11237">
    <title>[PATCH 3/3] ARM: davinci: da850: adopt to pinctrl-single driver to configure multiple pins</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11237</link>
    <description>&lt;pre&gt;function-mask property is a mask for a pin at each pin configure offset
in a pincontrol register.

Signed-off-by: Manjunathappa, Prakash &amp;lt;prakash.pm&amp;lt; at &amp;gt;ti.com&amp;gt;
---
 arch/arm/boot/dts/da850.dtsi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/da850.dtsi b/arch/arm/boot/dts/da850.dtsi
index 4d43046..9bec36c 100644
--- a/arch/arm/boot/dts/da850.dtsi
+++ b/arch/arm/boot/dts/da850.dtsi
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -37,7 +37,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 #size-cells = &amp;lt;0&amp;gt;;
 pinctrl-single,bit-per-mux;
 pinctrl-single,register-width = &amp;lt;32&amp;gt;;
-pinctrl-single,function-mask = &amp;lt;0xffffffff&amp;gt;;
+pinctrl-single,function-mask = &amp;lt;0xf&amp;gt;;
 status = "disabled";
 
 nand_cs3_pins: pinmux_nand_pins {
&lt;/pre&gt;</description>
    <dc:creator>Manjunathappa, Prakash</dc:creator>
    <dc:date>2013-05-21T14:08:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11232">
    <title>[PATCH V3 1/2] tps6507x-ts: Add DT support</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11232</link>
    <description>&lt;pre&gt;Add device tree based support for TI's tps6507x touchscreen.

Tested on da850-evm.

Signed-off-by: Vishwanathrao Badarkhe, Manish &amp;lt;manishv.b&amp;lt; at &amp;gt;ti.com&amp;gt;
---
Changes since V2:
 - Removed unnecessary code.
 - Updated Documentation to provide proper names of
   devicetree properties.

Changes since V1:
 - Updated documentation to specify tps6507x as multifunctional
   device.
 - return proper error value in absence of platform and DT
   data for touchscreen.
 - Updated commit message.

:100755 100755 8fffa3c... 65ee2cd... MDocumentation/devicetree/bindings/mfd/tps6507x.txt
:100644 100644 65e0f9a... 89232ee... Mdrivers/input/touchscreen/tps6507x-ts.c
 Documentation/devicetree/bindings/mfd/tps6507x.txt |   28 ++++++-
 drivers/input/touchscreen/tps6507x-ts.c            |   98 ++++++++++++++------
 2 files changed, 95 insertions(+), 31 deletions(-)

diff --git a/Documentation/devicetree/bindings/mfd/tps6507x.txt b/Documentation/devicetree/bindings/mfd/tps6507x.txt
index 8fffa3c..65ee2cd 100755
--- a/Documentation/dev&lt;/pre&gt;</description>
    <dc:creator>Vishwanathrao Badarkhe, Manish</dc:creator>
    <dc:date>2013-05-21T08:54:17</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11231">
    <title>[PATCH V3 2/2] ARM: davinci: da850: add tps6507x touchscreen DT data</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11231</link>
    <description>&lt;pre&gt;Add tps6507x touchscreen DT node to da850-evm.
Touchscreen DT data is added as per da850 board file.

Tested on da850-evm.

Signed-off-by: Vishwanathrao Badarkhe, Manish &amp;lt;manishv.b&amp;lt; at &amp;gt;ti.com&amp;gt;
---
Changes since V2:
 - Updated names of devicetree properties.
Changes since V1:
 - Updated commit message.

:100644 100644 c914357... 1ca1691... March/arm/boot/dts/da850-evm.dts
 arch/arm/boot/dts/da850-evm.dts |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index c914357..1ca1691 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -155,4 +155,13 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 regulator-boot-on;
 };
 };
+
+tsc {
+ti,poll-period = &amp;lt;30&amp;gt;;
+ti,min-pressure = &amp;lt;0x30&amp;gt;;
+ti,vref = &amp;lt;0&amp;gt;;
+ti,vendor = &amp;lt;0&amp;gt;;
+ti,product = &amp;lt;65070&amp;gt;;
+ti,version = &amp;lt;0x100&amp;gt;;
+};
 };
&lt;/pre&gt;</description>
    <dc:creator>Vishwanathrao Badarkhe, Manish</dc:creator>
    <dc:date>2013-05-21T08:54:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11230">
    <title>[PATCH V3 0/2] Add DT support for tps6507x touchscreen</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.linux.documentation/11227">
    <title>Re: [PATCH v3 6/7] ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11227</link>
    <description>&lt;pre&gt;
Yes, mdio is using GbE0Err interrupt and that is 14 on IRQ HIGH CAUSE.
I was misled by 11 on IRQ LOW CAUSE.

Sebastian
--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Sebastian Hesselbarth</dc:creator>
    <dc:date>2013-05-20T21:38:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11225">
    <title>Re: [PATCH v3 6/7] ARM: kirkwood: add gigabit ethernet and mvmdio device tree nodes</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11225</link>
    <description>&lt;pre&gt;Hi Sebastian,

On Mon, May 06, 2013 at 05:33:39PM +0200, Sebastian Hesselbarth wrote:
...

Shouldn't this be 46?

- Simon

--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Simon Baatz</dc:creator>
    <dc:date>2013-05-20T21:27:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11223">
    <title>Re: [PATCH 1/1] drivers/gpio: Altera soft IP GPIO driver</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11223</link>
    <description>&lt;pre&gt;
(...)

Note: I have come to realize that there is apparently almost zero
review on the devicetree-discuss list, is there anyone in the world
reviewing new device tree bindings for generality, or is it all up to
Linux subsystem maintainers like myself to take care of this?


This vendor prefix does not exist in
Documentation/devicetree/bindings/vendor-prefixes.txt
so atleast add it.

I don't see the point in abbreviating "altera" to "altr" to
save two letters, use the full name of the company!


So why do you add it? Because all other GPIO controllers
use it? Or because you will use it for something later?


Is this how other GPIO controllers do it?


I don't get it, but I guess reading the code will. I suspect this
needs editing since DT bindings shall be *reusable* without
having to read the code to understand them.

Explain exactly what you mean when you say it is "used to
detect internally how the trigger is handled". Used how?
Handled how? Internally to what?


Delete this. We do not put Linux-specific &lt;/pre&gt;</description>
    <dc:creator>Linus Walleij</dc:creator>
    <dc:date>2013-05-20T18:02:30</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11222">
    <title>Re: [RFC 3/8] mfd:syscon: Introduce claim/read/write/release APIs</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11222</link>
    <description>&lt;pre&gt;Hi Arnd,
Thankyou for the comments.

On 17/05/13 15:36, Arnd Bergmann wrote:

yes I agree.
Some of the drivers like Ethernet already provide higher level
interfaces via callbacks. We did implement such a callbacks per each SOC
in non-DT case, and ended up having code duplicated for each SOC.

On the other hand using device trees to describe the HW
configuration(sysconfs) made more sense and got rid of SOC specific
callbacks.


In pinctrl bindings case, I think we could do better job by replacing
the existing bindings of sysconfs for a group of banks with just two
integer offsets. This would mean that, we can still use the a common
driver across the SOCs.

And w.r.t to reset, we are planning on using sysconf based
reset-controller API sitting underneath the reset-controller subsystem.
Passing the information from device trees would be much clear and
flexible than adding new driver per/SOC.


I forget to mention a important point here, the protection is at bit
level for the sysconfs. Some of sysconfs have bits&lt;/pre&gt;</description>
    <dc:creator>Srinivas KANDAGATLA</dc:creator>
    <dc:date>2013-05-20T12:48:59</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11221">
    <title>Re: [PATCH 1/2] pinmux: Add TB10x pinmux driver</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11221</link>
    <description>&lt;pre&gt;

Now I'm ever more confused ... we already have this :-)

It's not even pinctrl-simple-centric it is completely generic.
The code is in drivers/gpio/gpiolib-of.c.

It was written by Shiraz Hashin and Haojian Zhuang.
At the time I augmented the core code quite a bit to make
a good fit.

This is from:
Documentation/devicetree/bindings/gpio/gpio.txt

2.1) gpio-controller and pinctrl subsystem
------------------------------------------

gpio-controller on a SOC might be tightly coupled with the pinctrl
subsystem, in the sense that the pins can be used by other functions
together with optional gpio feature.

While the pin allocation is totally managed by the pin ctrl subsystem,
gpio (under gpiolib) is still maintained by gpio drivers. It may happen
that different pin ranges in a SoC is managed by different gpio drivers.

This makes it logical to let gpio drivers announce their pin ranges to
the pin ctrl subsystem and call 'pinctrl_request_gpio' in order to
request the corresponding pin before any gpio usage.

Fo&lt;/pre&gt;</description>
    <dc:creator>Linus Walleij</dc:creator>
    <dc:date>2013-05-20T08:10:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11220">
    <title>Re: [PATCH 1/2] pinmux: Add TB10x pinmux driver</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11220</link>
    <description>&lt;pre&gt;On Wed, May 15, 2013 at 11:41 AM, Christian Ruppert
&amp;lt;christian.ruppert&amp;lt; at &amp;gt;abilis.com&amp;gt; wrote:


No, sorry that the code is strange... The variable is named "gpio"
because that is the numbering used in the data sheet.

Think of "gpio" as "the number in the data sheet".

Then offset is calculated to start from 0.


No that is already done by the GPIO ranges.

I thought this discussion was about shuffleing around/translating
the numberings of the pins themselves.


Yep.


It has abx500_pinrange to associate some information with certain
ranges of pins. It has nothing to do with GPIO ranges if you look
closer at it.

The offset by one is achieved not by this range type, but by hard-coding
a subtraction with one at every entry point, as illustrated. This
is orthogonal to all range concepts.


This is getting very confused so I can't follow it.

For the GPIO and pin control subsystems there exist three things:

- Local offsets on the GPIO controller, such as if there is a
  GPIO controller for 32 lines represented by &lt;/pre&gt;</description>
    <dc:creator>Linus Walleij</dc:creator>
    <dc:date>2013-05-20T08:03:24</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11219">
    <title>Re: [PATCH] [trivial] doc: Fix typo in documentation/bcache.txt</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11219</link>
    <description>&lt;pre&gt;
Thanks, applied.
--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Kent Overstreet</dc:creator>
    <dc:date>2013-05-19T17:15:16</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.documentation/11218">
    <title>[PATCH] [trivial] doc: Fix typo in documentation/bcache.txt</title>
    <link>http://permalink.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://permalink.gmane.org/gmane.linux.documentation/11216">
    <title>Re: [PATCH v7] i2c-designware: make SDA hold time configurable</title>
    <link>http://permalink.gmane.org/gmane.linux.documentation/11216</link>
    <description>&lt;pre&gt;

i2c list is monitored by patchwork which is rigorously not forgetting ;)

--
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.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

&lt;/pre&gt;</description>
    <dc:creator>Wolfram Sang</dc:creator>
    <dc:date>2013-05-17T08:56:57</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>
