All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] goldfish: base support
@ 2012-12-19 20:34 Alan Cox
  2012-12-19 20:34 ` [PATCH 1/2] goldfish: definitions for Goldfish on x86 platforms Alan Cox
  2012-12-19 20:34 ` [PATCH 2/2] goldfish: add the goldfish virtual bus Alan Cox
  0 siblings, 2 replies; 3+ messages in thread
From: Alan Cox @ 2012-12-19 20:34 UTC (permalink / raw)
  To: x86, linux-kernel, hpa

Add the base component of the Goldfish virtual android device on x86 systems.

These need to be merged first so the driver support can follow


---

Jun Nakajima (2):
      goldfish: definitions for Goldfish on x86 platforms
      goldfish: add the goldfish virtual bus


 arch/x86/Kconfig                     |   12 ++
 arch/x86/include/asm/goldfish.h      |   33 ++++
 drivers/platform/Makefile            |    1 
 drivers/platform/goldfish/Makefile   |    4 +
 drivers/platform/goldfish/pdev_bus.c |  265 ++++++++++++++++++++++++++++++++++
 5 files changed, 315 insertions(+)
 create mode 100644 arch/x86/include/asm/goldfish.h
 create mode 100644 drivers/platform/goldfish/Makefile
 create mode 100644 drivers/platform/goldfish/pdev_bus.c

-- 
Signature

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-12-19 20:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-19 20:34 [PATCH 0/2] goldfish: base support Alan Cox
2012-12-19 20:34 ` [PATCH 1/2] goldfish: definitions for Goldfish on x86 platforms Alan Cox
2012-12-19 20:34 ` [PATCH 2/2] goldfish: add the goldfish virtual bus Alan Cox

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.