<?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.ports.arm.kernel">
    <title>gmane.linux.ports.arm.kernel</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel</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.ports.arm.kernel/239042"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239039"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239035"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239029"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239027"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239023"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239018"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239017"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239011"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239009"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239006"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239005"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239004"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238999"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238996"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238991"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238990"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238982"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238965"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238963"/>
      </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.ports.arm.kernel/239042">
    <title>Re: [PATCH v7] arm: use built-in byte swap function</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239042</link>
    <description>&lt;pre&gt;Am 23.05.2013 18:46, schrieb Kim Phillips:

I'm no GCC tool chain expert, so I just have an understanding 
question: Could anyone kindly give a brief explanation (*) of what the 
advantage of this is on ARM?

http://comments.gmane.org/gmane.linux.kernel.cross-arch/16016

mentions "lwbrx/stwbrx on PowerPC, movbe on Atom". But for ARM?

I haven't understood yet why the __arch_swabXX() in 
arch/arm/include/asm/swab.h [1] aren't sufficient? How can this be 
done better? E.g. does anybody have a disassembly without/with this 
change to illustrate that?

Many thanks and best regards

Dirk

(*) or in case this already done provide a link. I couldn't find it in 
the discussion of this patch.

[1]

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/include/asm/swab.h
&lt;/pre&gt;</description>
    <dc:creator>Dirk Behme</dc:creator>
    <dc:date>2013-05-26T05:38:37</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239039">
    <title>Re: [PATCH 0/4] Power off drivers for QNAP and LSXL.</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239039</link>
    <description>&lt;pre&gt;
Yeah.... So thanks to Andrew for bringing this to my attention.
Somewhere along the line, I must've dropped patches 2 and 4.

Thankfully, patches 1 and 3 made it in, so I've just applied 2 and 4 to
mvebu/boards.

thx, and sorry for the delay.

Jason.
&lt;/pre&gt;</description>
    <dc:creator>Jason Cooper</dc:creator>
    <dc:date>2013-05-26T01:19:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239035">
    <title>Kirkwood CPU Freq driver</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239035</link>
    <description>&lt;pre&gt;Hi,

I've been trying to test Andrew Lunn's work creating a CPU Idle driver 
for Kirkwood. The first problem I encountered was that somehow in 
merging the patch the ARCH_HAS_CPUFREQ line appears to have got lost in 
arch/arm/Kconfig so I put that back (this may not be an issue if you 
build a multiarch kernel but I was targetting just Kirkwood)

--- a/arch/arm/Kconfig2013-05-24 19:45:59.000000000 +0100
+++ b/arch/arm/Kconfig2013-05-17 19:58:21.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -567,6 +567,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config ARCH_DOVE

  config ARCH_KIRKWOOD
  bool "Marvell Kirkwood"
+select ARCH_HAS_CPUFREQ
  select ARCH_REQUIRE_GPIOLIB
  select CPU_FEROCEON
  select GENERIC_CLOCKEVENTS

Then I saw that the driver needs a cpu definition and none of the 
kirkwood dts files provide one. I believe all kirkwood SoCs are 
uniprocessor so I created an entry in kirkwood.dtsi

--- a/arch/arm/boot/dts/kirkwood.dtsi2013-05-19 22:57:07.000000000 +0100
+++ b/arch/arm/boot/dts/kirkwood.dtsi2013-05-19 23:10:32.000000000 +0100
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -4,6 +4,18 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
  comp&lt;/pre&gt;</description>
    <dc:creator>Adam Baker</dc:creator>
    <dc:date>2013-05-25T21:32:04</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239029">
    <title>[PATCH] ARM: mx6: Use the same sdma firmware name for all mx6 variants</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239029</link>
    <description>&lt;pre&gt;From: Fabio Estevam &amp;lt;fabio.estevam&amp;lt; at &amp;gt;freescale.com&amp;gt;

All the mx6 variants (quad, dual, solo and solo-lite) use the same sdma 
firmware, so drop the the suffix from the file name.

Signed-off-by: Fabio Estevam &amp;lt;fabio.estevam&amp;lt; at &amp;gt;freescale.com&amp;gt;
---
 arch/arm/boot/dts/imx6qdl.dtsi | 2 +-
 arch/arm/boot/dts/imx6sl.dtsi  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6qdl.dtsi b/arch/arm/boot/dts/imx6qdl.dtsi
index 42e461c..b6730cc 100644
--- a/arch/arm/boot/dts/imx6qdl.dtsi
+++ b/arch/arm/boot/dts/imx6qdl.dtsi
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -582,7 +582,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 interrupts = &amp;lt;0 2 0x04&amp;gt;;
 clocks = &amp;lt;&amp;amp;clks 155&amp;gt;, &amp;lt;&amp;amp;clks 155&amp;gt;;
 clock-names = "ipg", "ahb";
-fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6q.bin";
+fsl,sdma-ram-script-name = "imx/sdma/sdma-imx6.bin";
 };
 };
 
diff --git a/arch/arm/boot/dts/imx6sl.dtsi b/arch/arm/boot/dts/imx6sl.dtsi
index c5e5da0..9596000 100644
--- a/arch/arm/boot/dts/imx6sl.dtsi
+++ b/arch/arm/boot/dts/imx6sl.dtsi
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -594,7 +594,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 clocks = &amp;lt;&amp;amp;clks&lt;/pre&gt;</description>
    <dc:creator>Fabio Estevam</dc:creator>
    <dc:date>2013-05-25T17:47:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239027">
    <title>Re: [PATCH 00/21] ARM: kirkwood: improve pinmux configs in Device Tree</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239027</link>
    <description>&lt;pre&gt;
Hi Thomas, Jason

You can add a

Tested-By: Andrew Lunn &amp;lt;andrew&amp;lt; at &amp;gt;lunn.ch&amp;gt;

to the topkick and ts219 patches, and a general 

Acked-by: Andrew Lunn &amp;lt;andrew&amp;lt; at &amp;gt;lunn.ch&amp;gt;

to the rest.

 Andrew

&lt;/pre&gt;</description>
    <dc:creator>Andrew Lunn</dc:creator>
    <dc:date>2013-05-25T16:54:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239023">
    <title>Re: [PATCH 00/21] ARM: kirkwood: improve pinmux configs in Device Tree</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239023</link>
    <description>&lt;pre&gt;Dear Jason Cooper,

On Fri, 24 May 2013 14:33:10 -0400, Jason Cooper wrote:


Ok, thanks!

Thomas
&lt;/pre&gt;</description>
    <dc:creator>Thomas Petazzoni</dc:creator>
    <dc:date>2013-05-25T13:36:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239018">
    <title>Re: clock framework: Don't disable a clock already enabled by boot loader?</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239018</link>
    <description>&lt;pre&gt;
I do not like the idea to set CLK_IGNORE_UNUSED in clock driver on clk
basis.  If the clk is needed by some driver, why cannot the driver
enable it using clk API?  Or if the clk is some fundamental one that
does not clearly belong to particular IP block and no driver wants to
manage it, we may want to not implement it in clock driver at all and
just leave it to bootloader to set it up for once.

Shawn
&lt;/pre&gt;</description>
    <dc:creator>Shawn Guo</dc:creator>
    <dc:date>2013-05-25T11:17:49</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239017">
    <title>[RFC PATCHv4 1/6] arm: TI-Nspire platform code</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239017</link>
    <description>&lt;pre&gt;Add initial platform support for the TI-Nspire series.

Signed-off-by: Daniel Tang &amp;lt;dt.tangr&amp;lt; at &amp;gt;gmail.com&amp;gt;
---
 arch/arm/Kconfig                   |   2 +
 arch/arm/Kconfig.debug             |  16 +++++
 arch/arm/Makefile                  |   1 +
 arch/arm/include/debug/nspire.S    |  28 +++++++++
 arch/arm/mach-nspire/Kconfig       |  15 +++++
 arch/arm/mach-nspire/Makefile      |   2 +
 arch/arm/mach-nspire/Makefile.boot |   0
 arch/arm/mach-nspire/clcd.c        | 119 +++++++++++++++++++++++++++++++++++++
 arch/arm/mach-nspire/clcd.h        |  14 +++++
 arch/arm/mach-nspire/mmio.h        |  23 +++++++
 arch/arm/mach-nspire/nspire.c      | 117 ++++++++++++++++++++++++++++++++++++
 11 files changed, 337 insertions(+)
 create mode 100644 arch/arm/include/debug/nspire.S
 create mode 100644 arch/arm/mach-nspire/Kconfig
 create mode 100644 arch/arm/mach-nspire/Makefile
 create mode 100644 arch/arm/mach-nspire/Makefile.boot
 create mode 100644 arch/arm/mach-nspire/clcd.c
 create mode 100644 arch/arm/mach-nspire/clcd&lt;/pre&gt;</description>
    <dc:creator>Daniel Tang</dc:creator>
    <dc:date>2013-05-25T11:08:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239011">
    <title>[RFC PATCHv4 0/6] arm: Initial TI-Nspire support</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239011</link>
    <description>&lt;pre&gt;Changes between http://archive.arm.linux.org.uk/lurker/message/20130408.113343.585af217.en.html and v2:
* Added new drivers to support the irqchip and timers on older models.
* Added new device trees to support the other models.

Changes between v2 and v3:
* Clean up keypad driver
* Update copyright messages (2012-&amp;gt;2013)
* Added clock driver
* Fix keypad support for classic models
* Fix nspire-classic-timer code to use updated CLOCKSOURCE_OF_DECLARE
* Change CLCD code to use panel capabilities
* Change UART clock to match APB speed
* Support for reset

Changes between v3 and v4:
* Remove redundant clock-names in device tree
* Re-enable bus access to some peripherals on bootup
* Clean up nspire-classic-timer code.
  - Implement a nspire_timer_set_mode function
  - Removed messy IO_MATCHx and CNTL_MATCHx macros
  - Timer starts disabled to begin with
  - Interrupt handling code return IRQ_NONE for spurious interrupts
  - Delete unnessecary shift
* Change clk-nspire to use compatible property to determine IO ty&lt;/pre&gt;</description>
    <dc:creator>Daniel Tang</dc:creator>
    <dc:date>2013-05-25T11:08:01</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239009">
    <title>Re: [PATCH v2] ARM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICE</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239009</link>
    <description>&lt;pre&gt;On Fri, 24 May 2013 18:12:39 -0700, Christoffer Dall
&amp;lt;cdall&amp;lt; at &amp;gt;cs.columbia.edu&amp;gt; wrote:
|

Actually, there's a much better solution.

Just get rid of PAGE_S2_DEVICE altogether, as it is completely useless. We
never have to enforce a memory type in S2 that is stronger than the guest's
view. If the guest insists on doing something silly (mapping a device as
normal memory, for example), we really don't have to fix things for them.

See the patch I posted a while ago as part of my pending fixes series:
https://lists.cs.columbia.edu/pipermail/kvmarm/2013-May/005827.html

        M.
&lt;/pre&gt;</description>
    <dc:creator>Marc Zyngier</dc:creator>
    <dc:date>2013-05-25T10:02:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239006">
    <title>Re: [PATCH] ARM: at91: Fix link breakage when !CONFIG_PHY</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239006</link>
    <description>&lt;pre&gt;Hi,

Scrap that, I'll send a v2.

Regards

On 25/05/2013 00:19, Alexandre Belloni wrote:


&lt;/pre&gt;</description>
    <dc:creator>Alexandre Belloni</dc:creator>
    <dc:date>2013-05-25T07:26:56</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239005">
    <title>Re: clock framework: Don't disable a clock already enabled by boot loader?</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239005</link>
    <description>&lt;pre&gt;Am 25.05.2013 08:54, schrieb Shawn Guo:

Yes, I know ;) But this is slightly different: In the end it disables 
the complete clk_disable_unused() call, i.e. for all unused clocks.

I'd like to set the flag CLK_IGNORE_UNUSED for just one clock. I.e. I 
want to set a flag for an i.MX6 clock, and I want to set it only for 
one clock.

What's the preferred way to do this?

Best regards

Dirk
&lt;/pre&gt;</description>
    <dc:creator>Dirk Behme</dc:creator>
    <dc:date>2013-05-25T07:16:44</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239004">
    <title>Re: clock framework: Don't disable a clock already enabled by boot loader?</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/239004</link>
    <description>&lt;pre&gt;Commit 1e43525 (clk: add clk_ignore_unused option to keep boot clocks
on) introduced an option "clk_ignore_unused" for bypassing
clk_disable_unused() call.

Shawn
&lt;/pre&gt;</description>
    <dc:creator>Shawn Guo</dc:creator>
    <dc:date>2013-05-25T06:54:36</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238999">
    <title>Re: clock framework: Don't disable a clock already enabled by boot loader?</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238999</link>
    <description>&lt;pre&gt;Hi Sascha,

Am 25.05.2013 01:00, schrieb Sascha Hauer:

Thanks for the fast answer! :)

Hmm, but what's the best way to set a flag in

https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/arch/arm/mach-imx/clk-imx6q.c

?

In mx6q_clocks_init() there doesn't seem to be an explicit interface 
to set the flags?

I'm not sure if

clk[xxx]-&amp;gt;flags |= CLK_IGNORE_UNUSED;

is the way to go?

Best regards

Dirk
&lt;/pre&gt;</description>
    <dc:creator>Dirk Behme</dc:creator>
    <dc:date>2013-05-25T05:59:45</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238996">
    <title>Re: [PATCH V4] ARM: handle user space mapped pages in flush_kernel_dcache_page</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238996</link>
    <description>&lt;pre&gt;

VIVT and highmem do work together.  Highmem for ARM was in fact 
developed on such a platform.


Nicolas
&lt;/pre&gt;</description>
    <dc:creator>Nicolas Pitre</dc:creator>
    <dc:date>2013-05-25T03:53:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238991">
    <title>[PATCH v2] ARM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICE</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238991</link>
    <description>&lt;pre&gt;THe L_PTE_USER actually has nothing to do with stage 2 mappings and the
L_PTE_S2_RDWR value sets the readable bit, which was what L_PTE_USER
was used for before proper handling of stage 2 memory defines.

Changelog:
 [v2]: Change default mappings to be r/w instead of r/o, as per Marc
       Zyngier's suggestion.

Cc: Marc Zyngier &amp;lt;marc.zyngier&amp;lt; at &amp;gt;arm.com&amp;gt;
Signed-off-by: Christoffer Dall &amp;lt;cdall&amp;lt; at &amp;gt;cs.columbia.edu&amp;gt;
---
 arch/arm/include/asm/pgtable.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h
index 9bcd262..8afc60c 100644
--- a/arch/arm/include/asm/pgtable.h
+++ b/arch/arm/include/asm/pgtable.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -97,7 +97,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; extern pgprot_tpgprot_s2_device;
 #define PAGE_HYP_MOD_PROT(pgprot_kernel, L_PTE_HYP)
 #define PAGE_HYP_DEVICE_MOD_PROT(pgprot_hyp_device, L_PTE_HYP)
 #define PAGE_S2_MOD_PROT(pgprot_s2, L_PTE_S2_RDONLY)
-#define PAGE_S2_DEVICE_MOD_PROT(pgprot_s2_device, L_PTE_USER | L_PTE_S2_RDONLY)
+#define PAGE_S2_DEVICE&lt;/pre&gt;</description>
    <dc:creator>Christoffer Dall</dc:creator>
    <dc:date>2013-05-25T01:12:39</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238990">
    <title>[v2] ARM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICE</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238990</link>
    <description>&lt;pre&gt;THe L_PTE_USER actually has nothing to do with stage 2 mappings and the
L_PTE_S2_RDWR value sets the readable bit, which was what L_PTE_USER
was used for before proper handling of stage 2 memory defines.

Changelog:
 [v2]: Change default mappings to be r/w instead of r/o, as per Marc
       Zyngier's suggestion.

Cc: Marc Zyngier &amp;lt;marc.zyngier&amp;lt; at &amp;gt;arm.com&amp;gt;
Signed-off-by: Christoffer Dall &amp;lt;cdall&amp;lt; at &amp;gt;cs.columbia.edu&amp;gt;
---
 arch/arm/include/asm/pgtable.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/include/asm/pgtable.h b/arch/arm/include/asm/pgtable.h
index 9bcd262..8afc60c 100644
--- a/arch/arm/include/asm/pgtable.h
+++ b/arch/arm/include/asm/pgtable.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -97,7 +97,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; extern pgprot_tpgprot_s2_device;
 #define PAGE_HYP_MOD_PROT(pgprot_kernel, L_PTE_HYP)
 #define PAGE_HYP_DEVICE_MOD_PROT(pgprot_hyp_device, L_PTE_HYP)
 #define PAGE_S2_MOD_PROT(pgprot_s2, L_PTE_S2_RDONLY)
-#define PAGE_S2_DEVICE_MOD_PROT(pgprot_s2_device, L_PTE_USER | L_PTE_S2_RDONLY)
+#define PAGE_S2_DEVICE&lt;/pre&gt;</description>
    <dc:creator>Christoffer Dall</dc:creator>
    <dc:date>2013-05-25T01:12:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238982">
    <title>Re: clock framework: Don't disable a clock already enabled by boot loader?</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238982</link>
    <description>&lt;pre&gt;Hi Dirk,

On Fri, May 24, 2013 at 02:44:58PM +0200, Dirk Behme wrote:

Yes, and it's great since after this point the hardware state is in sync
with the enable counter.


You could set the CLK_IGNORE_UNUSED flag in the clock, but I suggest to
just clk_get/clk_enable the clock in the driver using it.

Sascha

&lt;/pre&gt;</description>
    <dc:creator>Sascha Hauer</dc:creator>
    <dc:date>2013-05-24T23:00:21</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238965">
    <title>[PATCH] ARM: nomadik: move the pin configuration to DT</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238965</link>
    <description>&lt;pre&gt;This moves the pin configuration for the Nomadik over to the
device tree using Gabriel's bindings. Remove the auxdata
nailing down the name of the pin controller as this is no
longer necessary.

Cc: Gabriel Fernandez &amp;lt;gabriel.fernandez&amp;lt; at &amp;gt;st.com&amp;gt;
Cc: Patrice Chotard &amp;lt;patrice.chotard&amp;lt; at &amp;gt;st.com&amp;gt;
Signed-off-by: Linus Walleij &amp;lt;linus.walleij&amp;lt; at &amp;gt;linaro.org&amp;gt;
---
 arch/arm/boot/dts/ste-nomadik-s8815.dts    | 41 +++++++++++++++
 arch/arm/boot/dts/ste-nomadik-stn8815.dtsi | 82 ++++++++++++++++++++++++++++++
 arch/arm/mach-nomadik/cpu-8815.c           | 51 -------------------
 3 files changed, 123 insertions(+), 51 deletions(-)

diff --git a/arch/arm/boot/dts/ste-nomadik-s8815.dts b/arch/arm/boot/dts/ste-nomadik-s8815.dts
index 666945a..638ec8d 100644
--- a/arch/arm/boot/dts/ste-nomadik-s8815.dts
+++ b/arch/arm/boot/dts/ste-nomadik-s8815.dts
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -14,6 +14,43 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 bootargs = "root=/dev/ram0 console=ttyAMA1,115200n8 earlyprintk";
 };
 
+pinctrl {
+/* Hog CD pins */
+pinctrl-names = "default";
+pinctrl-0 = &amp;lt;&amp;amp;cd_default_mod&lt;/pre&gt;</description>
    <dc:creator>Linus Walleij</dc:creator>
    <dc:date>2013-05-24T21:13:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238963">
    <title>Re: Allwinner sunXi Fixes for 3.10</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238963</link>
    <description>&lt;pre&gt;On Fri, May 24, 2013 at 12:53 PM, Maxime Ripard
&amp;lt;maxime.ripard&amp;lt; at &amp;gt;free-electrons.com&amp;gt; wrote:

Pulled, but tags/sunxi-fixes-for-3.10 instead, as discussed on IRC.


-Olof
&lt;/pre&gt;</description>
    <dc:creator>Olof Johansson</dc:creator>
    <dc:date>2013-05-24T20:31:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238956">
    <title>[PATCH 2/2] ARM: imx: clk: No need to initialize phandle struct</title>
    <link>http://permalink.gmane.org/gmane.linux.ports.arm.kernel/238956</link>
    <description>&lt;pre&gt;From: Fabio Estevam &amp;lt;fabio.estevam&amp;lt; at &amp;gt;freescale.com&amp;gt;

commit 84344b43c (ARM: i.MX5: Allow DT clock providers) introduce the following
sparse warning:

arch/arm/mach-imx/clk.c:12:43: warning: Using plain integer as NULL pointer

There is no need to initialize phandle, so remove it.

Cc: Martin Fuzzey &amp;lt;mfuzzey&amp;lt; at &amp;gt;parkeon.com&amp;gt;
Signed-off-by: Fabio Estevam &amp;lt;fabio.estevam&amp;lt; at &amp;gt;freescale.com&amp;gt;
---
 arch/arm/mach-imx/clk.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/clk.c b/arch/arm/mach-imx/clk.c
index 53e8788..55bc80a 100644
--- a/arch/arm/mach-imx/clk.c
+++ b/arch/arm/mach-imx/clk.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -9,7 +9,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; DEFINE_SPINLOCK(imx_ccm_lock);
 
 static struct clk * __init imx_obtain_fixed_clock_from_dt(const char *name)
 {
-struct of_phandle_args phandle = {0};
+struct of_phandle_args phandle;
 struct clk *clk = ERR_PTR(-ENODEV);
 char *path;
 
&lt;/pre&gt;</description>
    <dc:creator>Fabio Estevam</dc:creator>
    <dc:date>2013-05-24T19:55:42</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.ports.arm.kernel">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.linux.ports.arm.kernel</link>
  </textinput>
</rdf:RDF>
