From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdpUq-0000NF-4B for qemu-devel@nongnu.org; Mon, 04 Jul 2011 16:11:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QdpUo-0003ww-NZ for qemu-devel@nongnu.org; Mon, 04 Jul 2011 16:11:55 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:45018) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QdpUo-0003wl-8B for qemu-devel@nongnu.org; Mon, 04 Jul 2011 16:11:54 -0400 Received: by pzk30 with SMTP id 30so1614879pzk.4 for ; Mon, 04 Jul 2011 13:11:52 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1308305077-21503-1-git-send-email-anarsoul@gmail.com> References: <201106081422.42682.anarsoul@gmail.com> <1308305077-21503-1-git-send-email-anarsoul@gmail.com> Date: Mon, 4 Jul 2011 22:11:52 +0200 Message-ID: From: andrzej zaborowski Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v4 1/2] pxa2xx_lcd: add proper rotation support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Vasily Khoruzhick Cc: Peter Maydell , "qemu-devel@nongnu.org" On 17 June 2011 12:04, Vasily Khoruzhick wrote: > Until now, pxa2xx_lcd only supported 90deg rotation, but > some machines (for example Zipit Z2) needs 270deg rotation. > > Signed-off-by: Vasily Khoruzhick > --- > v2: codestyle fixes > v3: fix dpy_update calls for 180 and 360 deg. rotation. > v4: codestyle fixes; replace atoi with strtol Thanks, I pushed this version. Cheers