<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-stable.git/arch/arm, branch v3.5</title>
<subtitle>Linux kernel stable tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/'/>
<entry>
<title>Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc</title>
<updated>2012-07-18T17:27:08+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-07-18T17:27:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=fe2e27bb92c54a1208b014e87b0110b9dfc42ec2'/>
<id>fe2e27bb92c54a1208b014e87b0110b9dfc42ec2</id>
<content type='text'>
Pull ARM SoC fixes for SPEAr from Olof Johansson:
 "These are arriving very late in the release cycle, but there has been
  a change of maintainers on the SPEAr platform and they have needed a
  while to get going.

  The patch count is higher than I would like at this point, but they're
  all relevant fixes and well-contained in their own platform code.  I
  still think it's suitable 3.5 material and I don't think it should
  increase the need for a -rc8 since they are so contained."

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi
  ARM: dts: SPEAr320: Boot the board in EXTENDED_MODE
  ARM: dts: SPEAr320: Fix compatible string
  Clk: SPEAr1340: Update sys clock parent array
  clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.
  ARM: SPEAr13xx: Fix Interrupt bindings
  Clk:spear6xx:Fix: Rename clk ids within predefined limit
  Clk:spear3xx:Fix: Rename clk ids within predefined limit
  clk:spear1310:Fix: Rename clk ids within predefined limit
  clk:spear1340:Fix: Rename clk ids within predefined limit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull ARM SoC fixes for SPEAr from Olof Johansson:
 "These are arriving very late in the release cycle, but there has been
  a change of maintainers on the SPEAr platform and they have needed a
  while to get going.

  The patch count is higher than I would like at this point, but they're
  all relevant fixes and well-contained in their own platform code.  I
  still think it's suitable 3.5 material and I don't think it should
  increase the need for a -rc8 since they are so contained."

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi
  ARM: dts: SPEAr320: Boot the board in EXTENDED_MODE
  ARM: dts: SPEAr320: Fix compatible string
  Clk: SPEAr1340: Update sys clock parent array
  clk: SPEAr1340: Fix clk enable register for uart1 and i2c1.
  ARM: SPEAr13xx: Fix Interrupt bindings
  Clk:spear6xx:Fix: Rename clk ids within predefined limit
  Clk:spear3xx:Fix: Rename clk ids within predefined limit
  clk:spear1310:Fix: Rename clk ids within predefined limit
  clk:spear1340:Fix: Rename clk ids within predefined limit
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: SPEAr600: Fix timer interrupt definition in spear600.dtsi</title>
<updated>2012-07-18T04:35:05+00:00</updated>
<author>
<name>Stefan Roese</name>
<email>sr@denx.de</email>
</author>
<published>2012-05-11T08:41:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=69c7e3772eaee5d2097725cdb79bc3ef867c0d9e'/>
<id>69c7e3772eaee5d2097725cdb79bc3ef867c0d9e</id>
<content type='text'>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Stefan Roese &lt;sr@denx.de&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: dts: SPEAr320: Boot the board in EXTENDED_MODE</title>
<updated>2012-07-18T04:35:02+00:00</updated>
<author>
<name>Vipul Kumar Samar</name>
<email>vipulkumar.samar@st.com</email>
</author>
<published>2012-07-13T11:52:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=69da52f7eabbb9808ccaf7098ae676429f924e7d'/>
<id>69da52f7eabbb9808ccaf7098ae676429f924e7d</id>
<content type='text'>
On spear320 device supported mode are:

   * AUTO_NET_SMII_MODE
   * AUTO_NET_MII_MODE
   * AUTO_EXP_MODE
   * SMALL_PRINTERS_MODE
   * EXTENDED_MODE

spear320-evb board is designed for EXTENDED_MODE only, hence it does not
boot correctly in current form where pinctrl part for some devices fail.

Configure and boot the SPEAr320 evaluation board in EXTENDED_MODE.

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On spear320 device supported mode are:

   * AUTO_NET_SMII_MODE
   * AUTO_NET_MII_MODE
   * AUTO_EXP_MODE
   * SMALL_PRINTERS_MODE
   * EXTENDED_MODE

spear320-evb board is designed for EXTENDED_MODE only, hence it does not
boot correctly in current form where pinctrl part for some devices fail.

Configure and boot the SPEAr320 evaluation board in EXTENDED_MODE.

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: dts: SPEAr320: Fix compatible string</title>
<updated>2012-07-18T04:34:56+00:00</updated>
<author>
<name>Vipul Kumar Samar</name>
<email>vipulkumar.samar@st.com</email>
</author>
<published>2012-07-13T11:50:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=45a5e119ad781afca186fd5dccdb70c3c70057a7'/>
<id>45a5e119ad781afca186fd5dccdb70c3c70057a7</id>
<content type='text'>
Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: SPEAr13xx: Fix Interrupt bindings</title>
<updated>2012-07-18T04:34:45+00:00</updated>
<author>
<name>Vipul Kumar Samar</name>
<email>vipulkumar.samar@st.com</email>
</author>
<published>2012-07-04T10:52:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=465e4f2b19159533e08042f8a113769512385195'/>
<id>465e4f2b19159533e08042f8a113769512385195</id>
<content type='text'>
   - Correct interrupt bindings for uart, ethernet and pmu.
   - Added interrupt binding for keyboard.

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
   - Correct interrupt bindings for uart, ethernet and pmu.
   - Added interrupt binding for keyboard.

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clk:spear6xx:Fix: Rename clk ids within predefined limit</title>
<updated>2012-07-18T04:34:42+00:00</updated>
<author>
<name>Vipul Kumar Samar</name>
<email>vipulkumar.samar@st.com</email>
</author>
<published>2012-07-10T11:42:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=a8f4bf0eb4ca7a0a578079fb5807e59b7111a1e2'/>
<id>a8f4bf0eb4ca7a0a578079fb5807e59b7111a1e2</id>
<content type='text'>
The max limit of con_id is 16 and dev_id is 20. As of now for spear6xx, many clk
ids are exceeding this predefined limit.

This patch is intended to rename clk ids like:
    mux_clk -&gt; _mclk
    gate_clk -&gt; _gclk
    synth_clk -&gt; syn_clk
    ras_gen1_synth_gate_clk -&gt; ras_syn1_gclk
    pll3_48m -&gt; pll3_

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The max limit of con_id is 16 and dev_id is 20. As of now for spear6xx, many clk
ids are exceeding this predefined limit.

This patch is intended to rename clk ids like:
    mux_clk -&gt; _mclk
    gate_clk -&gt; _gclk
    synth_clk -&gt; syn_clk
    ras_gen1_synth_gate_clk -&gt; ras_syn1_gclk
    pll3_48m -&gt; pll3_

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Clk:spear3xx:Fix: Rename clk ids within predefined limit</title>
<updated>2012-07-18T04:34:39+00:00</updated>
<author>
<name>Vipul Kumar Samar</name>
<email>vipulkumar.samar@st.com</email>
</author>
<published>2012-07-10T11:42:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=5cfc545f50c4b6c0800e578b51019f2ecf490f1e'/>
<id>5cfc545f50c4b6c0800e578b51019f2ecf490f1e</id>
<content type='text'>
The max limit of con_id is 16 and dev_id is 20. As of now for spear3xx, many clk
ids are exceeding this predefined limit.

This patch is intended to rename clk ids like:
    mux_clk -&gt; _mclk
    gate_clk -&gt; _gclk
    synth_clk -&gt; syn_clk
    ras_gen1_synth_gate_clk -&gt; ras_syn1_gclk
    ras_pll3_48m -&gt; ras_pll3_
    pll3_48m -&gt; pll3_

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The max limit of con_id is 16 and dev_id is 20. As of now for spear3xx, many clk
ids are exceeding this predefined limit.

This patch is intended to rename clk ids like:
    mux_clk -&gt; _mclk
    gate_clk -&gt; _gclk
    synth_clk -&gt; syn_clk
    ras_gen1_synth_gate_clk -&gt; ras_syn1_gclk
    ras_pll3_48m -&gt; ras_pll3_
    pll3_48m -&gt; pll3_

Signed-off-by: Vipul Kumar Samar &lt;vipulkumar.samar@st.com&gt;
Signed-off-by: Shiraz Hashim &lt;shiraz.hashim@st.com&gt;
Acked-by: Viresh Kumar &lt;viresh.kumar@linaro.org&gt;
Acked-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping</title>
<updated>2012-07-17T15:43:12+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-07-17T15:43:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=5bb93f1a212e756834bc380682210647b5cdfcf1'/>
<id>5bb93f1a212e756834bc380682210647b5cdfcf1</id>
<content type='text'>
Pull CMA and DMA-mapping fixes from Marek Szyprowski:
 "Another set of minor fixups for recently merged Contiguous Memory
  Allocator and ARM DMA-mapping changes.  Those patches fix mysterious
  crashes on systems with CMA and Himem enabled as well as some corner
  cases caused by typical off-by-one bug."

* 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping:
  ARM: dma-mapping: modify condition check while freeing pages
  mm: cma: fix condition check when setting global cma area
  mm: cma: don't replace lowmem pages with highmem
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull CMA and DMA-mapping fixes from Marek Szyprowski:
 "Another set of minor fixups for recently merged Contiguous Memory
  Allocator and ARM DMA-mapping changes.  Those patches fix mysterious
  crashes on systems with CMA and Himem enabled as well as some corner
  cases caused by typical off-by-one bug."

* 'fixes-for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping:
  ARM: dma-mapping: modify condition check while freeing pages
  mm: cma: fix condition check when setting global cma area
  mm: cma: don't replace lowmem pages with highmem
</pre>
</div>
</content>
</entry>
<entry>
<title>ARM: dma-mapping: modify condition check while freeing pages</title>
<updated>2012-07-16T06:59:55+00:00</updated>
<author>
<name>Prathyush K</name>
<email>prathyush.k@samsung.com</email>
</author>
<published>2012-07-16T06:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=46c87852e99cf8ce97e207b11cde19085837e39c'/>
<id>46c87852e99cf8ce97e207b11cde19085837e39c</id>
<content type='text'>
WARNING: at mm/vmalloc.c:1471 __iommu_free_buffer+0xcc/0xd0()
Trying to vfree() nonexistent vm area (ef095000)
Modules linked in:
[&lt;c0015a18&gt;] (unwind_backtrace+0x0/0xfc) from [&lt;c0025a94&gt;] (warn_slowpath_common+0x54/0x64)
[&lt;c0025a94&gt;] (warn_slowpath_common+0x54/0x64) from [&lt;c0025b38&gt;] (warn_slowpath_fmt+0x30/0x40)
[&lt;c0025b38&gt;] (warn_slowpath_fmt+0x30/0x40) from [&lt;c0016de0&gt;] (__iommu_free_buffer+0xcc/0xd0)
[&lt;c0016de0&gt;] (__iommu_free_buffer+0xcc/0xd0) from [&lt;c0229a5c&gt;] (exynos_drm_free_buf+0xe4/0x138)
[&lt;c0229a5c&gt;] (exynos_drm_free_buf+0xe4/0x138) from [&lt;c022b358&gt;] (exynos_drm_gem_destroy+0x80/0xfc)
[&lt;c022b358&gt;] (exynos_drm_gem_destroy+0x80/0xfc) from [&lt;c0211230&gt;] (drm_gem_object_free+0x28/0x34)
[&lt;c0211230&gt;] (drm_gem_object_free+0x28/0x34) from [&lt;c0211bd0&gt;] (drm_gem_object_release_handle+0xcc/0xd8)
[&lt;c0211bd0&gt;] (drm_gem_object_release_handle+0xcc/0xd8) from [&lt;c01abe10&gt;] (idr_for_each+0x74/0xb8)
[&lt;c01abe10&gt;] (idr_for_each+0x74/0xb8) from [&lt;c02114e4&gt;] (drm_gem_release+0x1c/0x30)
[&lt;c02114e4&gt;] (drm_gem_release+0x1c/0x30) from [&lt;c0210ae8&gt;] (drm_release+0x608/0x694)
[&lt;c0210ae8&gt;] (drm_release+0x608/0x694) from [&lt;c00b75a0&gt;] (fput+0xb8/0x228)
[&lt;c00b75a0&gt;] (fput+0xb8/0x228) from [&lt;c00b40c4&gt;] (filp_close+0x64/0x84)
[&lt;c00b40c4&gt;] (filp_close+0x64/0x84) from [&lt;c0029d54&gt;] (put_files_struct+0xe8/0x104)
[&lt;c0029d54&gt;] (put_files_struct+0xe8/0x104) from [&lt;c002b930&gt;] (do_exit+0x608/0x774)
[&lt;c002b930&gt;] (do_exit+0x608/0x774) from [&lt;c002bae4&gt;] (do_group_exit+0x48/0xb4)
[&lt;c002bae4&gt;] (do_group_exit+0x48/0xb4) from [&lt;c002bb60&gt;] (sys_exit_group+0x10/0x18)
[&lt;c002bb60&gt;] (sys_exit_group+0x10/0x18) from [&lt;c000ee80&gt;] (ret_fast_syscall+0x0/0x30)

This patch modifies the condition while freeing to match the condition
used while allocation. This fixes the above warning which arises when
array size is equal to PAGE_SIZE where allocation is done using kzalloc
but free is done using vfree.

Signed-off-by: Prathyush K &lt;prathyush.k@samsung.com&gt;
Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
WARNING: at mm/vmalloc.c:1471 __iommu_free_buffer+0xcc/0xd0()
Trying to vfree() nonexistent vm area (ef095000)
Modules linked in:
[&lt;c0015a18&gt;] (unwind_backtrace+0x0/0xfc) from [&lt;c0025a94&gt;] (warn_slowpath_common+0x54/0x64)
[&lt;c0025a94&gt;] (warn_slowpath_common+0x54/0x64) from [&lt;c0025b38&gt;] (warn_slowpath_fmt+0x30/0x40)
[&lt;c0025b38&gt;] (warn_slowpath_fmt+0x30/0x40) from [&lt;c0016de0&gt;] (__iommu_free_buffer+0xcc/0xd0)
[&lt;c0016de0&gt;] (__iommu_free_buffer+0xcc/0xd0) from [&lt;c0229a5c&gt;] (exynos_drm_free_buf+0xe4/0x138)
[&lt;c0229a5c&gt;] (exynos_drm_free_buf+0xe4/0x138) from [&lt;c022b358&gt;] (exynos_drm_gem_destroy+0x80/0xfc)
[&lt;c022b358&gt;] (exynos_drm_gem_destroy+0x80/0xfc) from [&lt;c0211230&gt;] (drm_gem_object_free+0x28/0x34)
[&lt;c0211230&gt;] (drm_gem_object_free+0x28/0x34) from [&lt;c0211bd0&gt;] (drm_gem_object_release_handle+0xcc/0xd8)
[&lt;c0211bd0&gt;] (drm_gem_object_release_handle+0xcc/0xd8) from [&lt;c01abe10&gt;] (idr_for_each+0x74/0xb8)
[&lt;c01abe10&gt;] (idr_for_each+0x74/0xb8) from [&lt;c02114e4&gt;] (drm_gem_release+0x1c/0x30)
[&lt;c02114e4&gt;] (drm_gem_release+0x1c/0x30) from [&lt;c0210ae8&gt;] (drm_release+0x608/0x694)
[&lt;c0210ae8&gt;] (drm_release+0x608/0x694) from [&lt;c00b75a0&gt;] (fput+0xb8/0x228)
[&lt;c00b75a0&gt;] (fput+0xb8/0x228) from [&lt;c00b40c4&gt;] (filp_close+0x64/0x84)
[&lt;c00b40c4&gt;] (filp_close+0x64/0x84) from [&lt;c0029d54&gt;] (put_files_struct+0xe8/0x104)
[&lt;c0029d54&gt;] (put_files_struct+0xe8/0x104) from [&lt;c002b930&gt;] (do_exit+0x608/0x774)
[&lt;c002b930&gt;] (do_exit+0x608/0x774) from [&lt;c002bae4&gt;] (do_group_exit+0x48/0xb4)
[&lt;c002bae4&gt;] (do_group_exit+0x48/0xb4) from [&lt;c002bb60&gt;] (sys_exit_group+0x10/0x18)
[&lt;c002bb60&gt;] (sys_exit_group+0x10/0x18) from [&lt;c000ee80&gt;] (ret_fast_syscall+0x0/0x30)

This patch modifies the condition while freeing to match the condition
used while allocation. This fixes the above warning which arises when
array size is equal to PAGE_SIZE where allocation is done using kzalloc
but free is done using vfree.

Signed-off-by: Prathyush K &lt;prathyush.k@samsung.com&gt;
Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc</title>
<updated>2012-07-14T18:50:36+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-07-14T18:50:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux-stable.git/commit/?id=e60d7458cb8f57617352cb7f24b48d5b30773fc1'/>
<id>e60d7458cb8f57617352cb7f24b48d5b30773fc1</id>
<content type='text'>
Pull ARM Samsung SoC fixes from Arnd Bergmann.

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: S3C24XX: Correct CAMIF interrupt definitions
  ARM: S3C24XX: Correct AC97 clock control bit for S3C2440
  ARM: SAMSUNG: fix race in s3c_adc_start for ADC
  ARM: SAMSUNG: Update default rate for xusbxti clock
  ARM: EXYNOS: register devices in 'need_restore' state for pm_domains
  ARM: EXYNOS: read initial state of power domain from hw registers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Pull ARM Samsung SoC fixes from Arnd Bergmann.

* tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc:
  ARM: S3C24XX: Correct CAMIF interrupt definitions
  ARM: S3C24XX: Correct AC97 clock control bit for S3C2440
  ARM: SAMSUNG: fix race in s3c_adc_start for ADC
  ARM: SAMSUNG: Update default rate for xusbxti clock
  ARM: EXYNOS: register devices in 'need_restore' state for pm_domains
  ARM: EXYNOS: read initial state of power domain from hw registers
</pre>
</div>
</content>
</entry>
</feed>
