All of lore.kernel.org
 help / color / mirror / Atom feed
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	[thread overview]
Message-ID: <20121219203018.9208.67869.stgit@bob.linux.org.uk> (raw)

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

             reply	other threads:[~2012-12-19 20:31 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-19 20:34 Alan Cox [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121219203018.9208.67869.stgit@bob.linux.org.uk \
    --to=alan@linux.intel.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.