All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] goldfish: bring the framebuffer in sync with upstream
@ 2016-02-26 18:41 Alan
  2016-02-26 18:41 ` [PATCH 1/5] Subject: video: goldfishfb: add devicetree bindings Alan
  2016-02-26 18:41 ` [PATCH 2/5] Subject: goldfish: Enable ACPI-based enumeration for goldfish framebuffer Alan
  0 siblings, 2 replies; 7+ messages in thread
From: Alan @ 2016-02-26 18:41 UTC (permalink / raw)
  To: linux-fbdev

The Android tree has changes to support Goldfish (Android virtual platform
emulator) improvements. Pull those into upstream as part of the goal of
making upstream run out of the box on Goldfish.

---

Christoffer Dall (1):
      Subject: goldfish_fb: Set pixclock = 0

Greg Hackmann (1):
      Subject: video: goldfishfb: add devicetree bindings

Nicolas Capens (1):
      Subject: goldfishfb: simplify framebuffer format selection.

Yu Ning (1):
      Subject: goldfish: Enable ACPI-based enumeration for goldfish framebuffer

bohu (1):
      Subject: goldfish: 32 bit framebuffer support


 .../devicetree/bindings/goldfish/audio.txt         |   17 +++
 .../devicetree/bindings/goldfish/battery.txt       |   17 +++
 .../devicetree/bindings/goldfish/events.txt        |   17 +++
 Documentation/devicetree/bindings/goldfish/fb.txt  |   17 +++
 Documentation/devicetree/bindings/goldfish/tty.txt |   17 +++
 drivers/input/keyboard/goldfish_events.c           |   15 +++
 drivers/power/goldfish_battery.c                   |   17 +++
 drivers/staging/goldfish/goldfish_audio.c          |   10 ++
 drivers/tty/goldfish.c                             |   10 ++
 drivers/video/fbdev/goldfishfb.c                   |  107 +++++++++++++++++---
 10 files changed, 223 insertions(+), 21 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/goldfish/audio.txt
 create mode 100644 Documentation/devicetree/bindings/goldfish/battery.txt
 create mode 100644 Documentation/devicetree/bindings/goldfish/events.txt
 create mode 100644 Documentation/devicetree/bindings/goldfish/fb.txt
 create mode 100644 Documentation/devicetree/bindings/goldfish/tty.txt

--
#include <witty.h>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-07 18:35 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-26 18:41 [PATCH 0/5] goldfish: bring the framebuffer in sync with upstream Alan
2016-02-26 18:41 ` [PATCH 1/5] Subject: video: goldfishfb: add devicetree bindings Alan
     [not found]   ` <20160226184146.2731.41848.stgit-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2016-03-07 18:29     ` Tomi Valkeinen
2016-03-07 18:29       ` Tomi Valkeinen
2016-02-26 18:41 ` [PATCH 2/5] Subject: goldfish: Enable ACPI-based enumeration for goldfish framebuffer Alan
2016-03-07 18:35   ` Tomi Valkeinen
2016-03-07 18:35     ` Tomi Valkeinen

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.