[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20121219203018.9208.67869.stgit@bob.linux.org.uk>
Date: Wed, 19 Dec 2012 20:34:05 +0000
From: Alan Cox <alan@...ux.intel.com>
To: x86@...nel.org, linux-kernel@...r.kernel.org, hpa@...or.com
Subject: [PATCH 0/2] goldfish: base support
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists