jhb 2008-08-04 20:46:15 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
sys/arm/xscale/ixp425 ixp425_iic.c
sys/dev/bktr bktr_i2c.c
sys/dev/iicbus iicbb.c
sys/dev/pcf envctrl.c pcf.c pcf_ebus.c pcf_isa.c
thompsa 2008-07-28 16:20:08 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/at91 at91_twi.c
Log:
SVN rev 180911 on 2008-07-28 16:20:08Z by thompsa
MFC r179375
Release the resources for the registers for the TWI device with
SYS_RE
imp 2008-05-28 14:35:15 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
Release the resources for the registers for the TWI device with
SYS_RES_MEMORY to match how we allocate them...
Noticed by: Ian Lepore
Revision ChangesPath
imp 2007-03-23 22:57:24 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c at91_twireg.h
Log:
MFp4: A bunch of patches from myself and Tisco to improve the
robustness of IIC transactions when parts aren't present. This also
removes a bunch of debu
imp 2007-02-06 12:07:14 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
at91_twi depends on the iicbus module to satisfy its symbols when
loaded, so make that explicit. Works for the monolithic kernel case,
won't work for the kldload case.
imp 2006-11-29 08:15:59 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
Make this work a lot better:
Remove a lot of older cruft not needed.
Improve ISR support, but it is still unused since polling is faster
Prope
imp 2006-11-22 06:52:00 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
MFp4: Make it work :-)
o Don't delay when checking the done bits. There's no gain other
than a small performance hit.
o calculate the clo
imp 2006-10-20 07:06:39 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
Progress commit for getting TWI working
Revision ChangesPath
1.5 +23 -17src/sys/arm/at91/at91_twi.c
___
cv
imp 2006-09-07 21:53:28 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
MFp4: first cut at getting I2C transfers working (generically). I'm
unsure if this driver correctly implements all the start/stop junk
right (but it did or didn't befo
imp 2006-07-18 22:00:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 at91_twi.c
Log:
MFC: refinements in start/stop handling
Revision ChangesPath
1.2.2.2 +10 -12src/sys/arm/at91/at91_twi.c
imp 2006-07-14 22:40:24 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
MFp4: tweaks
Revision ChangesPath
1.3 +8 -7 src/sys/arm/at91/at91_twi.c
___
cvs-all@freebsd.org mailing l
imp 2006-04-06 04:31:19 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91_twi.c
Log:
Connect twi to the FreeBSD iicbus infrastructure.
Revision ChangesPath
1.2 +177 -166 src/sys/arm/at91/at91_twi.c
12 matches
Mail list logo