summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91_twi.c
Commit message (Expand)AuthorAgeFilesLines
* arm: for pointers replace 0 with NULL.pfg2016-04-151-3/+3
* Honor the disabled status by only grabbing resources and returningimp2014-02-131-0/+9
* Add TWI attachment for FDT. We're only matching the SAMG20 device forimp2014-02-091-1/+18
* Fix a stray debug that I committed accidentally years ago...imp2012-06-221-1/+0
* Generate an obviously missing STOP when having finished transmitting data.marius2012-04-141-0/+1
* - Try to bring these files closer to style(9).marius2012-04-141-12/+16
* Remove pointless semicolons after labelkevlo2011-09-301-2/+2
* if_ate.c:cognet2010-10-061-1/+0
* The TWI controller automatically stops if we don't fill up with new data inticso2010-09-271-3/+1
* fix off by one error for twi reads with len != 1.ticso2010-09-271-1/+1
* strict kobj signatures: number of fixes for arm architectureavg2009-06-111-1/+1
* Use at91_master_clock instead of AT91C_MASTER_CLOCK.imp2009-01-221-1/+2
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-251-10/+11
* Add locking to the various iicbus(4) bridge drivers:jhb2008-08-041-0/+7
* Release the resources for the registers for the TWI device withimp2008-05-281-1/+1
* MFp4: A bunch of patches from myself and Tisco to improve theimp2007-03-231-24/+39
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* at91_twi depends on the iicbus module to satisfy its symbols whenimp2007-02-061-0/+1
* Make this work a lot better:imp2006-11-291-36/+44
* MFp4: Make it work :-)imp2006-11-221-139/+9
* Progress commit for getting TWI workingimp2006-10-201-17/+23
* MFp4: first cut at getting I2C transfers working (generically). I'mimp2006-09-071-8/+55
* MFp4: tweaksimp2006-07-141-7/+8
* Connect twi to the FreeBSD iicbus infrastructure.imp2006-04-061-166/+177
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-041-0/+434
OpenPOWER on IntegriCloud