summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_ssc.c
Commit message (Collapse)AuthorAgeFilesLines
* Strip trailing whitespace before other changes.imp2012-06-131-1/+1
|
* Remove pointless semicolons after labelkevlo2011-09-301-1/+1
|
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-251-10/+11
| | | | | better or worse. Ok'd by folks that have additional copyrights to the files in cases where there's joint authorship.
* Kill bogus #if 0'd stuff for interrupts. They don't happen, and thisimp2008-09-051-16/+0
| | | | | | | driver will need more serious help to work with an interrupt driven path. There's many subtleties in driving the DMA engine with interrupts in many configurations. Best to not "guess" what the right way would be and mislead people.
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
| | | | | | | | | | | | | bus_setup_intr() o add an int return code to all fast handlers o retire INTR_FAST/IH_FAST For more info: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=465712+0+current/freebsd-current Reviewed by: many Approved by: re@
* Commit WIP SSC driver, more work is needed here, but it configuresimp2006-10-201-6/+26
| | | | things OK.
* MFp4: paren policeimp2006-07-141-6/+4
|
* Skeleton support for the SSC device, which implements I2S interfaces,imp2006-03-241-0/+267
amoung others.
OpenPOWER on IntegriCloud