<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/staging/android/Makefile, branch v3.3</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/staging/android/Makefile?h=v3.3</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/staging/android/Makefile?h=v3.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2012-02-08T22:14:13Z</updated>
<entry>
<title>Staging: android: Remove pmem driver</title>
<updated>2012-02-08T22:14:13Z</updated>
<author>
<name>Shuah Khan</name>
<email>shuahkhan@gmail.com</email>
</author>
<published>2012-01-27T18:40:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b0d017e80e9f4e6b37e699b9a944646e64deb473'/>
<id>urn:sha1:b0d017e80e9f4e6b37e699b9a944646e64deb473</id>
<content type='text'>
Addroid pmem driver is no longer used in any of the Android products.
This patch removes pmem driver from Android staging area

Reference: https://lkml.org/lkml/2012/1/23/183

Signed-off-by: Shuah Khan &lt;shuahkhan@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>ashmem: Anonymous shared memory subsystem</title>
<updated>2011-12-21T21:38:28Z</updated>
<author>
<name>Robert Love</name>
<email>rlove@google.com</email>
</author>
<published>2011-12-21T00:49:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=11980c2ac4ccfad21a5f8ee9e12059f1e687bb40'/>
<id>urn:sha1:11980c2ac4ccfad21a5f8ee9e12059f1e687bb40</id>
<content type='text'>
The anonymous shared memory (ashmem) subsystem provides a
Unix-y,file-based shared memory interface to user-space. It
works like anonymous memory (e.g. mmapping fd=0) except if
you share the file descriptor via the usual means, you will
share the mapping. The shared memory can be accessed via both
mmap or file I/O. The backing store is a simple shmem file.

Additionally, ashmem introduces the concept of page pinning.
Pinned pages (the default) behave like any anonymous memory.
Unpinned pages are available to the kernel for eviction during
VM pressure. When repinning the pages, the return value
instructs user-space as to any eviction. In this manner,
user-space processes may implement caching and similar
resource management that efficiently integrates with kernel
memory management.

Signed-off-by: Robert Love &lt;rlove@google.com&gt;

ashmem: Don't install fault handler for private mmaps.

Ashmem is used to create named private heaps. If this heap is backed
by a tmpfs file it will allocate two pages for every page touched.
In 2.6.27, the extra page would later be freed, but 2.6.29 does not
scan anonymous pages when running without swap so the memory is not
freed while the file is referenced. This change changes the behavior
of private ashmem mmaps to match /dev/zero instead tmpfs.

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;

ashmem: Add common prefix to name reported in /proc/pid/maps

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;

ashmem: don't require a page aligned size

This makes ashmem more similar to shmem and mmap, by
not requiring the specified size to be page aligned,
instead rounding it internally as needed.

Signed-off-by: Marco Nelissen &lt;marcone@android.com&gt;
[jstultz: Improved commit subject and included patch description
from rlove. Also moved ashmem files to staging dir, and reworked
code to avoid touching mm/shmem.c while we're in staging.]
CC: Brian Swetland &lt;swetland@google.com&gt;
CC: Colin Cross &lt;ccross@android.com&gt;
CC: Arve Hjønnevåg &lt;arve@android.com&gt;
CC: Dima Zavin &lt;dima@android.com&gt;
CC: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: John Stultz &lt;john.stultz@linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: android: add pmem driver</title>
<updated>2011-12-16T22:08:17Z</updated>
<author>
<name>Rebecca Schultz</name>
<email>rschultz@google.com</email>
</author>
<published>2008-07-24T18:22:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b6aba85c35baa7d08b7a601b30589bcae607d9e0'/>
<id>urn:sha1:b6aba85c35baa7d08b7a601b30589bcae607d9e0</id>
<content type='text'>
This adds the Android pmem driver to the staging tree.

[At this point in time, it is dependent on the ARM platform, due to some
build issues that require it. - gregkh]

Signed-off-by: Rebecca Schultz &lt;rschultz@google.com&gt;
Signed-off-by: Rebecca Schultz Zavin &lt;rebecca@android.com&gt;
Signed-off-by: Dima Zavin &lt;dima@android.com&gt;
Signed-off-by: Jamie Gennis &lt;jgennis@google.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Colin Cross &lt;ccross@android.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>staging: android: switch: switch class and GPIO drivers.</title>
<updated>2011-12-16T21:38:14Z</updated>
<author>
<name>Mike Lockwood</name>
<email>lockwood@android.com</email>
</author>
<published>2008-10-14T16:50:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e0f5bb9b3850bdd7907eda9eb923cd3f9d4358b8'/>
<id>urn:sha1:e0f5bb9b3850bdd7907eda9eb923cd3f9d4358b8</id>
<content type='text'>
This adds the Android switch driver code to the staging tree.

[Note, this code was located in drivers/switch/ in the Android kernel
releases, but as that api wasn't generally accepted, and the interface
is working toward changing to the newly proposed extcon inteface, this
driver was placed here until the extcon code is merged into mainline and
the Android userspace code is converted over to using it. - gregkh]

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
Signed-off-by: Mike Lockwood &lt;lockwood@android.com&gt;
Cc: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;
Cc: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Cc: Donggeun Kim &lt;dg77.kim@samsung.com&gt;
Cc: Arnd Bergmann &lt;arnd@arndb.de&gt;
Cc: MyungJoo Ham &lt;myungjoo.ham@gmail.com&gt;
Cc: Linus Walleij &lt;linus.walleij@linaro.org&gt;
Cc: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
Cc: NeilBrown &lt;neilb@suse.de&gt;
Cc: Morten CHRISTIANSEN &lt;morten.christiansen@stericsson.com&gt;
Cc: Mark Brown &lt;broonie@opensource.wolfsonmicro.com&gt;
Cc: John Stultz &lt;john.stultz@linaro.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Revert "Staging: android: delete android drivers"</title>
<updated>2011-11-30T11:18:14Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2011-11-30T11:18:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=355b0502f6efea0ff9492753888772c96972d2a3'/>
<id>urn:sha1:355b0502f6efea0ff9492753888772c96972d2a3</id>
<content type='text'>
This reverts commit b0a0ccfad85b3657fe999805df65f5cfe634ab8a.

Turns out I was wrong, we want these in the tree.

Note, I've disabled the drivers from the build at the moment, so other
patches can be applied to fix some build issues due to internal api
changes since the code was removed from the tree.

Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>Staging: android: delete android drivers</title>
<updated>2009-12-11T20:23:21Z</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-10-05T23:29:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=b0a0ccfad85b3657fe999805df65f5cfe634ab8a'/>
<id>urn:sha1:b0a0ccfad85b3657fe999805df65f5cfe634ab8a</id>
<content type='text'>
These drivers are no longer being developed and the original authors
seem to have abandonded them and hence, do not want them in the mainline
kernel tree.

So sad :(

Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<entry>
<title>Staging: android: timed_gpio: Separate timed_output class into a separate driver.</title>
<updated>2009-06-19T18:00:52Z</updated>
<author>
<name>Mike Lockwood</name>
<email>lockwood@android.com</email>
</author>
<published>2009-05-04T22:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=241e12879be74fdfadf3abc820a2e3c455599c3c'/>
<id>urn:sha1:241e12879be74fdfadf3abc820a2e3c455599c3c</id>
<content type='text'>
Signed-off-by: Mike Lockwood &lt;lockwood@android.com&gt;
Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
</entry>
<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.amat.us/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.amat.us/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.amat.us/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>
</feed>
