From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16382 invoked by alias); 1 Dec 2011 15:38:16 -0000 Received: (qmail 16254 invoked by uid 22791); 1 Dec 2011 15:38:14 -0000 X-SWARE-Spam-Status: No, hits=-1.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from tirion.supremecenter202.com (HELO tirion.supremecenter202.com) (209.25.195.243) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Dec 2011 15:37:56 +0000 Received: from [195.189.206.101] (port=44231 helo=[192.168.209.12]) by tirion.supremecenter202.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1RW8hr-0002kV-2c; Thu, 01 Dec 2011 15:37:51 +0000 Message-ID: <4ED79F4C.5040307@siva.com.mk> Date: Thu, 01 Dec 2011 15:38:00 -0000 From: Ilija Kocho User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110628 Thunderbird/5.0 MIME-Version: 1.0 To: Tomas Frydrych CC: ecos-devel@ecos.sourceware.org Subject: Re: i2c kinetis driver References: <4EC8F8D9.1060606@r-finger.com> <4EC93312.3070709@siva.com.mk> <4ED78702.3060600@r-finger.com> In-Reply-To: <4ED78702.3060600@r-finger.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2011-12/txt/msg00001.txt.bz2 On 01.12.2011 14:54, Tomas Frydrych wrote: > I put a patch into bugzilla, > > http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001397 > > Just basic i2c with 7 bit addressing for now. > > Don't know if it's worth registering as a project in it's own right? Tomas Thanks for contribution. Registering helps to avoid duplicate projects. But now since driver is in Bugzilla it is less likely. Maybe we could consider listing in-Bugzilla projects at web page. Ilija > > Tomas > > > On 20/11/11 17:04, Ilija Kocho wrote: >> Hi Tomas >> >> Thank you for jumping in. >> It is indeed a good practice to put such questions here. I am not aware >> of someone working on I2C for Kinetis. Having said that, I do work on >> SPI driver. >> Registering project(s) at http://ecos.sourceware.org/contrib.html may >> help for duplication avoidance. >> >> Ilija >> >> >> On 20.11.2011 13:55, Tomas Frydrych wrote: >>> Hi, >>> >>> Is anyone working on an i2c driver for Kinetis? If not, I can look into >>> porting the lm3s driver, but would prefer to avoid duplicating someone >>> else's effort. :) >>> >>> Tomas