<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/asm-arm/arch-pxa, branch master</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=master</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2008-08-07T08:55:48Z</updated>
<entry>
<title>[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach</title>
<updated>2008-08-07T08:55:48Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-08-05T15:14:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a09e64fbc0094e3073dbb09c3b4bfe4ab669244b'/>
<id>urn:sha1:a09e64fbc0094e3073dbb09c3b4bfe4ab669244b</id>
<content type='text'>
This just leaves include/asm-arm/plat-* to deal with.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead</title>
<updated>2008-08-07T08:40:08Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-08-04T09:41:28Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=be509729356b7433f73df2b9a966674a437fbbc1'/>
<id>urn:sha1:be509729356b7433f73df2b9a966674a437fbbc1</id>
<content type='text'>
Remove includes of asm/hardware.h in addition to asm/arch/hardware.h.
Then, since asm/hardware.h only exists to include asm/arch/hardware.h,
update everything to directly include asm/arch/hardware.h and remove
asm/hardware.h.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 5179/1: Replace obsolete IRQT_* and __IRQT_* values with IRQ_TYPE_*</title>
<updated>2008-07-27T08:46:18Z</updated>
<author>
<name>Dmitry Baryshkov</name>
<email>dbaryshkov@gmail.com</email>
</author>
<published>2008-07-27T03:23:31Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6cab48602996cdbcb277375a8107d53e21e8c9b9'/>
<id>urn:sha1:6cab48602996cdbcb277375a8107d53e21e8c9b9</id>
<content type='text'>
IRQT_* and __IRQT_* were obsoleted long ago by patch [3692/1].
Remove them completely. Sed script for the reference:

s/__IRQT_RISEDGE/IRQ_TYPE_EDGE_RISING/g
s/__IRQT_FALEDGE/IRQ_TYPE_EDGE_FALLING/g
s/__IRQT_LOWLVL/IRQ_TYPE_LEVEL_LOW/g
s/__IRQT_HIGHLVL/IRQ_TYPE_LEVEL_HIGH/g
s/IRQT_RISING/IRQ_TYPE_EDGE_RISING/g
s/IRQT_FALLING/IRQ_TYPE_EDGE_FALLING/g
s/IRQT_BOTHEDGE/IRQ_TYPE_EDGE_BOTH/g
s/IRQT_LOW/IRQ_TYPE_LEVEL_LOW/g
s/IRQT_HIGH/IRQ_TYPE_LEVEL_HIGH/g
s/IRQT_PROBE/IRQ_TYPE_PROBE/g
s/IRQT_NOEDGE/IRQ_TYPE_NONE/g

Signed-off-by: Dmitry Baryshkov &lt;dbaryshkov@gmail.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] pxa: PXA25x UDC - Fix warning during build</title>
<updated>2008-07-26T21:25:19Z</updated>
<author>
<name>Ian Molton</name>
<email>spyro@f2s.com</email>
</author>
<published>2008-07-12T10:55:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=aafe0ad81d7458b6c61eeb39068432683c70c9a9'/>
<id>urn:sha1:aafe0ad81d7458b6c61eeb39068432683c70c9a9</id>
<content type='text'>
Fixes an unterminated ' warning building PXA25X UDC.

Signed-off-by: Ian Molton &lt;spyro@f2s.com&gt;
</content>
</entry>
<entry>
<title>[ARM] pxa: add base support for PXA930 (aka Tavor-P)</title>
<updated>2008-07-13T11:05:21Z</updated>
<author>
<name>Eric Miao</name>
<email>eric.miao@marvell.com</email>
</author>
<published>2008-07-11T04:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5d31e43589589e63f5b96abc62372d2ef331c14a'/>
<id>urn:sha1:5d31e43589589e63f5b96abc62372d2ef331c14a</id>
<content type='text'>
Signed-off-by: Eric Miao &lt;eric.miao@marvell.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>Merge branch 'pxa-devel' into pxa</title>
<updated>2008-07-12T20:43:51Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-07-12T20:43:51Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=37d7035da5b1f184c610b038b376c0c647d8d72b'/>
<id>urn:sha1:37d7035da5b1f184c610b038b376c0c647d8d72b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'eseries' into pxa</title>
<updated>2008-07-12T20:43:36Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-07-12T20:43:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=5a58d4bb66b1d68e4b9319dd5b89078bad2a7f64'/>
<id>urn:sha1:5a58d4bb66b1d68e4b9319dd5b89078bad2a7f64</id>
<content type='text'>
Conflicts:

	arch/arm/mach-pxa/Makefile
</content>
</entry>
<entry>
<title>Merge branch 'pxa-tosa' into pxa</title>
<updated>2008-07-12T20:43:01Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-07-12T20:43:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=7fecc34e07e02b4d9dab1a1f4bf7fdac0a656b9b'/>
<id>urn:sha1:7fecc34e07e02b4d9dab1a1f4bf7fdac0a656b9b</id>
<content type='text'>
Conflicts:

	arch/arm/mach-pxa/Kconfig
	arch/arm/mach-pxa/tosa.c
	arch/arm/mach-pxa/spitz.c
</content>
</entry>
<entry>
<title>Merge branches 'pxa-ian' and 'pxa-xm270' into pxa</title>
<updated>2008-07-12T20:42:04Z</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-07-12T20:42:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=a9da4f7ed6a702996ac9d1bbaf1a3969a4c092b3'/>
<id>urn:sha1:a9da4f7ed6a702996ac9d1bbaf1a3969a4c092b3</id>
<content type='text'>
Conflicts:

	MAINTAINERS
</content>
</entry>
<entry>
<title>E-series GPIO / IRQ definitions.</title>
<updated>2008-07-10T19:14:57Z</updated>
<author>
<name>Ian Molton</name>
<email>spyro@f2s.com</email>
</author>
<published>2008-07-10T19:01:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=c316f101a10f2681618ffb537ecba6084d5a137e'/>
<id>urn:sha1:c316f101a10f2681618ffb537ecba6084d5a137e</id>
<content type='text'>
</content>
</entry>
</feed>
