From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Date: Fri, 25 Jan 2013 22:44:27 +0000 Subject: Re: [PATCH] goldfish: framebuffer Message-Id: <20130125144427.9d1184d7.akpm@linux-foundation.org> List-Id: References: <20130125153100.7317.23971.stgit@bob.linux.org.uk> In-Reply-To: <20130125153100.7317.23971.stgit@bob.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-fbdev@vger.kernel.org On Fri, 25 Jan 2013 15:31:17 +0000 Alan Cox wrote: > Framebuffer support for the Goldfish emulator. This takes the Google emulator > and applies the x86 cleanups as well as moving the blank methods to the usual > Linux place and dropping the Android early suspend logic (for now at least, that > can be looked at as Android and upstream converge). Dropped various oddities > like setting MTRRs on a virtual frame buffer emulation... > > With the drivers so far you can now boot a Linux initrd and have fun. That looks nice and clean. I'll grab it; hopefully for Florian to take off my hands when he returns. > Signed-off-by: Mike A. Chan > Signed-off-by: Arve Hj__nnev__g > [cleaned up to handle x86] > Signed-off-by: Sheng Yang > Signed-off-by: Yunhong Jiang > Signed-off-by: Xiaohui Xin > Signed-off-by: Jun Nakajima > Signed-off-by: Bruce Beare > [ported to 3.4] > Signed-off-by: Tom Keel > [cleaned up for style and 3.7, moved blank methods] > Signed-off-by: Alan Cox hm, it's unclear whether the [] comments apply to the line above or to the line below. I converted it to my usual form. I hope I got it right! [arve@android.com: cleaned up to handle x86] [bruce.j.beare@intel.com: ported to 3.4] [thomas.keel@intel.com: cleaned up for style and 3.7, moved blank methods] Signed-off-by: Mike A. Chan Signed-off-by: Arve Hj_nnev_g Signed-off-by: Sheng Yang Signed-off-by: Yunhong Jiang Signed-off-by: Xiaohui Xin Signed-off-by: Jun Nakajima Signed-off-by: Bruce Beare Signed-off-by: Tom Keel Signed-off-by: Alan Cox Cc: Florian Tobias Schandinat Cc: Tomi Valkeinen