<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/arch/arm/mach-bcmring/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>2012-09-28T19:41:56+00:00</updated>
<entry>
<title>Merge branch 'bcmring/cleanup' into bcmring/removal</title>
<updated>2012-09-28T19:41:56+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2012-09-28T19:41:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=25e4b485fb8eeda8aa7a2e1e45fbb31538565117'/>
<id>urn:sha1:25e4b485fb8eeda8aa7a2e1e45fbb31538565117</id>
<content type='text'>
Doing a large-scale cleaning and removing the platform in another
branch don't mix well, so do the trivial merge here.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>ARM: Remove mach-bcmring</title>
<updated>2012-09-28T19:40:31+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2012-09-23T18:04:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=abbb0db2bd9d0bbfad3219604045168c50180539'/>
<id>urn:sha1:abbb0db2bd9d0bbfad3219604045168c50180539</id>
<content type='text'>
Remove mach-bcmring as this is no longer maintained or used.

Signed-off-by: Christian Daudt &lt;csd@broadcom.com&gt;
Reviewed-by: Jiandong Zheng &lt;jdzheng@broadcom.com&gt;
Acked-by: Will Deacon &lt;will.deacon@arm.com&gt;
Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>ARM: bcmring: use proper MMIO accessors</title>
<updated>2012-05-02T16:21:47+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2012-04-25T16:44:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=878040ef831a12855af26a42cc25c817f4fb3f2d'/>
<id>urn:sha1:878040ef831a12855af26a42cc25c817f4fb3f2d</id>
<content type='text'>
A lot of code in bcmring just dereferences pointers to MMIO
locations, which is not safe. This annotates the pointers
correctly using __iomem and uses readl/write to access them.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>ARM: bcmring: remove include/csp/ subdir</title>
<updated>2012-05-02T16:21:47+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2012-04-24T15:51:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=8a3fb8607a48ed74db3aaa87d8af7febcaa5d814'/>
<id>urn:sha1:8a3fb8607a48ed74db3aaa87d8af7febcaa5d814</id>
<content type='text'>
The csp/*.h headers get into the way of multiplatform
kernels and are generally not needed anyway. This removes
the ones that are completely free of content and moves
the other ones to mach/csp/, which already holds a bunch
of these.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>ARM: bcmring: move cfg_global header to mach/</title>
<updated>2012-05-02T16:21:47+00:00</updated>
<author>
<name>Arnd Bergmann</name>
<email>arnd@arndb.de</email>
</author>
<published>2012-04-23T15:42:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=651ef18db973f8543faf8a7450484502f916a936'/>
<id>urn:sha1:651ef18db973f8543faf8a7450484502f916a936</id>
<content type='text'>
Platforms should not have header files outside of include/mach,
and bcmring is the only one that has one just under include/,
so move that away.

Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
</content>
</entry>
<entry>
<title>ARM: remove bunch of now unused mach/io.h files</title>
<updated>2012-03-07T03:34:44+00:00</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2012-02-10T04:21:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=4d5fc58dbe34b78157c05b319669bb3e064ba8bd'/>
<id>urn:sha1:4d5fc58dbe34b78157c05b319669bb3e064ba8bd</id>
<content type='text'>
Now that many platforms don't need mach/io.h, remove the unused ones.

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Acked-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Acked-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Acked-by: Jean-Christophe PLAGNIOL-VILLARD &lt;plagnioj@jcrosoft.com&gt;
Acked-by: Jamie Iles &lt;jamie@jamieiles.com&gt;
Acked-by: Pawel Moll &lt;pawel.moll@arm.com&gt;
Acked-by: Nicolas Pitre &lt;nico@linaro.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux into for-armsoc</title>
<updated>2012-02-22T22:04:41+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2012-02-22T22:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=61b80086a525c8a6081257ae40da5dee2bcaee16'/>
<id>urn:sha1:61b80086a525c8a6081257ae40da5dee2bcaee16</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ARM: remove disable_fiq and arch_ret_to_user macros</title>
<updated>2012-02-21T23:05:18+00:00</updated>
<author>
<name>Rob Herring</name>
<email>rob.herring@calxeda.com</email>
</author>
<published>2012-02-04T15:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=230f984662d7e0e4a9597c665fd4f53130666e7d'/>
<id>urn:sha1:230f984662d7e0e4a9597c665fd4f53130666e7d</id>
<content type='text'>
Now that most platforms don't need disable_fiq and arch_ret_to_user
macros, we can remove the empty macros or empty entry-macro.S files.

Signed-off-by: Rob Herring &lt;rob.herring@calxeda.com&gt;
Acked-by: Jamie Iles &lt;jamie@jamieiles.com&gt;
Acked-by: Nicolas Pitre &lt;nico@linaro.org&gt;
Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Acked-by: Ryan Mallon &lt;rmallon@gmail.com&gt;
Acked-by: Nicolas Ferre &lt;nicolas.ferre@atmel.com&gt;
Acked-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Acked-by: Shawn Guo &lt;shawn.guo@linaro.org&gt;
</content>
</entry>
<entry>
<title>ARM: bcmring: remove unused DMA map code</title>
<updated>2012-02-04T19:27:13+00:00</updated>
<author>
<name>JD Zheng</name>
<email>jdzheng@broadcom.com</email>
</author>
<published>2012-01-30T18:59:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=864e5e360ebb5acc7a41c6d6ac738a62aa1aa609'/>
<id>urn:sha1:864e5e360ebb5acc7a41c6d6ac738a62aa1aa609</id>
<content type='text'>
Remove BCMRING DMA map code which is no longer used.

This also fixes a build error with dma.c introduced by
bfcd2ea6a40b33270564d706396f1b514a988d3c.

Signed-off-by: Jiandong Zheng &lt;jdzheng@broadcom.com&gt;
Signed-off-by: Olof Johansson &lt;olof@lixom.net&gt;
</content>
</entry>
<entry>
<title>ARM: big removal of now unused arch_idle()</title>
<updated>2012-01-21T00:25:58+00:00</updated>
<author>
<name>Nicolas Pitre</name>
<email>nicolas.pitre@linaro.org</email>
</author>
<published>2011-12-19T08:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=a570067df9cc1b1821ca5255bbbe8adb67aca199'/>
<id>urn:sha1:a570067df9cc1b1821ca5255bbbe8adb67aca199</id>
<content type='text'>
When this is the only content remaining in mach/system.h then the
whole file is removed.

Signed-off-by: Nicolas Pitre &lt;nicolas.pitre@linaro.org&gt;
Acked-by: H Hartley Sweeten &lt;hsweeten@visionengravers.com&gt;
Acked-and-tested-by: Jamie Iles &lt;jamie@jamieiles.com&gt;
Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;
Acked-by: David Brown &lt;davidb@codeaurora.org&gt;
Acked-by: Stephen Warren &lt;swarren@nvidia.com&gt;
Acked-by: Linus Walleij &lt;linus.walleij@linaro.org&gt;
</content>
</entry>
</feed>
