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> -- To unsubscribe from this list: send the line "unsubscribe linux-fbdev" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html