From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from semihalf.com (semihalf.com [206.130.101.55]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E884DDDF32 for ; Tue, 3 Feb 2009 03:44:09 +1100 (EST) Message-ID: <498722F4.3070800@semihalf.com> Date: Mon, 02 Feb 2009 17:44:36 +0100 From: Grzegorz Bernacki MIME-Version: 1.0 To: Sean MacLennan Subject: Re: [PATCH] Add support for the digsy MTC board. References: <1233329630876-git-send-email-gjb@semihalf.com> <4986EC33.9000600@semihalf.com> <20090202111101.5f95bd8b@lappy.seanm.ca> In-Reply-To: <20090202111101.5f95bd8b@lappy.seanm.ca> Content-Type: text/plain; charset=ISO-8859-1 Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sean MacLennan wrote: > On Mon, 02 Feb 2009 13:50:59 +0100 > "Grzegorz Bernacki" wrote: > > >> I would like to have support for following devices in defconfig for >> digsy: >> - LXT PHY >> - RTC DS1337 >> - EEPROM AT24 >> - MTD partitioning based on OF description > > I am seeing a problem where if I enable CONFIG_EEPROM_LEGACY and > CONFIG_EEPROM_AT24, then the at24 driver does not work. Would you mind > trying that? > I enabled CONFIG_EEPROM_LEGACY in my defconfig and I can see eeprom detected in dmesg and I can also read/write to it via file /sys/bus/i2c/devices/0-0050/eeprom. regards, Grzesiek