From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932248Ab0F3STt (ORCPT ); Wed, 30 Jun 2010 14:19:49 -0400 Received: from mail-fx0-f46.google.com ([209.85.161.46]:50918 "EHLO mail-fx0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753041Ab0F3STs convert rfc822-to-8bit (ORCPT ); Wed, 30 Jun 2010 14:19:48 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:organization:to:subject:date:user-agent:cc:references :in-reply-to:mime-version:content-type:content-transfer-encoding :message-id; b=qqm+b04ztu1d72MKCmdWOH1Ux0iUFnoqEYH9s9clicpKNz9SHx9K1VFxWBIRFoZXio paznc4+X/eVjC5triyMHa5ESpjV+kkYO+DH+3fls/PoXnWUPfkuGwD7e8UuejH6Ubw2z PSvmtlEe4QoDuoEZt+EN7WnVzWDqVxL0noMjY= From: Marek Vasut Organization: Hack&Dev To: Christoph Egger Subject: Re: [PATCH 27/33] Removing dead IDE_PXA_CF Date: Wed, 30 Jun 2010 20:17:28 +0200 User-Agent: KMail/1.13.3 (Linux/2.6.33-2-amd64; KDE/4.4.3; x86_64; ; ) Cc: Eric Miao , Russell King , Mike Rapoport , Robert Jarzmik , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, vamos@i4.informatik.uni-erlangen.de References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Message-Id: <201006302017.28731.marek.vasut@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dne St 30. Ĩervna 2010 18:02:32 Christoph Egger napsal(a): > IDE_PXA_CF doesn't exist in Kconfig, therefore removing all references > for it from the source code. This thing would be on purpose I believe ... maybe documenting it better won't hurt though. > > Signed-off-by: Christoph Egger > --- > arch/arm/mach-pxa/trizeps4.c | 6 +----- > 1 files changed, 1 insertions(+), 5 deletions(-) > > diff --git a/arch/arm/mach-pxa/trizeps4.c b/arch/arm/mach-pxa/trizeps4.c > index 6968911..0acff17 100644 > --- a/arch/arm/mach-pxa/trizeps4.c > +++ b/arch/arm/mach-pxa/trizeps4.c > @@ -530,13 +530,9 @@ static void __init trizeps4_init(void) > i2c_register_board_info(0, trizeps4_i2c_devices, > ARRAY_SIZE(trizeps4_i2c_devices)); > > -#ifdef CONFIG_IDE_PXA_CF > - /* if boot direct from compact flash dont disable power */ > - trizeps_conxs_bcr = 0x0009; > -#else > /* this is the reset value */ > trizeps_conxs_bcr = 0x00A0; > -#endif > + > BCR_writew(trizeps_conxs_bcr); > board_backlight_power(1); > }