Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Nov 2010 20:33:39 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/arm/conf AVILA AVILA.hints src/sys/arm/xscale/ixp425 avila_gpio.c files.avila ixp425reg.h
Message-ID:  <201011072033.oA7KXxan004967@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011072033.oA7KXxan004967>