From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751876Ab1AOAx7 (ORCPT ); Fri, 14 Jan 2011 19:53:59 -0500 Received: from mail-fx0-f46.google.com ([209.85.161.46]:58113 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751213Ab1AOAx5 (ORCPT ); Fri, 14 Jan 2011 19:53:57 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ryHZl1jcUkxY7urAInW459M8PytGUNbJ+MvmzViAcLnUN7OLdl9m++QzwG9oYoa0qB jJaMIviadqYpzclqSiBHemVqswqEkhFxhcd81aHqpogDSogoLUxw2CeKAYYhmQmvgPWM vY9ysrqNEaXKNITPDTfzIuQ9BMT8XDb258lZE= MIME-Version: 1.0 In-Reply-To: References: <4D0FE546.7050302@bluewatersys.com> <4D1011CF.9080800@bluewatersys.com> <4D110269.9030805@bluewatersys.com> <20101222211815.GA31054@alchark-u3s> <4D12730B.2030909@bluewatersys.com> <20101222222501.GA32693@alchark-u3s> <4D1282DA.4020804@bluewatersys.com> <20101222233821.GA20893@alchark-u3s> Date: Sat, 15 Jan 2011 03:53:56 +0300 Message-ID: Subject: Re: [PATCH 1/6 v12] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's From: Alexey Charkov To: Russell King - ARM Linux Cc: Alexey Charkov , Ryan Mallon , linux-arm-kernel@lists.infradead.org, vt8500-wm8505-linux-kernel@googlegroups.com, Eric Miao , =?UTF-8?Q?Uwe_Kleine=2DK=C3=B6nig?= , Albin Tonnerre , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 2010/12/28 Alexey Charkov : > 2010/12/23 Alexey Charkov : >> This adds support for the family of Systems-on-Chip produced initially >> by VIA and now its subsidiary WonderMedia that have recently become >> widespread in lower-end Chinese ARM-based tablets and netbooks. >> >> Support is included for both VT8500 and WM8505, selectable by a >> configuration switch at kernel build time. >> >> Included are basic machine initialization files, register and >> interrupt definitions, support for the on-chip interrupt controller, >> high-precision OS timer, GPIO lines, necessary macros for early debug, >> pulse-width-modulated outputs control, as well as platform device >> configurations for the specific drivers implemented elsewhere. >> >> Signed-off-by: Alexey Charkov > > Russell, will you take this for .38? Please note that the last > revision of this patch was also submitted to the ARM Linux patch > tracking system: > > http://www.arm.linux.org.uk/developer/patches/viewpatch.php?id=6597/1 > > Best regards, > Alexey > Russell, I realize that there are quite a lot of other things to worry about currently in the ARM Linux world, but could you please still consider merging this patch before .38 window closes? It has been (at different stages): Reviewed-by: Arnd Bergmann Reviewed-by: Ryan Mallon There's also a patch to the i8042 input controller that Dmitry Torokhov wished to be merged together with this code. That one is: Acked-by: Dmitry Torokhov and available at: http://lists.arm.linux.org.uk/lurker/message/20101222.214141.c745816a.en.html Best regards, Alexey