<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/android/Makefile, branch v2.6.30</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=v2.6.30</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.30'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2009-01-06T21:52:45Z</updated>
<entry>
<title>Staging: android: add lowmemorykiller driver</title>
<updated>2009-01-06T21:52:45Z</updated>
<author>
<name>San Mehat</name>
<email>san@android.com</email>
</author>
<published>2008-12-20T08:48:38Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=08b88cc7844bf984e2e474134c207bb2c46c007d'/>
<id>urn:sha1:08b88cc7844bf984e2e474134c207bb2c46c007d</id>
<content type='text'>
From: San Mehat &lt;san@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: android: remove dummy android.c driver</title>
<updated>2009-01-06T21:52:44Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-12-20T02:20:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=1fa7026ff026012f3a819b49d44dd6267997f379'/>
<id>urn:sha1:1fa7026ff026012f3a819b49d44dd6267997f379</id>
<content type='text'>
There are files now in the drivers/staging/android/ directory, so the
dummy android.c file can be safely removed.

Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: android: add timed_gpio driver</title>
<updated>2009-01-06T21:52:42Z</updated>
<author>
<name>Mike Lockwood</name>
<email>lockwood@android.com</email>
</author>
<published>2008-12-20T02:18:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=99f41131b8d82cde1a84fec5b93ce31632552f0b'/>
<id>urn:sha1:99f41131b8d82cde1a84fec5b93ce31632552f0b</id>
<content type='text'>
driver for GPIOs that turn back off after a delay

From: Mike Lockwood &lt;lockwood@android.com&gt;
Signed-off-by: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: android: add ram_console driver</title>
<updated>2009-01-06T21:52:42Z</updated>
<author>
<name>Arve Hjønnevåg</name>
<email>arve@android.com</email>
</author>
<published>2008-12-20T02:12:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=adc567e8a9c25f08e91eb18b83bdaa5ff9705919'/>
<id>urn:sha1:adc567e8a9c25f08e91eb18b83bdaa5ff9705919</id>
<content type='text'>
Doesn't quite link properly under all configurations, and it has way too
many different build options, but it's a start.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
Signed-off-by: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: android: add logging driver</title>
<updated>2009-01-06T21:52:42Z</updated>
<author>
<name>Robert Love</name>
<email>rlove@google.com</email>
</author>
<published>2008-12-20T02:02:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=875f194c48ddae3797f8d61e98aacd8a8ecef927'/>
<id>urn:sha1:875f194c48ddae3797f8d61e98aacd8a8ecef927</id>
<content type='text'>
Signed-off-by: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: android: add binder driver</title>
<updated>2009-01-06T21:52:41Z</updated>
<author>
<name>Arve Hjønnevåg</name>
<email>arve@android.com</email>
</author>
<published>2008-12-20T01:40:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=457b9a6f09f011ebcb9b52cc203a6331a6fc2de7'/>
<id>urn:sha1:457b9a6f09f011ebcb9b52cc203a6331a6fc2de7</id>
<content type='text'>
It builds, but not as a module, and with lots of warnings.

I also had to fix up a few syntax errors to get it to build
properly, I'm doubting that anyone has built it in a while :(

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
Signed-off-by: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: add android framework</title>
<updated>2009-01-06T21:52:41Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-12-20T01:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6dc9c9e8b0b51abd9a332f5f4767df729848d579'/>
<id>urn:sha1:6dc9c9e8b0b51abd9a332f5f4767df729848d579</id>
<content type='text'>
This prepares us to start adding the android drivers
to the build.

The dummy android.c file will go away in the next few patches, as it
will not be needed once drivers/staging/android/ has a driver in it.

Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
</feed>
