[PATCH 0/2] goldfish: base support

From: Alan Cox
Date: Wed Dec 19 2012 - 15:31:18 EST


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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/