Date: Tue, 24 Feb 2009 00:33:08 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_gpio.c ar5416_interrupts.c ar5416_reset.c ar5416reg.h Message-ID: <200902240033.n1O0XNv9048340@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-02-24 00:33:08 UTC FreeBSD src repository Modified files: sys/dev/ath/ath_hal/ar5416 ar5416.h ar5416_gpio.c ar5416_interrupts.c ar5416_reset.c ar5416reg.h Log: SVN rev 188976 on 2009-02-24 00:33:08Z by sam Fill in gpio support for 5416 and later parts: o add output mux support o gpio pin count is chip-dependent o 9280 and 9285 do input handling different o hookup gpio interrupts o no need to save/restore soft led state around reset Revision Changes Path 1.6 +1 -0 src/sys/dev/ath/ath_hal/ar5416/ar5416.h 1.3 +153 -36 src/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c 1.2 +15 -7 src/sys/dev/ath/ath_hal/ar5416/ar5416_interrupts.c 1.6 +0 -4 src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c 1.3 +40 -3 src/sys/dev/ath/ath_hal/ar5416/ar5416reg.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240033.n1O0XNv9048340>