From owner-cvs-src@FreeBSD.ORG Fri Mar 23 22:57:24 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CF1B616A408; Fri, 23 Mar 2007 22:57:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id A95FF13C4C2; Fri, 23 Mar 2007 22:57:24 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.8/8.13.8) with ESMTP id l2NMvOqw002285; Fri, 23 Mar 2007 22:57:24 GMT (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.13.8/8.13.8/Submit) id l2NMvOZE002284; Fri, 23 Mar 2007 22:57:24 GMT (envelope-from imp) Message-Id: <200703232257.l2NMvOZE002284@repoman.freebsd.org> From: Warner Losh Date: Fri, 23 Mar 2007 22:57:24 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/at91 at91_twi.c at91_twireg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Mar 2007 22:57:24 -0000 imp 2007-03-23 22:57:24 UTC FreeBSD src repository Modified files: sys/arm/at91 at91_twi.c at91_twireg.h Log: MFp4: A bunch of patches from myself and Tisco to improve the robustness of IIC transactions when parts aren't present. This also removes a bunch of debug. This also moves this driver to 7-1 addressing rather than 6-0 addressing, which is more inline with all the other iic drivers in the tree. I've tested this for about a million years on the systems at work. Revision Changes Path 1.10 +39 -24 src/sys/arm/at91/at91_twi.c 1.2 +1 -1 src/sys/arm/at91/at91_twireg.h