<?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.samsung-soc">
    <title>gmane.linux.kernel.samsung-soc</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc</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.samsung-soc/19776"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19772"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19771"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19768"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19766"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19765"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19763"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19762"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19761"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19759"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19758"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19757"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19756"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19754"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19752"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19751"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19750"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19749"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19748"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19746"/>
      </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.samsung-soc/19776">
    <title>exynos-drm-next todo work.</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19776</link>
    <description>&lt;pre&gt;Hi all,

I'd like to discuss Exynos DRM TODO work.

There are features we have to solve and implement. The purpose of this email
is to share what we have to do so that other guys can be involved without
duplicated work.

1. gscaler based on KMS interfaces - exynos5250 and later use the gscaler
device instead of VP device. And now exynos drm driver has gscaler module as
a sub module of IPP framework. However, this gscaler module is very specific
to IPP framework so it's not easy to reuse this module. So maybe we need so
many works for it.

Video play back path using post process (AS IS):
MFC--------IPP--------KMS---------FIMD or HDMI

Ideal video play back path using post process (TO BE):
MFC--------KMS--------FIMD or HDMI

The above scenario is to send decoded image data (YUV format) to display
device via post process. However, we don't really need to use IPP framework
in case of using gscaler as VP. All we have to do is to call kms interface
(setplane) for it like we did before.

2. More features for HDMI&lt;/pre&gt;</description>
    <dc:creator>Inki Dae</dc:creator>
    <dc:date>2013-06-18T06:33:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19772">
    <title>[PATCH v4 06/10] clk: exynos5420: register clocks using common clock framework</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19772</link>
    <description>&lt;pre&gt;The Exynos5420 clocks are statically listed and registered using the
Samsung specific common clock helper functions.

Signed-off-by: Chander Kashyap &amp;lt;chander.kashyap&amp;lt; at &amp;gt;linaro.org&amp;gt;
Signed-off-by: Thomas Abraham &amp;lt;thomas.abraham&amp;lt; at &amp;gt;linaro.org&amp;gt;
Reviewed-by: Tomasz Figa &amp;lt;t.figa&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 .../devicetree/bindings/clock/exynos5420-clock.txt |  201 ++++++
 drivers/clk/samsung/Makefile                       |    1 +
 drivers/clk/samsung/clk-exynos5420.c               |  762 ++++++++++++++++++++
 3 files changed, 964 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/exynos5420-clock.txt
 create mode 100644 drivers/clk/samsung/clk-exynos5420.c

diff --git a/Documentation/devicetree/bindings/clock/exynos5420-clock.txt b/Documentation/devicetree/bindings/clock/exynos5420-clock.txt
new file mode 100644
index 0000000..9bcc4b1
--- /dev/null
+++ b/Documentation/devicetree/bindings/clock/exynos5420-clock.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -0,0 +1,201 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
+* Samsung Exynos5420 Clock Controller
+
+The Exynos5420 clock controller g&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T06:29:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19771">
    <title>[PATCH v4 07/10] ARM: dts: Add initial device tree support for Exynos5420</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19771</link>
    <description>&lt;pre&gt;Add initial device tree nodes for Exynos5420 SoC and SMDK5420 board.

Signed-off-by: Chander Kashyap &amp;lt;chander.kashyap&amp;lt; at &amp;gt;linaro.org&amp;gt;
---
 arch/arm/boot/dts/Makefile                |    1 +
 arch/arm/boot/dts/exynos5420-smdk5420.dts |   33 +++++++++
 arch/arm/boot/dts/exynos5420.dtsi         |  103 +++++++++++++++++++++++++++++
 3 files changed, 137 insertions(+)
 create mode 100644 arch/arm/boot/dts/exynos5420-smdk5420.dts
 create mode 100644 arch/arm/boot/dts/exynos5420.dtsi

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index f0895c5..5efa7e0 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -57,6 +57,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; dtb-$(CONFIG_ARCH_EXYNOS) += exynos4210-origen.dtb \
 exynos5440-sd5v1.dtb \
 exynos5250-smdk5250.dtb \
 exynos5250-snow.dtb \
+exynos5420-smdk5420.dtb \
 exynos5440-ssdk5440.dtb
 dtb-$(CONFIG_ARCH_HIGHBANK) += highbank.dtb \
 ecx-2000.dtb
diff --git a/arch/arm/boot/dts/exynos5420-smdk5420.dts b/arch/arm/boot/dts/exynos5420-smdk5420.dts
new file mode 10&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T06:29:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19768">
    <title>[PATCH v4 03/10] ARM: Exynos: Add support for Exynos5420 SoC</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19768</link>
    <description>&lt;pre&gt;Exynos5420 is new SoC in Samsung's Exynos5 SoC series. Add initial support
for this new SoC.

Signed-off-by: Chander Kashyap &amp;lt;chander.kashyap&amp;lt; at &amp;gt;linaro.org&amp;gt;
Signed-off-by: Thomas Abraham &amp;lt;thomas.abraham&amp;lt; at &amp;gt;linaro.org&amp;gt;
Reviewed-by: Tomasz Figa &amp;lt;t.figa&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 arch/arm/mach-exynos/Kconfig             |   10 ++++++++++
 arch/arm/mach-exynos/common.c            |    7 +++++++
 arch/arm/mach-exynos/mach-exynos5-dt.c   |    1 +
 arch/arm/plat-samsung/include/plat/cpu.h |    8 ++++++++
 4 files changed, 26 insertions(+)

diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index ff18fc2..5ae41ec 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -71,6 +71,16 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; config SOC_EXYNOS5250
 help
   Enable EXYNOS5250 SoC support
 
+config SOC_EXYNOS5420
+bool "SAMSUNG EXYNOS5420"
+default y
+depends on ARCH_EXYNOS5
+select PM_GENERIC_DOMAINS if PM
+select S5P_PM if PM
+select S5P_SLEEP if PM
+help
+  Enable EXYNOS5420 SoC support
+
 config SOC_EXYNOS5440
 bool&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T06:29:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19766">
    <title>[PATCH v4 01/10] ARM: dts: fork out common Exynos5 nodes</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19766</link>
    <description>&lt;pre&gt;In preparation of adding support for Exynos5420, which has many peripherals
similar to Exynos5250, a new common Exynos5 device tree source file is
created out of the exising Exynos5250 device tree source file. Only the
common nodes required for basic boot up on Exynos5420 based boards are moved
into this new file and the rest of the common nodes would be moved subsequently.

Exynos5440 SoC is quite different from Exynos5250 and Exynos5420 SoCs. Hence
it is not possible to reuse "exynos5.dtsi" for Exynos5440.

Signed-off-by: Chander Kashyap &amp;lt;chander.kashyap&amp;lt; at &amp;gt;linaro.org&amp;gt;
Reviewed-by: Tomasz Figa &amp;lt;t.figa&amp;lt; at &amp;gt;samsung.com&amp;gt;
---
 arch/arm/boot/dts/exynos5.dtsi    |  111 +++++++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/exynos5250.dtsi |   66 +---------------------
 2 files changed, 112 insertions(+), 65 deletions(-)
 create mode 100644 arch/arm/boot/dts/exynos5.dtsi

diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
new file mode 100644
index 0000000..f65e124
--- /dev/null
+++ b/arch/ar&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T06:29:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19765">
    <title>[PATCH v4 00/10] ARM: Exynos: Add Exynos5420 SoC support</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19765</link>
    <description>&lt;pre&gt;Exynos5420 is new SoC in Samsung's Exynos5 SoC series. This series adds
initial support for this SoC.

Changes since v3:
1. Updated the max cpu clock frequency in dt node.
2. Sorted DT nodes alphabetically as suggested by Kukjin.
3. Removed the duplicate commit log comment in:
   "clocksource: exynos_mct: use (request/free)_irq calls for local timer
   registration"
4. Added comment for Exynos5440 in commit log of the patch:
   "ARM: dts: fork out common Exynos5 nodes"

Changes since v2:

1. Renamed oscclk to fin_pll, in order to keep it consistent with
   Exynos4/Exynos5
2. Pass memory as single bank rather than splitting in 256MB size banks.

Changes since v1:

1. As not-dt platforms will not be supported from 3.11 onwards, following
   patches from previous patch series are dropped:
   "irqchip: exynos-combiner: set irq base as 256 for Exynos5420"
   "ARM: Exynos: initialize l2x0 cache controller only for cortex-a9 based SoCs"
2. Added device type property in cpu node in the following patch:
   "ARM: dts:&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T06:29:12</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19763">
    <title>Re: [PATCH v2] clk: exynos4: Add clock entries for TMU</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19763</link>
    <description>&lt;pre&gt;
Thanks. But did not find this in your for-next yet. Not pushed out yet?

Also, please add the following series too.
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/17942


&lt;/pre&gt;</description>
    <dc:creator>Sachin Kamat</dc:creator>
    <dc:date>2013-06-18T05:15:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19762">
    <title>Re: [PATCH 0/5] clk/exynos5250: add clocks for hdmi subsystem</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19762</link>
    <description>&lt;pre&gt;Hi Mr. Kukjin,

Kindly consider the following patches for review and integration.

regards,
Rahul Sharma.

On Fri, Jun 14, 2013 at 3:39 PM, Arun Kumar K &amp;lt;arunkk.samsung&amp;lt; at &amp;gt;gmail.com&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Rahul Sharma</dc:creator>
    <dc:date>2013-06-18T05:09:09</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19761">
    <title>Re: [PATCH v3 00/10] ARM: Exynos: Add Exynos5420 SoC support</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19761</link>
    <description>&lt;pre&gt;Thanks Kukjin.
I will address the comments and resend.



--
with warm regards,
Chander Kashyap
&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T04:28:08</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19759">
    <title>Re: [PATCH v3 07/10] ARM: dts: Add initial device tree support for Exynos5420</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19759</link>
    <description>&lt;pre&gt;This is the max cpu frequency.
This property is used in "parse_dt_topology" in
arch/arm/kernel/topology.c" to calculate cpu capacity.



--
with warm regards,
Chander Kashyap
&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T04:21:14</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19758">
    <title>Re: [PATCH v3 06/10] clk: exynos5420: register clocks using common clock framework</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19758</link>
    <description>&lt;pre&gt;I have listed the parent clock first, then the child clocks, to
maintain  readability.
I didn't get your point?

Thanks.



--
with warm regards,
Chander Kashyap
&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T04:09:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19757">
    <title>Re: [PATCH v3 08/10] clocksource: exynos_mct: use (request/free)_irq calls for local timer registration</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19757</link>
    <description>&lt;pre&gt;Thanks for pointing out.
I will fix it and resend.



--
with warm regards,
Chander Kashyap
&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T04:11:33</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19756">
    <title>Re: [PATCH v3 10/10] ARM: Exynos: extend soft-reset support for Exynos5420</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19756</link>
    <description>&lt;pre&gt;I am not adding new hard-coded address. I have simply removed the
unnecessary previously existing check.
Thanks.



--
with warm regards,
Chander Kashyap
&lt;/pre&gt;</description>
    <dc:creator>Chander Kashyap</dc:creator>
    <dc:date>2013-06-18T04:10:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19754">
    <title>Re: [PATCH v2 31/38] cpufreq: exynos4x12: Remove check for SOC_EXYNOS4412</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19754</link>
    <description>&lt;pre&gt;
Looks good. You want it to get via samsung tree or cpufreq? I think
all cpufreq related patches should go through cpufreq unless there
is a real dependency on samsung tree.
&lt;/pre&gt;</description>
    <dc:creator>Viresh Kumar</dc:creator>
    <dc:date>2013-06-18T03:18:41</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19752">
    <title>(unknown)</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19752</link>
    <description>&lt;pre&gt;


Loan Syndicacion

Am AFG Guaranty Trust Bank, zu strukturieren wir Kreditlinien treffen Sie
unsere
Kunden spezifischen geschäftlichen Anforderungen und einen deutlichen
Mehrwert für unsere
Kunden Unternehmen.
eine Division der AFG Finance und Private Bank plc.

Wenn Sie erwägen, eine große Akquisition oder ein Großprojekt sind, können
Sie
brauchen eine erhebliche Menge an Kredit. AFG Guaranty Trust Bank setzen
können
zusammen das Syndikat, das die gesamte Kredit schnürt für
Sie.


Als Bank mit internationaler Reichweite, sind wir gekommen, um Darlehen zu
identifizieren
Syndizierungen als Teil unseres Kerngeschäfts und durch spitzte diese Zeile
aggressiv sind wir an einem Punkt, wo wir kommen, um als erkannt haben
Hauptakteur in diesem Bereich.


öffnen Sie ein Girokonto heute mit einem Minimum Bankguthaben von 500 £ und
Getup zu £ 10.000 als Darlehen und auch den Hauch einer Chance und gewann
die Sterne
Preis von £ 500.000 in die sparen und gewinnen promo in may.aply jetzt.


mit dem Folowin&lt;/pre&gt;</description>
    <dc:creator>AFG GTBANK LOAN</dc:creator>
    <dc:date>2013-06-17T19:28:00</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19751">
    <title>Re: [PATCH V2] Documentation: Add examples to samsung-pinctrl device tree bindings documentation</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19751</link>
    <description>&lt;pre&gt;Applied, thanks.

- Kukjin
&lt;/pre&gt;</description>
    <dc:creator>Kukjin Kim</dc:creator>
    <dc:date>2013-06-17T21:59:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19750">
    <title>Re: [PATCH 08/15] pwm: Add new pwm-samsung driver</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19750</link>
    <description>&lt;pre&gt;Hi Thierry,

On Monday 17 of June 2013 22:29:11 Thierry Reding wrote:

OK.


OK.


OK, this should be better indeed.


OK.


There are few registers shared with samsung_pwm_timer clocksource driver 
and so normally the spinlock is exported from it. However on on some 
platforms (namely Exynos &amp;gt;=4x12) kernel can be compiled without that 
driver, so the lock must be defined locally, just to synchronize multiple 
PWM channels, as they share registers as well.


OK.


Nope. Fixed in v2 that I'm going to send soon.


OK. I have almost completely reworked this function in v2 and it needs 
just 5 variables here.


Sure.


OK.

polarity)

Hmm, might make sense to put this into a function indeed. Basically this 
is a trick to work around broken bit layout in TCON register.


OK.

val)
samsung,pwm-outputs
__func__);

Let me see what I can do about it.


OK.

specified\n");

Generally output_mask is board-dependent and is passed inside a variant 
struct using platform_data pointer.

Same platform data is used in samsun&lt;/pre&gt;</description>
    <dc:creator>Tomasz Figa</dc:creator>
    <dc:date>2013-06-17T20:50:40</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19749">
    <title>Re: [PATCH 08/15] pwm: Add new pwm-samsung driver</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19749</link>
    <description>&lt;pre&gt;
Sorry for jumping in so late, I've been busy with other things lately.


Nit: this line can be dropped. It serves no purpose.


Nit: the */ should align with the * above.


The new driver for Renesas did something similar, but I want to
discourage storing per-channel data within the chip structure.

The PWM framework provides a way to store this information along with
the PWM device (see pwm_{set,get}_chip_data()).


Can you turn this into a static inline function please?


Why is this lock global? Shouldn't it more correctly be part of
samsung_pwm_chip?


Nit: please align arguments on subsequent lines with the first argument
of the first line. There's many more of these but I haven't mentioned
them all explicitly.


Any particular reason for making this inline?


Many of these unsigned long variable could be declared on a single line
to make the function shorter.


Can you turn these into proper block-style comments? Like so:

/*
 * We currently...
 * ...
 * by 32 bits.
 */


Note that technically yo&lt;/pre&gt;</description>
    <dc:creator>Thierry Reding</dc:creator>
    <dc:date>2013-06-17T20:29:11</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19748">
    <title>Re: [PATCH v5 7/7] clk: samsung: Add EPLL and VPLL freq table for exynos5250 SoC</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19748</link>
    <description>&lt;pre&gt;
I believe the UM says that 64 &amp;lt;= m &amp;lt;= 511.  Although the above seems
to work on 5250 and 5420, it might be better to use a table that
conforms to the constraint on m:

PLL_36XX_RATE(192000000, 64, 2, 2, 0),
PLL_36XX_RATE(180633600, 90, 3, 2, 20762),
PLL_36XX_RATE(180000000, 90, 3, 2, 0),
PLL_36XX_RATE(73728000, 98, 2, 4, 19923),
PLL_36XX_RATE(67737600, 90, 2, 4, 20762),
PLL_36XX_RATE(49152000, 98, 3, 4, 19923),
PLL_36XX_RATE(45158400, 90, 3, 4, 20762),
PLL_36XX_RATE(32768000, 131, 3, 5, 4719)

Thanks,
Andrew
&lt;/pre&gt;</description>
    <dc:creator>Andrew Bresticker</dc:creator>
    <dc:date>2013-06-17T20:08:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19746">
    <title>Re: [PATCH v2 29/38] thermal: exynos: Support both Exynos4x12 SoCs</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19746</link>
    <description>&lt;pre&gt;
The patch is correct, but generally speaking I think we should get away from
having the drivers get configured per SoC on such a fine-grained level.
Better make this driver (and others) always work on all exynos variants.

Arnd
&lt;/pre&gt;</description>
    <dc:creator>Arnd Bergmann</dc:creator>
    <dc:date>2013-06-17T19:59:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19742">
    <title>Re: [RFC PATCH 03/11] dma: amba-pl08x: Add support for different offset of CONFIG register</title>
    <link>http://permalink.gmane.org/gmane.linux.kernel.samsung-soc/19742</link>
    <description>&lt;pre&gt;
OK. Let me do it this way and see how it turns out. However keep in mind 
that next patch adds further dependencies on access to vendor_data struct, 
so there is nothing sure.

Best regards,
Tomasz

&lt;/pre&gt;</description>
    <dc:creator>Tomasz Figa</dc:creator>
    <dc:date>2013-06-17T19:02:26</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.linux.kernel.samsung-soc">
    <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.samsung-soc</link>
  </textinput>
</rdf:RDF>
