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

M. Warner Losh imp at bsdimp.com
Wed Nov 22 22:41:55 PST 2006


In message: <1164256280.5038.14.camel at monet>
            Kevin Lo <kevlo at FreeBSD.org> writes:
: 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?

I think it needs a little refinement still.  There's two parts.  I did
the API, but not the internal kernel framework...

Warner


More information about the freebsd-arm mailing list