<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/git/stable/linux.git/include/asm-arm/arch-omap/gpio.h, 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>2008-08-07T08:55:48+00:00</updated>
<entry>
<title>[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach</title>
<updated>2008-08-07T08:55:48+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-08-05T15:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/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] fix OMAP include loops</title>
<updated>2008-05-23T14:38:07+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2008-05-23T14:38: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=cfb41bf756cac168c829e27def36072dbfbe6fd0'/>
<id>urn:sha1:cfb41bf756cac168c829e27def36072dbfbe6fd0</id>
<content type='text'>
OMAP has two include loops in its header files:

  asm-arm/hardware.h &lt;- asm-arm/arch-omap/io.h &lt;-
   asm-arm/arch-omap/hardware.h &lt;- asm-arm/hardware.h

  asm-arm/arch-omap/board-palmte.h &lt;-
   asm-arm/arch-omap/hardware.h &lt;- asm-arm/hardware.h &lt;-
   asm-arm/arch-omap/gpio.h &lt;- asm-arm/arch-omap/board-palmte.h

Circular include dependencies are dangerous since they can result in
inconsistent definitions being provided to other code, especially if
'#ifndef' constructs are used.

Solve these by removing the offending includes, and add additional
includes where necessary.

Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: Use gpiolib</title>
<updated>2008-04-14T16:57:05+00:00</updated>
<author>
<name>David Brownell</name>
<email>dbrownell@users.sourceforge.net</email>
</author>
<published>2008-03-03T20:43: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=52e3134423c3af4431fedb34f77e31cfff91e0c3'/>
<id>urn:sha1:52e3134423c3af4431fedb34f77e31cfff91e0c3</id>
<content type='text'>
Update OMAP to use the new GPIO implementation framework.  This is just a
quick'n'dirty update ... more code could now be removed, ideally as part
of cleaning up the entire OMAP GPIO infrastructure ...

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;



</content>
</entry>
<entry>
<title>ARM: OMAP: Add 24xx GPIO debounce support</title>
<updated>2008-02-08T18:37:59+00:00</updated>
<author>
<name>Kevin Hilman</name>
<email>khilman@mvista.com</email>
</author>
<published>2007-05-05T18:40:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=5eb3bb9c0d123ad84ed5127fbc62731896d87181'/>
<id>urn:sha1:5eb3bb9c0d123ad84ed5127fbc62731896d87181</id>
<content type='text'>
Add 24xx GPIO debounce support. Also minor formatting
clean-up.

Signed-off-by: Kevin Hilman &lt;khilman@mvista.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>ARM: OMAP: Add 3430 gpio support</title>
<updated>2008-02-08T18:37:59+00:00</updated>
<author>
<name>Syed Mohammed, Khasim</name>
<email>x0khasim@ti.com</email>
</author>
<published>2007-11-30T00:15: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=5492fb1a46ada0d1e89eb580c2a56db8924e3141'/>
<id>urn:sha1:5492fb1a46ada0d1e89eb580c2a56db8924e3141</id>
<content type='text'>
This patch adds 3430 gpio support.

It also contains a fix by Paul Walmsley &lt;paul@pwsan.com&gt; to use the
correct clock names for OMAP3430.

Signed-off-by: Syed Mohammed Khasim &lt;x0khasim@ti.com&gt;
Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
</content>
</entry>
<entry>
<title>include files: convert "include" subdirectory to UTF-8</title>
<updated>2007-05-09T06:58:21+00:00</updated>
<author>
<name>John Anthony Kazos Jr</name>
<email>jakj@j-a-k-j.com</email>
</author>
<published>2007-05-09T06: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=121e70b69aef898a3c02fa90d0a2108381bcf975'/>
<id>urn:sha1:121e70b69aef898a3c02fa90d0a2108381bcf975</id>
<content type='text'>
Convert the "include" subdirectory to UTF-8.

Signed-off-by: John Anthony Kazos Jr. &lt;jakj@j-a-k-j.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] gpio_direction_output() needs an initial value</title>
<updated>2007-03-17T02:25:04+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2007-03-16T21:38:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=28735a7253a6c24364765e80a5428b4a151fccc2'/>
<id>urn:sha1:28735a7253a6c24364765e80a5428b4a151fccc2</id>
<content type='text'>
It's been pointed out that output GPIOs should have an initial value, to
avoid signal glitching ...  among other things, it can be some time before
a driver is ready.  This patch corrects that oversight, fixing

 - documentation
 - platforms supporting the GPIO interface
 - users of that call (just one for now, others are pending)

There's only one user of this call for now since most platforms are still
using non-generic GPIO setup code, which in most cases already couples the
initial value with its "set output mode" request.

Note that most platforms are clear about the hardware letting the output
value be set before the pin direction is changed, but the s3c241x docs are
vague on that topic ...  so those chips might not avoid the glitches.

Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Acked-by: Andrew Victor &lt;andrew@sanpeople.com&gt;
Acked-by: Milan Svoboda &lt;msvoboda@ra.rockwell.com&gt;
Acked-by: Haavard Skinnemoen &lt;hskinnemoen@atmel.com&gt;
Cc: Russell King &lt;rmk@arm.linux.org.uk&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] OMAP GPIO wrappers</title>
<updated>2007-02-12T17:48:34+00:00</updated>
<author>
<name>David Brownell</name>
<email>david-b@pacbell.net</email>
</author>
<published>2007-02-12T08:53:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=3c729f1ecd23b86a2d6b211d646f57f9da8dfeb1'/>
<id>urn:sha1:3c729f1ecd23b86a2d6b211d646f57f9da8dfeb1</id>
<content type='text'>
This teaches OMAP how to implement the cross-platform GPIO interfaces.

[akpm@osdl.org: cleanups]
Signed-off-by: David Brownell &lt;dbrownell@users.sourceforge.net&gt;
Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@linux-foundation.org&gt;
</content>
</entry>
<entry>
<title>[ARM] Include asm/hardware.h instead of asm/arch/hardware.h</title>
<updated>2005-11-16T14:51:20+00:00</updated>
<author>
<name>Russell King</name>
<email>rmk@dyn-67.arm.linux.org.uk</email>
</author>
<published>2005-11-16T14:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rulkc.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=0a5709b2dc84140082ea235130a05c05d51f94a2'/>
<id>urn:sha1:0a5709b2dc84140082ea235130a05c05d51f94a2</id>
<content type='text'>
Rationalise hardware.h include.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>[ARM] 3143/1: OMAP 4/5: Update omap include files</title>
<updated>2005-11-10T14:26:53+00:00</updated>
<author>
<name>Tony Lindgren</name>
<email>tony@atomide.com</email>
</author>
<published>2005-11-10T14:26: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=9ad5897c2659b3c610e0c717e8b3dbfb496d2c74'/>
<id>urn:sha1:9ad5897c2659b3c610e0c717e8b3dbfb496d2c74</id>
<content type='text'>
Patch from Tony Lindgren

This patch syncs the mainline kernel with linux-omap tree.

This patch contains changes to common header files for
omap1xxx and omap24xx by various omap developers, and
improved cpu detection by Imre Deak

Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
