<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/arch/arm/mach-mxs/include, branch master</title>
<subtitle>Linux kernel stable tree</subtitle>
<id>https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master</id>
<link rel='self' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/'/>
<updated>2013-04-04T13:15:58+00:00</updated>
<entry>
<title>ARM: mxs: enable multiplatform build</title>
<updated>2013-04-04T13:15:58+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T08:25:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=d696e3f6585ddeb7bddbf0783b649fa669459a5c'/>
<id>urn:sha1:d696e3f6585ddeb7bddbf0783b649fa669459a5c</id>
<content type='text'>
Remove files that are not needed by multiplatform build, and make
necessary changes on Kconfig to enable multiplatform build.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: rename debug-macro.S for multiplatform build</title>
<updated>2013-04-04T13:15:57+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T06:30:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=e91411b44d54db96c3d2d365b195b112e513d4ba'/>
<id>urn:sha1:e91411b44d54db96c3d2d365b195b112e513d4ba</id>
<content type='text'>
Rename arch/arm/mach-mxs/include/mach/debug-macro.S to
arch/arm/include/debug/mxs.S for multiplatform build.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: remove unused headers</title>
<updated>2013-04-01T12:42:23+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T05:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0b48d3a6fbac641d1da12bbe202ec82ff0c89148'/>
<id>urn:sha1:0b48d3a6fbac641d1da12bbe202ec82ff0c89148</id>
<content type='text'>
Most of the stuff in the headers are used nowhere now.  Move a few
things that are useful for mach-mxs.c into there and remove the headers.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: remove common.h</title>
<updated>2013-04-01T12:42:20+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T05:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3cb7825bdc84d1d6c81ac9a2be201fe5bea5de05'/>
<id>urn:sha1:3cb7825bdc84d1d6c81ac9a2be201fe5bea5de05</id>
<content type='text'>
All three remaining functions declared in common.h are implemented by
clock driver.  Create header include/linux/clk/mxs.h to contain them
and remove common.h.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: move mxs_get_ocotp() into mach-mxs.c</title>
<updated>2013-04-01T12:42:19+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T05:27:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1bff2d76ac88d59e45d2ba0d1103be210a9eca11'/>
<id>urn:sha1:1bff2d76ac88d59e45d2ba0d1103be210a9eca11</id>
<content type='text'>
All the users of mxs_get_ocotp() are in mach-mxs.c.  Move the function
into mach-mxs.c, make it a static function, and then remove ocotp.c.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: remove mm.c</title>
<updated>2013-04-01T12:42:18+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T05:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0265b6cbfe77f0064989852a2b52d6572957525c'/>
<id>urn:sha1:0265b6cbfe77f0064989852a2b52d6572957525c</id>
<content type='text'>
The static mapping is used nowhere now.  Hence mm.c can be removed
completely.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: use debug_ll_io_init for low-level debug</title>
<updated>2013-04-01T12:42:17+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T05:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=1f629564d08d44e1960800f96b1c6ad19e44b4ae'/>
<id>urn:sha1:1f629564d08d44e1960800f96b1c6ad19e44b4ae</id>
<content type='text'>
The only user of the static mapping done in mx23_map_io and mx28_map_io
is low-level debug now.  Use debug_ll_io_init() instead, so that the
static mapping is used nowhere and can be removed completely later.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: remove system.c</title>
<updated>2013-04-01T12:42:15+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-29T01:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=974a9af5320028bad0c4c17a67353edc4e5a1997'/>
<id>urn:sha1:974a9af5320028bad0c4c17a67353edc4e5a1997</id>
<content type='text'>
There is no user of function mxs_reset_block() now.  Let's move
mxs_restart() into mach-mxs.c as a static function and remove system.c
completely.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: remove empty hardware.h</title>
<updated>2013-04-01T12:42:12+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-28T15:30:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=c226221359f3edf2f53c802dd60f69b7295a3f5c'/>
<id>urn:sha1:c226221359f3edf2f53c802dd60f69b7295a3f5c</id>
<content type='text'>
The hardware.h is an empty header and used nowhere now.  Remmove it.

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: mxs: remove unneeded mach-types.h inclusion</title>
<updated>2013-04-01T08:30:04+00:00</updated>
<author>
<name>Shawn Guo</name>
<email>shawn.guo@linaro.org</email>
</author>
<published>2013-03-25T15:07:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=2835705c8a36667f862f27706cb6c84baa6ce636'/>
<id>urn:sha1:2835705c8a36667f862f27706cb6c84baa6ce636</id>
<content type='text'>
Remove the unneeded mach-types.h inclusion from mxs.h, which is a
leftover from commit 845da6b (ARM: mxs: detect SoC by checking CHIPID
register).

Signed-off-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
</feed>
