| From: |
| Alan Cox <alan@linux.intel.com> |
| To: |
| x86@kernel.org, linux-kernel@vger.kernel.org, hpa@zytor.com |
| Subject: |
| [PATCH 0/2] goldfish: base support |
| Date: |
| Wed, 19 Dec 2012 20:34:05 +0000 |
| Message-ID: |
| <20121219203018.9208.67869.stgit@bob.linux.org.uk> |
| Archive‑link: | |
Article |
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