Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754112Ab0GPFeX (ORCPT ); Fri, 16 Jul 2010 01:34:23 -0400 Received: from mail-vw0-f46.google.com ([209.85.212.46]:41053 "EHLO mail-vw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752662Ab0GPFeW convert rfc822-to-8bit (ORCPT ); Fri, 16 Jul 2010 01:34:22 -0400 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:content-transfer-encoding; b=d72YIBxx7jyTJAJhB3aHjKwF06sHLQXkRRVXEdSUZrjShoyffplesnD7/4b5QS10of 3l8JXH8yx4nk4Rgc60KsAJMbDcLKgkqiTyFzlau/1H4zFTThejDUfSr+UVCEQeIFmTEL zfzlL5EhZkQezUhYa/Fg909K4KYUmZK/ADkqI= MIME-Version: 1.0 In-Reply-To: <201007160709.15385.marek.vasut@gmail.com> References: <4C3FCBFF.50506@gmail.com> <201007160709.15385.marek.vasut@gmail.com> Date: Fri, 16 Jul 2010 13:34:21 +0800 Message-ID: Subject: Re: [PATCH] ARM/nuc900: fix nuc900 touchscreen clk definition bug From: Wan ZongShun To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, LKML , Russell King Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2146 Lines: 60 2010/7/16 Marek Vasut : > Dne Pá 16. července 2010 05:03:27 Wan ZongShun napsal(a): >> This patch is to fix nuc900 touchscreen clk definition bug,the .dev_id's >> name should be 'nuc900-ts', it should be the same to pdev.name. or else, >> the touchscreen driver will be not working well due to clock engine >> disabled. >> >> Signed-off-by: Wan ZongShun >> --- >>  arch/arm/mach-w90x900/cpu.c |    2 +- >>  1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/arch/arm/mach-w90x900/cpu.c b/arch/arm/mach-w90x900/cpu.c >> index 642207e..83c5632 100644 >> --- a/arch/arm/mach-w90x900/cpu.c >> +++ b/arch/arm/mach-w90x900/cpu.c >> @@ -93,7 +93,7 @@ static struct clk_lookup nuc900_clkregs[] = { >>       DEF_CLKLOOK(&clk_kpi, "nuc900-kpi", NULL), >>       DEF_CLKLOOK(&clk_wdt, "nuc900-wdt", NULL), >>       DEF_CLKLOOK(&clk_gdma, "nuc900-gdma", NULL), >> -     DEF_CLKLOOK(&clk_adc, "nuc900-adc", NULL), >> +     DEF_CLKLOOK(&clk_adc, "nuc900-ts", NULL), >>       DEF_CLKLOOK(&clk_usi, "nuc900-spi", NULL), >>       DEF_CLKLOOK(&clk_ext, NULL, "ext"), >>       DEF_CLKLOOK(&clk_timer0, NULL, "timer0"), > > Hey, > > Is that thing really touchscreen or general-purpose analog/digital converter ? > Oh, it is general-purpose analog/digital converter controller. I only use it to implemnt my touchscreen function, Also it can be use other function. so, I have to change my touchscreen driver name to nuc900-adc? Thanks for your Reminder, I appreciate it. :) > Cheers > -- *linux-arm-kernel mailing list mail addr:linux-arm-kernel@lists.infradead.org you can subscribe by: http://lists.infradead.org/mailman/listinfo/linux-arm-kernel * linux-arm-NUC900 mailing list mail addr:NUC900@googlegroups.com main web: https://groups.google.com/group/NUC900 you can subscribe it by sending me mail: mcuos.com@gmail.com -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/