From owner-cvs-src-old@FreeBSD.ORG Sun Nov 7 20:33:59 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA5EC106595A for ; Sun, 7 Nov 2010 20:33:59 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A65B78FC08 for ; Sun, 7 Nov 2010 20:33:59 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oA7KXxn9004968 for ; Sun, 7 Nov 2010 20:33:59 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oA7KXxan004967 for cvs-src-old@freebsd.org; Sun, 7 Nov 2010 20:33:59 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201011072033.oA7KXxan004967@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Sun, 7 Nov 2010 20:33:39 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/arm/conf AVILA AVILA.hints src/sys/arm/xscale/ixp425 avila_gpio.c files.avila ixp425reg.h X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Nov 2010 20:33:59 -0000 thompsa 2010-11-07 20:33:39 UTC FreeBSD src repository Modified files: sys/arm/conf AVILA AVILA.hints sys/arm/xscale/ixp425 files.avila ixp425reg.h Added files: sys/arm/xscale/ixp425 avila_gpio.c Log: SVN rev 214946 on 2010-11-07 20:33:39Z by thompsa Hook up the five gpio pins on the Avila board to the gpio framework. There are actually 16 I/O lines but the other ones are used for system devices and interrupts. The IXP4XX platform can set interrupts on these pins for high/low/rising/falling/transitional but this is not implemented yet. The Cambria has the same interface but as all the pins are assigned to system functions the gpio header is toggled via a PLD on the i2c bus and is not supported by this commit. Revision Changes Path 1.38 +4 -0 src/sys/arm/conf/AVILA 1.9 +3 -0 src/sys/arm/conf/AVILA.hints 1.1 +380 -0 src/sys/arm/xscale/ixp425/avila_gpio.c (new) 1.7 +2 -0 src/sys/arm/xscale/ixp425/files.avila 1.9 +2 -0 src/sys/arm/xscale/ixp425/ixp425reg.h