From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752519AbcAFOED (ORCPT ); Wed, 6 Jan 2016 09:04:03 -0500 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:53284 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752162AbcAFOD6 (ORCPT ); Wed, 6 Jan 2016 09:03:58 -0500 Subject: [PATCH 0/8] Goldfish: partial resync with Google tree From: Alan To: greg@kroah.com, linux-kernel@vger.kernel.org Date: Wed, 06 Jan 2016 14:03:49 +0000 Message-ID: <20160106140206.3661.6376.stgit@localhost.localdomain> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The Goldfish virtual platform has been aligning itself a bit more with convenional interfaces. It now uses things like virtio, it uses ACPI in preference to a magic goldfish bus interface and slowly gets closer to upstream qemu. These patches pull relevant changes back from the Goldfish Google codebase back into upstream. --- Alex Bennée (1): android_pipe: don't be clever with #define offsets Christoffer Dall (1): android_pipe: Pin pages to memory while copying and other cleanups Greg Hackmann (3): goldfish: refactor goldfish platform configs platform: goldfish: pipe: add devicetree bindings platform: goldfish: pipe: don't log when dropping PIPE_ERROR_AGAIN Jason Hu (1): goldfish: Enable ACPI-based enumeration for android pipe Miodrag Dinic (1): [MIPS] Enable platform support for Goldfish virtual devices Yu Ning (1): goldfish_pipe: Pass physical addresses to the device if supported .../devicetree/bindings/goldfish/pipe.txt | 17 ++ drivers/platform/Kconfig | 3 drivers/platform/goldfish/Kconfig | 18 ++ drivers/platform/goldfish/Makefile | 2 drivers/platform/goldfish/goldfish_pipe.c | 189 +++++++++++++------- 5 files changed, 157 insertions(+), 72 deletions(-) create mode 100644 Documentation/devicetree/bindings/goldfish/pipe.txt -- "CMS is like a porcupine in a balloon factory" --Alan Altmark