cvs commit: src/sys/arm/conf AVILA src/sys/arm/xscale/ixp425 avila_led.c files.avila ixp425.c

Kevin Lo kevlo at FreeBSD.org
Wed Nov 22 20:31:35 PST 2006


M. Warner Losh wrote:
> In message: <200611221257.kAMCvHLT053236 at repoman.freebsd.org>
>             Kevin Lo <kevlo at FreeBSD.org> writes:
> :   Bring in status led support for /dev/led/gpioled on Avila.
> :   1.1       +114 -0    src/sys/arm/xscale/ixp425/avila_led.c (new)
> 
> Maybe it is time to start thinking of a more generic GPIO framework
> that the led can plug into...

I like the idea :-) Having an API for gpio drivers makes life
easier when writing a driver.

> I've started on one in the p4 tree for the atmel PIO.  It is
> incomplete and just an API right now (no gpio bus that devices can
> attach to).  Care to comment?

Since OpenBSD implemented in their gpio(4) driver, how about improving
your work based on OpenBSD's gpio driver?

> Warner

	Kevin



More information about the freebsd-arm mailing list