<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-dev/drivers/staging/goldfish/README, branch master</title>
<subtitle>Linux kernel development work - see feature branches</subtitle>
<id>https://git.zx2c4.com/linux-dev/atom/drivers/staging/goldfish/README?h=master</id>
<link rel='self' href='https://git.zx2c4.com/linux-dev/atom/drivers/staging/goldfish/README?h=master'/>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/'/>
<updated>2020-11-13T14:51:29Z</updated>
<entry>
<title>drivers: staging: retire drivers/staging/goldfish</title>
<updated>2020-11-13T14:51:29Z</updated>
<author>
<name>Roman Kiryanov</name>
<email>rkir@google.com</email>
</author>
<published>2020-11-12T23:49:07Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=c869eaa617e41c741ce33a20be52ed32c78d02b8'/>
<id>urn:sha1:c869eaa617e41c741ce33a20be52ed32c78d02b8</id>
<content type='text'>
Android Studio Emulator (goldfish) migrated
to Intel HDA.

Signed-off-by: Roman Kiryanov &lt;rkir@google.com&gt;
Link: https://lore.kernel.org/r/20201112234907.3761694-1-rkir@google.com
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: goldfish: Remove references to the retired driver from README</title>
<updated>2018-07-12T19:49:24Z</updated>
<author>
<name>Roman Kiryanov</name>
<email>rkir@google.com</email>
</author>
<published>2018-07-11T20:23:57Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=11ac66a379091ce425a456e1a714066f255f38f8'/>
<id>urn:sha1:11ac66a379091ce425a456e1a714066f255f38f8</id>
<content type='text'>
The goldfish nand driver was retired (not used).

Signed-off-by: Roman Kiryanov &lt;rkir@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: goldfish: switch from spinlock to mutex</title>
<updated>2014-04-17T03:12:55Z</updated>
<author>
<name>Kristina Martšenko</name>
<email>kristina.martsenko@gmail.com</email>
</author>
<published>2014-03-24T23:45:09Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=67c20cfbce53cf6df28681939d9a9621d2a85dfc'/>
<id>urn:sha1:67c20cfbce53cf6df28681939d9a9621d2a85dfc</id>
<content type='text'>
Use a mutex instead of a spinlock in goldfish_nand.c, as suggested by
the TODO list.

Signed-off-by: Kristina Martšenko &lt;kristina.martsenko@gmail.com&gt;
Reviewed-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>goldfish: NAND flash driver</title>
<updated>2013-01-24T21:53:23Z</updated>
<author>
<name>Arve Hjønnevåg</name>
<email>arve@google.com</email>
</author>
<published>2013-01-24T17:50:00Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=8e404fffeac7d3985b193edbf860d9d73dec5b6a'/>
<id>urn:sha1:8e404fffeac7d3985b193edbf860d9d73dec5b6a</id>
<content type='text'>
Fold together the NAND driver for Goldfish from Arve with cleanups by
Jun Nakajima and a tidy up to 3.7 and checkpatch.

This provides a virtual flash driver for the Goldfish Android Virtual Platform,
and which is normally used as the root file system when testing emulated
devices.

Signed-off-by: Mike A. Chan &lt;mikechan@google.com&gt;
Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
[Ported to handle x86]
Signed-off-by: Sheng Yang &lt;sheng@linux.intel.com&gt;
Signed-off-by: Yunhong Jiang &lt;yunhong.jiang@intel.com&gt;
Signed-off-by: Xiaohui Xin &lt;xiaohui.xin@intel.com&gt;
Signed-off-by: Jun Nakajima &lt;jun.nakajima@intel.com&gt;
Signed-off-by: Bruce Beare &lt;bruce.j.beare@intel.com&gt;
[Ported to 3.4]
Signed-off-by: Tom Keel &lt;thomas.keel@intel.com&gt;
[Ported to 3.7 and tided for checkpatch etc]
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>goldfish: audio support</title>
<updated>2013-01-24T21:51:38Z</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2013-01-23T14:13:52Z</published>
<link rel='alternate' type='text/html' href='https://git.zx2c4.com/linux-dev/commit/?id=2e82b83dc30e515ca3e03e79d4a398f30d796903'/>
<id>urn:sha1:2e82b83dc30e515ca3e03e79d4a398f30d796903</id>
<content type='text'>
(remove change to another file that escaped into the patch set)

From: Mike Lockwood &lt;lockwood@google.com&gt;

Provide a simple audio channel between the kernel and the emulator that host
sit. Queued for staging right now as this ought to be an ALSA driver not
just a dumb device of its own making.

Signed-off-by: Mike A. Chan &lt;mikechan@google.com&gt;
[x86 support]
Signed-off-by: Sheng Yang &lt;sheng@linux.intel.com&gt;
Signed-off-by: Yunhong Jiang &lt;yunhong.jiang@intel.com&gt;
Signed-off-by: Xiaohui Xin &lt;xiaohui.xin@intel.com&gt;
Signed-off-by: Jun Nakajima &lt;jun.nakajima@intel.com&gt;
Signed-off-by: Bruce Beare &lt;bruce.j.beare@intel.com&gt;
[Clean up]
Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
